Created
October 27, 2020 05:22
-
-
Save oradkovsky/5711a9609dd422ae33ea4677931f3897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. ./adb shell pm list packages | |
2. ./adb shell pm path com.your.package | |
3. ./adb exec-out run-as com.your.package cat /data/data/com.your.package/shared_prefs/Login.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment