Does anyone know of a way to programmatically prevent the launch of another app (or list of apps) if you have root access?
Asked
Active
Viewed 263 times
1 Answers
0
I think you can chmod the apk to 600 (not executable) the apps is in /system/app and /data/app

Superbiji
- 1,723
- 2
- 14
- 21
-
Thats exactly what I was thinking...but I wasn't sure if it would work...I wasn't sure how the app was formatted when it was unpacked from APK...is there an executable file? – easycheese May 03 '12 at 23:30