如何使我的应用程序在应用程序管理器中有“移动到SD卡”按钮?

时间:2017-02-04 19:45:59

标签: android android-sdcard

我看到许多应用程序在其应用程序上都有“移动到SD卡”按钮

enter image description here

我希望我的应用程序也有这个按钮。如何做到这一点?

1 个答案:

答案 0 :(得分:0)

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.prgguru.sdmovable"
android:versionCode="1"
android:versionName="1.0" android:installLocation="auto">

添加android:installLocation =&#34; auto&#34;在你的androidmanifest.xml文件中,如上所述。