Android:如何增加将应用程序移动到外部存储设备的可能性

时间:2017-07-02 10:51:57

标签: android storage skype

如何添加我的Android应用程序中的可能性,以便通过屏幕截图中的Skype等应用信息将其移至外部存储。

Skype app info

由于

2 个答案:

答案 0 :(得分:1)

您可以在mainfest文件

中声明此行
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:installLocation="preferExternal"
    ... >

请参阅Official Android reference,您也可以查看this

答案 1 :(得分:0)

在您的清单文件中添加以下内容

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.yourpackagename"
    android:installLocation="auto">

如果您将installLocation的值设置为auto,则用户可以将应用保留在任意位置