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

Commit 74abff7a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5591509 from bab0f4c0 to qt-release

Change-Id: I501c151de67614129102ebfd0917c016e65517a8
parents 56e614d1 bab0f4c0
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2403,16 +2403,6 @@
                  android:excludeFromRecents="true">
        </activity>

        <activity android:name=".SmsDefaultDialog"
                  android:label="@string/sms_application_title"
                  android:excludeFromRecents="true"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
            <intent-filter android:priority="1">
                <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity
            android:name="Settings$NotificationAccessSettingsActivity"
            android:label="@string/manage_notification_access_title"
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="oval">
    <solid android:color="@android:color/white"/>
    <stroke
        android:width="1dp"
        android:color="@color/circle_outline_color"/>
+10 −7
Original line number Diff line number Diff line
@@ -16,9 +16,12 @@ Copyright (C) 2019 The Android Open Source Project
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
    android:viewportWidth="20.0"
    android:viewportHeight="22.0">
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
    android:fillColor="#FF1E8E3E"
        android:pathData="M15,17L5,17L5,14.33l1.59,1.58L8,14.5l-3,-3 -1,-1 -4,4 1.41,1.42L3,14.33L3,20a2.006,2.006 0,0 0,2 2L15,22a2.006,2.006 0,0 0,2 -2L17,13L15,13ZM15,20L5,20L5,19L15,19ZM5,5L15,5L15,7.67L13.41,6.09 12,7.5l4,4 4,-4L18.59,6.08 17,7.67L17,2a1.997,1.997 0,0 0,-2 -1.99L5,0A2.006,2.006 0,0 0,3 2v7L5,9ZM5,2L15,2L15,3L5,3Z"/>
    android:pathData="M17,18H7v-2.67l1.59,1.58L10,15.5l-3,-3l-1,-1l-4,4l1.41,1.42L5,15.33v4.17V20v1c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2v-7h-2V18zM17,21H7v-1h10V21z"/>
<path
    android:fillColor="#FF1E8E3E"
    android:pathData="M7,6h10v2.67l-1.59,-1.58L14,8.5l4,4l4,-4l-1.41,-1.42L19,8.67V4.5V4V3c0,-1.1 -0.9,-1.99 -2,-1.99L7,1C5.9,1 5,1.9 5,3v7h2V6zM7,3h10v1H7V3z"/>
</vector>
+10 −7
Original line number Diff line number Diff line
@@ -16,9 +16,12 @@ Copyright (C) 2019 The Android Open Source Project
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
    android:viewportWidth="20.0"
    android:viewportHeight="22.0">
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
    android:fillColor="#FFD93025"
        android:pathData="M15,17L5,17L5,14.33l1.59,1.58L8,14.5l-3,-3 -1,-1 -4,4 1.41,1.42L3,14.33L3,20a2.006,2.006 0,0 0,2 2L15,22a2.006,2.006 0,0 0,2 -2L17,13L15,13ZM15,20L5,20L5,19L15,19ZM5,5L15,5L15,7.67L13.41,6.09 12,7.5l4,4 4,-4L18.59,6.08 17,7.67L17,2a1.997,1.997 0,0 0,-2 -1.99L5,0A2.006,2.006 0,0 0,3 2v7L5,9ZM5,2L15,2L15,3L5,3Z"/>
    android:pathData="M17,18H7v-2.67l1.59,1.58L10,15.5l-3,-3l-1,-1l-4,4l1.41,1.42L5,15.33v4.17V20v1c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2v-7h-2V18zM17,21H7v-1h10V21z"/>
<path
    android:fillColor="#FFD93025"
    android:pathData="M7,6h10v2.67l-1.59,-1.58L14,8.5l4,4l4,-4l-1.41,-1.42L19,8.67V4.5V4V3c0,-1.1 -0.9,-1.99 -2,-1.99L7,1C5.9,1 5,1.9 5,3v7h2V6zM7,3h10v1H7V3z"/>
</vector>
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:layout_height="wrap_content"
    android:background="@color/gestures_setting_background_color"
    android:clipToPadding="false"
    android:clipChildren="true"
    android:gravity="center"
    android:minHeight="?android:attr/listPreferredItemHeightSmall"
    android:orientation="horizontal"
Loading