Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6df569c authored by Xin Li's avatar Xin Li Committed by Gerrit Code Review
Browse files

Merge "Merge Android 13 QPR1"

parents eef6d0cb ea401a8b
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -35,6 +35,15 @@ java_library {
    ],
}

java_library {
    name: "Settings-change-ids",
    srcs: ["src/com/android/settings/ChangeIds.java"],
    libs: [
        "app-compat-annotations",
    ],
}


// Build the Settings APK
android_library {
    name: "Settings-core",
@@ -78,18 +87,18 @@ android_library {
        "lottie",
        "WifiTrackerLib",
        "SettingsLibActivityEmbedding",
        "Settings-change-ids",
    ],

    libs: [
        "telephony-common",
        "ims-common",
        "app-compat-annotations",
    ],
}

platform_compat_config {
    name: "settings-platform-compat-config",
    src: ":Settings-core",
    src: ":Settings-change-ids",
    system_ext_specific: true,
}

@@ -127,7 +136,7 @@ filegroup {
// over all the sources together.
filegroup {
    name: "Settings_srcs",
    srcs: ["src/**/*.java"],
    srcs: ["src/**/*.java", "src/**/*.kt"],
}

filegroup {
+31 −14
Original line number Diff line number Diff line
@@ -131,7 +131,8 @@
            android:usesCleartextTraffic="true"
            android:defaultToDeviceProtectedStorage="true"
            android:directBootAware="true"
            android:appComponentFactory="androidx.core.app.CoreComponentFactory">
            android:appComponentFactory="androidx.core.app.CoreComponentFactory"
            android:enableOnBackInvokedCallback="true">

        <uses-library android:name="org.apache.http.legacy" />

@@ -2475,32 +2476,32 @@

        <!-- Exported for SystemUI to launch into -->
        <activity android:name=".deviceinfo.StorageWizardInit"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
        <activity android:name=".deviceinfo.StorageWizardFormatProgress"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="false"/>
        <activity android:name=".deviceinfo.StorageWizardFormatSlow"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="false"/>
        <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="false"/>
        <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
        <activity android:name=".deviceinfo.StorageWizardReady"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />

        <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="false"/>
        <activity android:name=".deviceinfo.StorageWizardMoveProgress"
                android:theme="@style/GlifV3Theme.Light"
                android:theme="@style/GlifTheme.Light"
                android:exported="true"
                android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />

@@ -2848,7 +2849,7 @@
                <category android:name="com.android.settings.SHORTCUT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.fuelgauge.PowerUsageSummary" />
                android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
            <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
                       android:value="@string/menu_key_battery"/>
        </activity>
@@ -4054,6 +4055,22 @@
                       android:value="true"/>
        </service>

        <service
            android:name=".development.qstile.DevelopmentTiles$DesktopMode"
            android:label="@string/desktop_mode"
            android:icon="@drawable/tile_icon_desktop_mode"
            android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
            android:exported="true"
            android:enabled="false">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE" />
            </intent-filter>
            <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
                android:value="true"/>
            <meta-data android:name="com.android.settings.development.qstile.REQUIRES_SYSTEM_PROPERTY"
                       android:value="persist.wm.debug.desktop_mode" />
        </service>

        <activity
            android:name=".HelpTrampoline"
            android:exported="true"
+52 −20
Original line number Diff line number Diff line
@@ -4405,12 +4405,12 @@
        priority="4"
        summary="Using hardcoded color"
        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&quot;&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.&quot;&lt;/string>"
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values-en-rXC/strings.xml"
            line="3152"
            column="170"/>
            file="res/values-en-rAU/strings.xml"
            line="3173"
            column="64"/>
    </issue>

    <issue
@@ -4424,8 +4424,8 @@
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values-en-rAU/strings.xml"
            line="3157"
            file="res/values-en-rCA/strings.xml"
            line="3173"
            column="64"/>
    </issue>

@@ -4440,8 +4440,8 @@
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values-en-rCA/strings.xml"
            line="3157"
            file="res/values-en-rGB/strings.xml"
            line="3173"
            column="64"/>
    </issue>

@@ -4456,8 +4456,8 @@
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values-en-rGB/strings.xml"
            line="3157"
            file="res/values-en-rIN/strings.xml"
            line="3173"
            column="64"/>
    </issue>

@@ -4469,12 +4469,12 @@
        priority="4"
        summary="Using hardcoded color"
        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are.&quot;&lt;/string>"
        errorLine1="    &lt;string name=&quot;sync_plug&quot; msgid=&quot;7956982719077985381&quot;>&quot;&quot;&lt;font fgcolor=&quot;#ffffffff&quot;>&quot;Welcome to Google sync!&quot;&lt;/font>&quot; \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.&quot;&lt;/string>"
        errorLine2="                                                                                                                                                                         ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values-en-rIN/strings.xml"
            line="3157"
            column="64"/>
            file="res/values-en-rXC/strings.xml"
            line="3173"
            column="170"/>
    </issue>

    <issue
@@ -4489,7 +4489,7 @@
        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/values/strings.xml"
            line="7160"
            line="7204"
            column="36"/>
    </issue>

@@ -4749,6 +4749,38 @@
            column="40"/>
    </issue>

    <issue
        id="HardCodedColor"
        severity="Error"
        message="Avoid using hardcoded color"
        category="Correctness"
        priority="4"
        summary="Using hardcoded color"
        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_dark&lt;/item>"
        errorLine2="                                       ^">
        <location
            file="res/values/themes_suw.xml"
            line="145"
            column="40"/>
    </issue>

    <issue
        id="HardCodedColor"
        severity="Error"
        message="Avoid using hardcoded color"
        category="Correctness"
        priority="4"
        summary="Using hardcoded color"
        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
        errorLine1="        &lt;item name=&quot;wifi_signal_color&quot;>@color/setup_wizard_wifi_color_light&lt;/item>"
        errorLine2="                                       ^">
        <location
            file="res/values/themes_suw.xml"
            line="164"
            column="40"/>
    </issue>

    <issue
        id="HardCodedColor"
        severity="Error"
@@ -4761,7 +4793,7 @@
        errorLine2="                                          ^">
        <location
            file="res/values/themes_suw.xml"
            line="196"
            line="233"
            column="43"/>
    </issue>

@@ -4777,7 +4809,7 @@
        errorLine2="                                         ^">
        <location
            file="res/values/themes_suw.xml"
            line="197"
            line="234"
            column="42"/>
    </issue>

@@ -4793,7 +4825,7 @@
        errorLine2="                                            ^">
        <location
            file="res/values/themes_suw.xml"
            line="198"
            line="235"
            column="45"/>
    </issue>

+60 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="300dp"
    android:height="300dp"
    android:viewportWidth="300"
    android:viewportHeight="300">
  <path
      android:pathData="M246.18,184.04C220.6,136.66 186.7,82.01 150.2,72.96c-3.32,-1.1 -6.76,-1.8 -10.24,-2.08h-0.29c-0.45,0 -0.92,-0.05 -1.33,-0.07c-5.97,-0.3 -11.94,0.71 -17.48,2.94h-0.08c-0.79,0.31 -1.58,0.65 -2.36,1.02c-18.55,8.39 -23,19.16 -23,19.16c-3.55,6.46 -5.87,13.52 -6.81,20.84c-4.52,31.97 27.65,100.64 52.01,143.72c3.09,0.25 6.22,0.38 9.37,0.38c22.73,0 43.89,-6.7 61.61,-18.24c-2.32,-5.07 -3.61,-10.7 -3.61,-16.63C208,202.52 224.94,184.99 246.18,184.04z"
      android:fillColor="#AD674E"/>
  <path
      android:pathData="M175.92,128.41c-0.42,0.24 -0.89,0.37 -1.37,0.38c-0.48,0.01 -0.96,-0.1 -1.39,-0.32c-8.12,-4.27 -19.94,-3.29 -30.12,2.51c-10.19,5.8 -17.07,15.46 -17.54,24.63c-0.02,0.38 -0.11,0.75 -0.27,1.09c-0.16,0.34 -0.39,0.65 -0.67,0.9c-0.28,0.25 -0.61,0.45 -0.97,0.57c-0.35,0.13 -0.73,0.18 -1.11,0.16c-0.37,-0.02 -0.74,-0.11 -1.08,-0.27c-0.34,-0.16 -0.65,-0.39 -0.9,-0.67s-0.45,-0.61 -0.58,-0.96c-0.12,-0.36 -0.18,-0.73 -0.16,-1.11c0.58,-11.24 8.41,-22.47 20.43,-29.32c12.03,-6.84 25.68,-7.85 35.64,-2.61c0.34,0.18 0.63,0.41 0.87,0.7c0.25,0.29 0.43,0.62 0.54,0.99c0.11,0.36 0.15,0.74 0.12,1.12c-0.04,0.38 -0.15,0.74 -0.33,1.08C176.79,127.74 176.4,128.14 175.92,128.41z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M170.33,180.03c-0.23,0.13 -0.48,0.23 -0.74,0.29c-8.44,2.09 -19.15,-5.99 -22.37,-14.07c-2.44,-6.1 -0.54,-11.65 5.07,-14.85c2.37,-1.35 5.15,-1.82 7.83,-1.31c2.68,0.51 5.1,1.95 6.81,4.07l3.78,4.6c1.05,1.28 2.55,2.12 4.19,2.35c1.65,0.23 3.32,-0.16 4.69,-1.1c1.37,-0.94 2.34,-2.36 2.71,-3.98c0.38,-1.62 0.13,-3.32 -0.68,-4.77l-0.51,-0.92c-0.19,-0.33 -0.31,-0.69 -0.35,-1.06c-0.05,-0.37 -0.02,-0.75 0.08,-1.12c0.1,-0.36 0.27,-0.7 0.5,-1s0.52,-0.55 0.85,-0.73c0.32,-0.19 0.69,-0.31 1.06,-0.35c0.37,-0.05 0.75,-0.02 1.12,0.08c0.36,0.1 0.7,0.27 1,0.5c0.3,0.23 0.55,0.52 0.74,0.85l0.5,0.92c1.52,2.7 1.98,5.87 1.28,8.89s-2.51,5.66 -5.06,7.42c-2.56,1.75 -5.68,2.48 -8.74,2.05c-3.07,-0.43 -5.87,-2 -7.84,-4.39l-3.77,-4.65c-0.86,-1.07 -2.07,-1.8 -3.42,-2.05c-1.35,-0.25 -2.75,-0.01 -3.94,0.67c-3.11,1.77 -3.95,4.3 -2.58,7.73c2.45,6.15 10.8,11.81 15.64,10.61c0.67,-0.16 1.38,-0.08 1.99,0.24c0.62,0.32 1.1,0.85 1.36,1.49c0.25,0.64 0.27,1.36 0.04,2.01c-0.23,0.65 -0.69,1.2 -1.29,1.55L170.33,180.03z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M146.19,185.74c-0.51,0.29 -1.09,0.41 -1.67,0.36c-0.58,-0.05 -1.13,-0.27 -1.58,-0.64c-3,-2.56 -5.57,-5.59 -7.6,-8.98c-7.61,-13.38 -2.42,-30.2 11.81,-38.31c14.23,-8.1 31.34,-3.97 38.95,9.4c0.19,0.33 0.31,0.69 0.36,1.06c0.05,0.37 0.02,0.75 -0.08,1.12c-0.1,0.36 -0.27,0.7 -0.5,1c-0.24,0.3 -0.52,0.55 -0.85,0.73c-0.33,0.19 -0.69,0.31 -1.07,0.35c-0.37,0.05 -0.75,0.02 -1.11,-0.08c-0.37,-0.1 -0.71,-0.27 -1.01,-0.5c-0.29,-0.23 -0.54,-0.52 -0.73,-0.85c-6.03,-10.58 -19.7,-13.8 -31.12,-7.25c-11.43,6.55 -15.64,19.89 -9.65,30.47c1.68,2.76 3.79,5.25 6.25,7.36c0.58,0.48 0.96,1.18 1.03,1.93c0.08,0.76 -0.15,1.51 -0.63,2.1C146.77,185.33 146.5,185.56 146.19,185.74z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M177.79,191.99c-5.7,3.35 -12.35,4.72 -18.91,3.92c-0.76,-0.1 -1.44,-0.49 -1.91,-1.1c-0.46,-0.6 -0.67,-1.37 -0.57,-2.12c0.1,-0.76 0.49,-1.44 1.1,-1.9c0.6,-0.46 1.37,-0.67 2.12,-0.57c5.58,0.59 11.19,-0.68 15.98,-3.6c4.78,-2.93 8.47,-7.35 10.48,-12.59c0.12,-0.36 0.32,-0.68 0.57,-0.96c0.25,-0.28 0.56,-0.51 0.9,-0.67c0.34,-0.16 0.71,-0.26 1.09,-0.28c0.37,-0.02 0.75,0.04 1.11,0.16c0.35,0.13 0.68,0.32 0.96,0.57c0.28,0.25 0.51,0.56 0.67,0.9c0.16,0.34 0.26,0.71 0.28,1.09c0.02,0.38 -0.04,0.75 -0.16,1.11C188.99,182.76 184.13,188.45 177.79,191.99z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M121.52,132.21c-0.56,0.32 -1.22,0.44 -1.86,0.34c-0.63,-0.1 -1.22,-0.41 -1.66,-0.88c-0.44,-0.47 -0.71,-1.08 -0.76,-1.72c-0.06,-0.64 0.11,-1.29 0.46,-1.83c4.02,-5.9 9.34,-10.8 15.54,-14.33c6.2,-3.53 13.13,-5.6 20.25,-6.05c0.38,-0.02 0.76,0.03 1.11,0.16c0.36,0.12 0.69,0.32 0.97,0.57c0.28,0.25 0.51,0.56 0.67,0.9c0.17,0.34 0.26,0.71 0.28,1.09s-0.03,0.75 -0.16,1.11c-0.12,0.36 -0.32,0.68 -0.57,0.97c-0.25,0.28 -0.56,0.51 -0.9,0.67c-0.34,0.16 -0.71,0.26 -1.08,0.28c-6.24,0.41 -12.3,2.23 -17.73,5.33c-5.43,3.1 -10.08,7.39 -13.6,12.55C122.22,131.7 121.9,132 121.52,132.21z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M135.39,102.32c-1.12,0 -2.2,-0.63 -2.71,-1.72c-0.71,-1.5 -0.07,-3.29 1.43,-4c13.84,-6.56 25.69,-3.18 26.19,-3.04c1.59,0.47 2.5,2.14 2.03,3.73c-0.47,1.59 -2.14,2.5 -3.73,2.03c-0.09,-0.03 -10.24,-2.83 -21.92,2.7C136.26,102.23 135.82,102.32 135.39,102.32z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M101.49,132.44c-0.26,0 -0.52,-0.03 -0.77,-0.1c-1.59,-0.43 -2.55,-2.05 -2.13,-3.65c0.16,-0.61 4.14,-15.08 25.34,-27.16c1.44,-0.82 3.27,-0.32 4.09,1.12c0.82,1.44 0.32,3.27 -1.12,4.09c-18.82,10.73 -22.47,23.36 -22.51,23.49C104.02,131.55 102.81,132.44 101.49,132.44z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M102.75,107.08c-0.58,0 -1.16,-0.17 -1.68,-0.51c-1.37,-0.93 -1.73,-2.79 -0.81,-4.17c0.22,-0.33 5.65,-8.18 21.87,-16.37c6.57,-3.3 13.62,-5.27 20.95,-5.83c1.65,-0.13 3.09,1.11 3.22,2.76s-1.11,3.09 -2.76,3.22c-6.55,0.51 -12.85,2.26 -18.71,5.21c-14.6,7.37 -19.56,14.3 -19.6,14.37C104.66,106.61 103.71,107.08 102.75,107.08z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M137.37,215.49c-0.41,0 -0.82,-0.08 -1.21,-0.26c-0.29,-0.13 -7.22,-3.26 -14.82,-11.78c-1.1,-1.24 -0.99,-3.13 0.24,-4.24c1.24,-1.1 3.13,-0.99 4.24,0.24c6.75,7.57 12.72,10.26 12.78,10.29c1.51,0.67 2.2,2.44 1.53,3.96C139.62,214.82 138.52,215.49 137.37,215.49z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M117.98,197.15c-0.97,0 -1.92,-0.47 -2.5,-1.34c-1.44,-2.16 -2.77,-4.42 -3.96,-6.71c-12.51,-24.08 -7.86,-36.28 -7.65,-36.79c0.62,-1.54 2.37,-2.28 3.9,-1.66c1.52,0.61 2.27,2.34 1.68,3.87c-0.09,0.26 -3.58,10.7 7.39,31.82c1.09,2.1 2.32,4.18 3.64,6.16c0.92,1.38 0.54,3.24 -0.84,4.16C119.13,196.99 118.55,197.15 117.98,197.15z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M156.75,208.17C156.75,208.17 156.75,208.17 156.75,208.17c-0.5,0 -12.24,-0.15 -23.88,-12.41c-6.08,-6.43 -10.42,-14.37 -12.55,-22.95c-0.4,-1.61 0.58,-3.24 2.19,-3.63c1.6,-0.4 3.23,0.58 3.63,2.19c1.88,7.58 5.71,14.59 11.08,20.27c9.76,10.27 19.16,10.53 19.55,10.53c1.65,0.02 2.98,1.37 2.97,3.02S158.4,208.17 156.75,208.17z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M215.98,170.71c-0.11,0 -0.23,-0.01 -0.35,-0.02c-1.65,-0.19 -2.83,-1.68 -2.64,-3.32c0.01,-0.05 0.67,-6.66 -2.36,-16.23c-0.5,-1.58 0.38,-3.27 1.96,-3.76c1.58,-0.5 3.27,0.38 3.76,1.96c3.44,10.89 2.64,18.41 2.6,18.72C218.79,169.58 217.49,170.71 215.98,170.71z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M210.11,144.72c-1.11,0 -2.17,-0.62 -2.7,-1.68c-1.08,-2.21 -2.25,-4.33 -3.47,-6.3c-12.66,-20.37 -23.5,-22.58 -23.6,-22.6c-1.61,-0.3 -2.71,-1.84 -2.43,-3.46c0.27,-1.62 1.77,-2.71 3.39,-2.47c0.54,0.08 13.42,2.32 27.74,25.35c1.33,2.14 2.59,4.43 3.77,6.82c0.73,1.49 0.11,3.29 -1.37,4.01C211.01,144.62 210.56,144.72 210.11,144.72z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M199.77,183.64c-0.52,0 -1.05,-0.13 -1.53,-0.42c-1.43,-0.84 -1.9,-2.68 -1.05,-4.11c0.19,-0.33 4.76,-8.52 0.89,-22.18c-2.14,-7.5 -6.21,-14.36 -11.77,-19.84c-1.18,-1.16 -1.19,-3.06 -0.03,-4.24s3.06,-1.19 4.24,-0.03c6.29,6.2 10.9,13.97 13.33,22.47c4.61,16.28 -1.25,26.45 -1.5,26.88C201.79,183.11 200.79,183.64 199.77,183.64z"
      android:fillColor="#D2E3FC"/>
  <path
      android:pathData="M261.45,209.85l-18.35,18.35l-8.55,-8.55l-4.97,4.97l13.52,13.53l23.32,-23.32z"
      android:fillColor="#669DF6"/>
  <path
      android:pathData="M150,255.88c-60.7,0 -110.08,-49.38 -110.08,-110.08C39.92,85.09 89.3,35.71 150,35.71s110.08,49.38 110.08,110.08c0,13.55 -2.46,26.54 -6.96,38.53c2.03,0.26 4.02,0.67 5.94,1.23c4.54,-12.41 7.01,-25.8 7.01,-39.76c0,-64.01 -52.08,-116.08 -116.08,-116.08S33.92,81.78 33.92,145.79S85.99,261.88 150,261.88c23.18,0 44.8,-6.83 62.95,-18.59c-0.97,-1.76 -1.82,-3.61 -2.52,-5.52C193.07,249.21 172.3,255.88 150,255.88z"
      android:fillColor="#669DF6"/>
  <path
      android:pathData="M248,267c-23.71,0 -43,-19.29 -43,-43s19.29,-43 43,-43s43,19.29 43,43S271.71,267 248,267zM248,187c-20.4,0 -37,16.6 -37,37s16.6,37 37,37s37,-16.6 37,-37S268.4,187 248,187z"
      android:fillColor="#669DF6"/>
</vector>
+5 −5
Original line number Diff line number Diff line
<!--
  Copyright (C) 2019 The Android Open Source Project
  Copyright (C) 2022 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -19,11 +19,11 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?android:attr/colorControlNormal">
    android:tint="@color/battery_usage_system_icon_color">
    <path
        android:fillColor="#000000"
        android:fillColor="@android:color/white"
        android:pathData="M20,7v13H7L20,7 M22,2L2,22h20V2L22,2z" />
    <path
        android:fillColor="#000000"
        android:fillColor="@android:color/white"
        android:pathData="M 11 13 L 2 22 L 11 22 Z" />
</vector>
Loading