Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

asynchronous error when calling the library? #102

Open
QunNguyen opened this issue Aug 9, 2023 · 0 comments
Open

asynchronous error when calling the library? #102

QunNguyen opened this issue Aug 9, 2023 · 0 comments

Comments

@QunNguyen
Copy link

Can you help me error :(
my app data is not fully loaded even though i have set async await !
My code:
Future<List> getListAppInfoIntall() async {
return await DeviceApps.getInstalledApplications(
includeAppIcons: true,
includeSystemApps: true,
onlyAppsWithLaunchIntent: true);
}
List listAppInfo = await getListAppInfoIntall();

The data is not loaded at once and it loads twice. I have 100 apps in my phone!

And one more error occurs when i call the library
Access denied finding property "ro.vendor.pref_scale_resolution"

Can someone help me :( Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant