How to enable app being moved to sdcard (and support android < 2.2 still)?

后端 未结 4 716
鱼传尺愫
鱼传尺愫 2021-02-13 15:03

How can i enable my app to be moved to the sdcard?

-edited the title in order to make question more relevant to the answers given.

4条回答
  •  广开言路
    2021-02-13 15:43

    Please follow the below procedure for Android phones.

    1. Copy the Android SDK to your system.
    2. Connect your mobile to system and enable USB debugging option in your mobile.
    3. Open cmd line and go to the path android sdk\platform-tools
    4. Run the command adb shell pm setInstallLocation 2
    5. Go to settings in your mobile and check the "Move to SD card" option is enabled or not.

提交回复
热议问题