mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
What does the extension do with the APK? #107
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jack-jjm on 3/11/2019
Typically with my code, I compile the APK, then use
adb pushto send it to/system/priv-app. Since I started using this extension I'm having weird behavior, where my changes aren't reflected in the app if I push the APK manually, only if I push it using this extension. So it seems like however the extension is installing the APK is giving it higher priority than the copy in/system/priv-app.What does this extension do with the APK, and how can I remove it from the device?