Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
topics:android-icon-blacklist [2021/09/16 07:45]
orzfly created
topics:android-icon-blacklist [2021/09/16 07:49]
orzfly
Line 2: Line 2:
  
 <code bash> <code bash>
 +settings get secure icon_blacklist
 settings put secure icon_blacklist rotate,headset,alarm_clock,vpn,managed_profile settings put secure icon_blacklist rotate,headset,alarm_clock,vpn,managed_profile
 +settings delete secure icon_blacklist
 </code> </code>
 +
 +<code>
 +managed_profile
 +ime
 +sync_failing
 +sync_active
 +cast
 +location
 +bluetooth
 +powersavingmode
 +earphone
 +nfc
 +tty
 +speakerphone
 +zen
 +mute
 +volume
 +wifi
 +cdma_eri
 +data_connection
 +phone_evdo_signal
 +phone_signal
 +battery
 +alarm_clock
 +secure
 +clock
 +volte_call
 +eyes_protect
 +</code>
 +
 +===== See Alsos =====
 +  * https://github.com/zacharee/Tweaker/blob/56688136c662644e80e13fa559873f7d86234d7b/app/src/main/java/com/zacharee1/systemuituner/fragments/IconBlacklistFragment.kt#L115
 +
 +{{tag>android}}