Android: how can execute a chmod on rooted devides

后端 未结 3 1108
余生分开走
余生分开走 2021-01-07 02:58

I would execute a command on my rooted Android 2.1 device

String path = \"/data/data/com.android.providers.settings/databases/settings.db\"; Runtime

3条回答
  •  生来不讨喜
    2021-01-07 03:34

    Bao Le I believe you are trying to drop shell commands in an Android App, here (Running Android Native Code in your Android app)are few of many ways to run a command from an app.

提交回复
热议问题