我熟悉从内部到外部存储器的移动。事实上,我必须使用有限的内存我。
一些应用程序不允许。我知道它是 android:installLocation
行。我试图避免不允许移动到外部存储器的应用程序。我知道的唯一方法是安装它,并尝试移动它。似乎是我的不切实际的方法。
所以,问题是:在安装之前是否有办法确定此设置?
规格如果需要。 电话:三星Galaxy S5,SM-G900V,Android Ver 6.0.1,不植根。
计算机:Windows 10 Pro。
我熟悉从内部到外部存储器的移动。事实上,我必须使用有限的内存我。
一些应用程序不允许。我知道它是 android:installLocation
行。我试图避免不允许移动到外部存储器的应用程序。我知道的唯一方法是安装它,并尝试移动它。似乎是我的不切实际的方法。
所以,问题是:在安装之前是否有办法确定此设置?
规格如果需要。 电话:三星Galaxy S5,SM-G900V,Android Ver 6.0.1,不植根。
计算机:Windows 10 Pro。
I'm familiar with moving apps from internal to external memory. In fact I have to with the limited internal memory I have.
Some apps don't allow that. I know it's the android:installLocation
line. I try to avoid the apps that don't allow moving to the external memory. The only way I know is to install it, and try to move it. Seems like an impractical method to me.
So, the question is: Is there a way to determine this setting before installing?
Specs if needed. Phone: Samsung Galaxy S5, SM-G900V, Android ver 6.0.1, not rooted.
Computer: Windows 10 Pro.
您需要检查PC上的应用清单,以确定应用程序是否可以/不能移动到外部SD卡
清单的声明在这里解释了这里的答案应用程序无法移动到SD卡,选项不可用< / a>。总结
只有在 Android:InstallLocation 都已设置到auto
或preferExternal
它可以移动到外部sd
有关读取PC上的清单文件的更多详细信息,请参阅此如此问题
You will need to examine the app manifest on PC to determine if the app can / cannot be moved to external SD card
Manifest declarations that determine this are explained in my answer here App can't be moved to SD Card , Option not available. To summarize
Only if android:installLocation is set to
auto
orpreferExternal
it can be moved to external SD
For more details on reading the manifest file on PC see this SO question
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有