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.
有没有办法强制应用程序安装在 SD 卡中。我在清单文件中有用户用户权限,但仍然可以绘制,并且数据库在内部存储器中处理。
然后我才知道只有RAW文件夹会保存在SD卡中
您不能强制将应用程序安装在 SD 卡上,原因很简单,如果 SD 卡已满,安装会崩溃。你所能做的就是:
android:installLocation="preferExternal"
在您的清单中。