What Happend after i Root my Android device? What effect will be on app and phone [closed]

StackOverflow https://stackoverflow.com/questions/21670337

سؤال

Questions:

1. If in install app which uses system permission like "android.permission.CHANGE_COMPONENT_ENABLED_STATE" than what this app will be automatically goes to system folder?

2. If i install app which not uses any system permission than what that app will also goes to system folder or it will install as normal application?.

هل كانت مفيدة؟

المحلول

if you install app using the normal way, that is , use adb install or install from your device.

  1. No, the app will be at /data/app
  2. it will install as normal application

Root will not grant all app root privilege , nor change the install routine.

you can just take root as putting a su binary in your /sbin, thus your app can spawn processes as root, such as execute a shell command as root.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top