Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 286 Bytes

android.markdown

File metadata and controls

14 lines (10 loc) · 286 Bytes

Android

Disable MIUI12 charging sound

  1. Enable developer options;

  2. Enable USB debugging and USB debugging (Security settings);

  3. Change settings using adb

    sudo ./adb start-server
    sudo ./adb shell settings put global power_sounds_enabled 0