How do I get the APK of an installed app without root access?
Accessing /data/app is possible without root permission; the permissions on that directory are rwxrwx–x. Execute permission on a directory means you can access it, however lack of read permission means you cannot obtain a listing of its contents — so in order to access it you must know the name of the file that you … Read more