• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help How to set SD as default storage

Can anyone elaborate the problem...!!!
Do u guys want to make ur external sd card as default memory for installation,
Then adb command is
adb shell pm set-install-location 2

Here 0 is auto
1 is system memory
2 is SD card(external)

To know the status
adb shell pm get-install-location
 
Back
Top Bottom