mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Last patch prob doesnt fix that
This commit is contained in:
parent
106e5d1708
commit
8c8dc284c9
2 changed files with 0 additions and 41 deletions
|
@ -109,7 +109,6 @@ sed -i 's|config_longPressOnHomeBehavior">2|config_longPressOnHomeBehavior">0|'
|
|||
sed -i 's|config_doubleTapOnHomeBehavior">0|config_doubleTapOnHomeBehavior">8|' core/res/res/values/config.xml;
|
||||
#sed -i 's|config_permissionReviewRequired">false|config_permissionReviewRequired">true|' core/res/res/values/config.xml; #XXX: Super awesome, but breaks quick tiles
|
||||
patch -p1 < $patches"android_frameworks_base/0001-Reduced_Resolution.patch" #Allow reducing resolution to save power
|
||||
patch -p1 < $patches"android_frameworks_base/0002-Keystore.patch" #Fix Keystore
|
||||
patch -p1 < $patches"android_frameworks_base/0003-Signature_Spoofing.patch" #Allow packages to spoof their signature (MicroG)
|
||||
patch -p1 < $patches"android_frameworks_base/0005-Harden_Sig_Spoofing.patch" #Restrict signature spoofing to system apps signed with the platform key
|
||||
rm -rf packages/PrintRecommendationService; #App that just creates popups to install proprietary print apps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue