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
I had similar problem, where the application keeps crashing on the device, I have modified the following line and it works. Also it loads the “android” package.
Apply the following change and compile.
Aprox Line No : 111
From : List l = getPackageManager().getInstalledPackages(0xFFFFFFFF);
To : List l = getPackageManager().getInstalledPackages(PackageManager.GET_ACTIVITIES);
Hi:
git clone the source code to local.
import the source code to eclipse.
compile,run on Android4.3 devices
However,It's cann't get the full packages
eg.without "android"
The text was updated successfully, but these errors were encountered: