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 was 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"