Programmatically Turn Off USB Storage on Android Devices

前端 未结 3 1245
说谎
说谎 2020-12-06 01:20

On many android devices, when the device is plugged into the USB port of a computer or even on some USB charging devices, the phone goes into USB Storage mode. When the devi

3条回答
  •  醉梦人生
    2020-12-06 01:49

    It blocks mass storage by using reflection on storageManger api . Storage Manager api is avaliable from sdk level -9.

    I am not able to reflect Mountservice api which can target less os level. If any one has done it please give suggestions

提交回复
热议问题