Hi all,
after upgrade our TC75 to Android 5.1, when update our apps from storage, device show always "Preferred install location" picker. On KK this picker missing.
I want hide this dialog. I try set to app android:installLocation="internalOnly", but dialog show still.
I try set default location to device with adb ...
adb shell settings put global default_install_location 1 (internal)
... and disable location picker with ...
adb shell settings put global set_install_location 0
... but without effect, dialog show still. Lollipop on TC75 does not respect all these settings, how can i hide this dialog on update app?
Thanks
LM
1 Replies
Hi, the preferred way to do this would be to use StageNow to update applications through the AppManager: Manage Applications - Zebra Technologies Techdocs , then you can update devices without having to connect each one to adb and interact with each device. You can also invoke the AppManager through our EMDK (App Manager - Zebra Technologies Techdocs ).
Regarding your specific question however, I do not have any specific suggestions to disable that dialog from appearing beyond what you have tried I'm afraid.