mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-15 00:29:02 -05:00
11.0: Remove CMStats
This commit is contained in:
parent
875d6505af
commit
bae3092539
5 changed files with 62 additions and 676 deletions
|
|
@ -86,7 +86,8 @@ changeDefaultDNS;
|
|||
enterAndClear "packages/apps/Settings";
|
||||
sed -i 's/private int mPasswordMaxLength = 16;/private int mPasswordMaxLength = 48;/' src/com/android/settings/ChooseLockPassword.java; #Increase max password length
|
||||
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then sed -i 's/GSETTINGS_PROVIDER = "com.google.settings";/GSETTINGS_PROVIDER = "com.google.oQuae4av";/' src/com/android/settings/PrivacySettings.java; fi; #microG doesn't support Backup, hide the options
|
||||
#patch -p1 < "$DOS_PATCHES/android_packages_apps_Settings/0001-CMStats.patch"; #Remove CMStats #TOOD
|
||||
rm -rf src/com/android/settings/cmstats res/xml/security_settings_cyanogenmod.xml; #Nuke part of CMStats
|
||||
patch -p1 < "$DOS_PATCHES/android_packages_apps_Settings/0001-Remove_Analytics.patch"; #Remove the rest of CMStats
|
||||
|
||||
|
||||
enterAndClear "packages/apps/Trebuchet";
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ buildAll() {
|
|||
brunch lineage_h850-user;
|
||||
brunch lineage_hammerhead-user;
|
||||
#brunch lineage_jfltexx-user; #still in bringup
|
||||
brunch lineage_klte-user; #broken
|
||||
brunch lineage_klte-userdebug; #TODO: TEST ME AGAIN
|
||||
brunch lineage_m8-user;
|
||||
brunch lineage_marlin-user;
|
||||
brunch lineage_mata-user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue