mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-09-21 13:14:41 -04:00
Patch from CalyxOS to make AOSP less spyware
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
3708cee48a
commit
c8d3354113
3 changed files with 45 additions and 1 deletions
|
@ -276,6 +276,10 @@ applyPatch "$DOS_PATCHES/android_packages_apps_Dialer/0001-Not_Private_Banner.pa
|
|||
sed -i 's/>true/>false/' java/com/android/incallui/res/values/lineage_config.xml; #XXX: temporary workaround for black screen on incoming calls https://gitlab.com/LineageOS/issues/android/-/issues/4632
|
||||
fi;
|
||||
|
||||
if enterAndClear "packages/apps/ImsServiceEntitlement"; then
|
||||
applyPatch "$DOS_PATCHES/android_packages_apps_ImsServiceEntitlement/0001-delay-fcm.patch"; #Delay FCM registration until it's actually required (CalyxOS)
|
||||
fi;
|
||||
|
||||
if enterAndClear "packages/apps/LineageParts"; then
|
||||
rm -rf src/org/lineageos/lineageparts/lineagestats/ res/xml/anonymous_stats.xml res/xml/preview_data.xml; #Nuke part of the analytics
|
||||
applyPatch "$DOS_PATCHES/android_packages_apps_LineageParts/0001-Remove_Analytics.patch"; #Remove analytics (DivestOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue