mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fix animation scale settings being reset to 1x when disabling development options
This commit is contained in:
parent
a4cde9bb89
commit
0600ccd154
@ -49,6 +49,7 @@ sed -i 's/static final boolean NDEF_PUSH_ON_DEFAULT = true;/static final boolean
|
||||
|
||||
enter "packages/apps/Settings"
|
||||
sed -i 's/Settings.Secure.WEB_ACTION_ENABLED, 1/Settings.Secure.WEB_ACTION_ENABLED, 0/' src/com/android/settings/applications/ManageDomainUrls.java; #Disable "Instant Apps"
|
||||
sed -i 's/Float.parseFloat(newValue.toString()) : 1;/Float.parseFloat(newValue.toString()) : 0.5f;/' src/com/android/settings/DevelopmentSettings.java; #Always reset animation scales to 0.5
|
||||
|
||||
enter "packages/apps/Trebuchet"
|
||||
sed -i 's|homescreen_search_default">true|homescreen_search_default">false|' res/values/preferences_defaults.xml; #Disable search
|
||||
|
Loading…
Reference in New Issue
Block a user