0

Does anyone know of a way to programmatically prevent the launch of another app (or list of apps) if you have root access?

lorddarkangel
  • 212
  • 3
  • 21
easycheese
  • 5,859
  • 10
  • 53
  • 87

1 Answers1

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