You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: