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

asynchronous error when calling the library? #102

@QunNguyen

Description

@QunNguyen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions