Commit 424076fb authored by SnowCatPDA's avatar SnowCatPDA
Browse files

REMOVE OVERRIDES

parent c2a97a0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -380,8 +380,8 @@ MTK_GAS_SERVICE_SUPPORT = no
MTK_GEMINI_3SIM_SUPPORT = no
MTK_GEMINI_4SIM_SUPPORT = no
MTK_GEMINI_ENHANCEMENT = yes
MTK_GMO_RAM_OPTIMIZE = yes
MTK_GMO_ROM_OPTIMIZE = yes
MTK_GMO_RAM_OPTIMIZE = no
MTK_GMO_ROM_OPTIMIZE = no
MTK_GMO_ZYGOTE_ON_DEMAND = no
MTK_GOOGLEOTA_SUPPORT = no
MTK_GPS_CHIP = MTK_GPS_MT6735
−1.24 KiB
Loading image diff...
+0 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/ic_lock_reboot_alpha" android:tint="?colorControlNormal"
  xmlns:android="http://schemas.android.com/apk/res/android" />
+0 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="global_action_reboot">Перезагрузить</string>
</resources>
+0 −17
Original line number Diff line number Diff line
@@ -2,23 +2,6 @@

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Defines the default set of global actions. Actions may still be disabled or hidden based
         on the current state of the device.
         Each item must be one of the following strings:
         "power" = Power off
         "settings" = An action to launch settings
         "airplane" = Airplane mode toggle
         "bugreport" = Take bug report, if available
         "silent" = silent mode
         "users" = list of users
         -->
    <string-array translatable="false" name="config_globalActionsList">
        <item>power</item>
	<item>reboot</item>
        <item>bugreport</item>
        <item>users</item>
    </string-array>

    <integer name="config_multiuserMaximumUsers">8</integer>
    <bool name="config_enableMultiUserUI">true</bool>

Loading