This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Remote Rule] | |
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Loon/WhiteList/WhiteList.list,tag=广告过滤白名单,policy=DIRECT,enable=true | |
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanAD.list,tag=广告拦截 (ACL4SSR BanAD),policy=REJECT,enable=false | |
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyListChina.list,tag=广告拦截 (ACL4SSR EasyList China),policy=REJECT,enable=false | |
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyList.list,tag=广告拦截 (ACL4SSR EasyList),policy=REJECT,enable=false | |
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanEasyPrivacy.list,tag=广告拦截 (ACL4SSR EasyPrivacy),policy=REJECT,enable=false | |
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/BanProgramAD.list,tag=广告拦截 (ACL4SSR 应用内广告),policy=REJECT,enable=false | |
https://anti-ad.net/surge.txt,tag=广告拦截 (Anti-Ad),policy=REJECT,enable=false | |
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Loon/AdvertisingLite/AdvertisingLit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mandatory removal | |
adb shell pm uninstall --user 0 com.miui.systemAdSolution | |
adb shell pm uninstall --user 0 com.miui.analytics | |
adb shell pm uninstall --user 0 com.xiaomi.ab | |
# Recommended removal | |
adb shell pm uninstall --user 0 com.miui.bugreport | |
adb shell pm uninstall --user 0 com.miui.hybrid | |
adb shell pm uninstall --user 0 com.xiaomi.vipaccount | |
adb shell pm uninstall --user 0 com.miui.userguide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Android Debug Bridge (adb) interactive shell should be used to change these settings. | |
# Since the 'settings' shell command only exists on Android 4.2 or newer versions of Android, even if the SettingsProvider has the key/value pairs, there is no way for legacy OS prior to Android 4.2 to change these with the command specified in this shell snippet. | |
# See https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/provider/Settings.java for latest SettingsProvider key/value pairs. | |
# See https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-$(Android_Version_Code)_r$(Android_Version_Revision_Code)/core/java/android/provider/Settings.java for SettingsProvider key/value pairs for a specific version of Android. Android Version Code and Android Version Revision Code could be found at https://android.googlesource.com/platform/frameworks/base/+refs . | |
# Specifies the device's UTC system clock and date should be set automatically from sources like NITZ, GNSS or NTP. |