Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在互联网上读到使用下面的代码将安装位置设置为 sdcard
adb shell pm set-install-location 2
但是如何知道安装位置的当前设置呢?
在 Vb.net 或 VBA 中,我们使用(问号)?adb shell pm set-install-location 来获取当前设置。
在android中是一样的还是我需要别的东西?
你正在寻找这个命令:adb shell pm get-install-location
adb shell pm get-install-location
来源
通过使用 adb shell pm getInstallLocation 您可以获得安装位置