Clear android application user data

后端 未结 7 703
走了就别回头了
走了就别回头了 2020-12-12 11:20

Using adb shell to clear application data

adb shell pm clear com.android.browser

But when executing that command from appl

7条回答
  •  我在风中等你
    2020-12-12 12:27

    Afaik the Browser application data is NOT clearable for other apps, since it is store in private_mode. So executing this command could probalby only work on rooted devices. Otherwise you should try another approach.

提交回复
热议问题