https://kotlinlang.org logo
#android
Title
# android
k

karandeep singh

02/14/2020, 11:53 AM
is there anyway to mimic android app update flow offline (command line/bundle tool)? (using aab)
l

luke

02/19/2020, 3:22 AM
Could you use
adb shell pm install [options] path
? http://adbcommand.com/adbshell/pm
4 Views