What is the value of installing into /data/app over /system/app?
I don't know if I need to theme the version in /system/app or /data/app or both and when it comes to uninstalling an app in /data/app, all I know to do is delete the apk since the uninstall option is not there.
-Mike
If you are theming you want to theme the apps you want to theme system/app or data/app but data apps must be signed.. You cant have the same app in system/app and data/app they dont play nice together.
The benefit to install into data app is that system/app is seriously size limited.
the benefit for system app is it does not have to be signed but a data/app does.
some apps will only run when installed into system.
tahts about it in a nut shell hope it made some sense