issues
maybe people are too lazy to have dependencies to pc only for repack apk and install apk in T
(Test Only)
Solution
Implement Repack apk in test mode and install in test mode thought the app
references
how to instal test only version apk file?
command used either with or without adb shell
(without shell: adb install -t name.apk)
(with shell: adb shell pm install -t name.apk
issues
maybe people are too lazy to have dependencies to pc only for repack apk and install apk in T
(Test Only)
Solution
Implement Repack apk in test mode and install in test mode thought the app
references
how to instal test only version apk file?
command used either with or without adb shell
(without shell: adb install -t name.apk)
(with shell: adb shell pm install -t name.apk