summaryrefslogtreecommitdiff
path: root/SafetyCenter
diff options
context:
space:
mode:
Diffstat (limited to 'SafetyCenter')
-rw-r--r--SafetyCenter/Resources/res/values-v34/config.xml4
-rw-r--r--SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_critical.xml17
-rw-r--r--SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_general.xml9
3 files changed, 18 insertions, 12 deletions
diff --git a/SafetyCenter/Resources/res/values-v34/config.xml b/SafetyCenter/Resources/res/values-v34/config.xml
index 31b7f987a..5176adf92 100644
--- a/SafetyCenter/Resources/res/values-v34/config.xml
+++ b/SafetyCenter/Resources/res/values-v34/config.xml
@@ -17,7 +17,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Comma separated list of safety source IDs to show in the same task as the safety center -->
- <string name="config_same_task_safety_source_ids" translatable="false">AndroidAccessibility,AndroidAdsPrivacy,AndroidBackgroundLocation,AndroidBiometrics,AndroidLockScreen,AndroidMoreSettings,AndroidNotificationListener,AndroidPermissionAutoRevoke,AndroidPermissionManager,AndroidPermissionUsage,AndroidPrivacyAppDataSharingUpdates,AndroidPrivacyControls,AndroidWorkPolicyInfo</string>
+ <string name="config_same_task_safety_source_ids" translatable="false">AndroidAccessibility,AndroidAdsPrivacy,AndroidBackgroundLocation,AndroidBiometrics,AndroidHealthConnect,AndroidLockScreen,AndroidMoreSettings,AndroidNotificationListener,AndroidPermissionAutoRevoke,AndroidPermissionManager,AndroidPermissionUsage,AndroidPrivacyAppDataSharingUpdates,AndroidPrivacyControls,AndroidWorkPolicyInfo</string>
<!-- Comma separated list of safety source IDs to add an Intent Extra confirming they should be displayed as if opened by a settings UI page. -->
- <string name="config_useSettingsHomepageIntentExtra" translatable="false">AndroidMoreSettings,TestSource</string>
+ <string name="config_useSettingsHomepageIntentExtra" translatable="false">AndroidMoreSettings,AndroidAdsPrivacy,TestSource</string>
</resources>
diff --git a/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_critical.xml b/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_critical.xml
index 5441ad509..a2cb3eb0e 100644
--- a/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_critical.xml
+++ b/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_critical.xml
@@ -1,21 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:width="20dp"
+ android:height="20dp"
+ android:viewportWidth="20"
+ android:viewportHeight="20">
<path
- android:pathData="M3.875,5.924V10.318c0.015,0.742 0.074,1.482 0.175,2.218 0.481,3.182 2.306,6.786 7.306,9.311C11.556,21.948 11.776,22 12,22c0.224,0 0.444,-0.052 0.643,-0.153 5.001,-2.526 6.825,-6.13 7.306,-9.312 0.102,-0.735 0.16,-1.476 0.176,-2.217V5.924c0,-0.336 -0.106,-0.664 -0.303,-0.94 -0.197,-0.275 -0.476,-0.484 -0.799,-0.599l-6.453,-2.288c-0.368,-0.13 -0.771,-0.13 -1.138,0L4.977,4.386C4.654,4.5 4.375,4.709 4.178,4.984 3.981,5.26 3.875,5.588 3.875,5.924ZM18.125,10.297V6.189L12,4.018 5.875,6.189v4.108c0.014,0.653 0.066,1.305 0.155,1.952 0.385,2.521 1.786,5.478 5.97,7.679 4.185,-2.202 5.585,-5.159 5.97,-7.68 0.089,-0.647 0.141,-1.299 0.155,-1.952z"
- android:strokeWidth="1.25"
+ android:pathData="m2,3.924v4.394c0.015,0.742 0.073,1.482 0.173,2.218 0.474,3.182 2.271,6.786 7.194,9.311 0.196,0.1 0.413,0.153 0.633,0.153 0.22,0 0.437,-0.052 0.633,-0.153 4.924,-2.526 6.72,-6.13 7.194,-9.312 0.1,-0.735 0.158,-1.475 0.173,-2.217L18,3.924c0,-0.336 -0.104,-0.664 -0.298,-0.94 -0.194,-0.275 -0.469,-0.484 -0.787,-0.599l-6.354,-2.288c-0.362,-0.13 -0.759,-0.13 -1.121,0L3.085,2.385c-0.318,0.115 -0.593,0.324 -0.787,0.599 -0.194,0.275 -0.298,0.603 -0.298,0.94zM16,8.297L16,4.181l-6,-2.16 -6,2.16v4.116c0.014,0.654 0.065,1.307 0.153,1.956 0.38,2.527 1.759,5.473 5.847,7.667 4.089,-2.195 5.468,-5.14 5.847,-7.668 0.088,-0.649 0.139,-1.301 0.153,-1.956zM9.883,1.979 L9.883,1.979z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
<path
- android:pathData="M10.75,12.234V6.354h2.5v5.88z"
- android:strokeWidth="1.25"
+ android:pathData="M8.751,10.233V4.353h2.5v5.88z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
<path
- android:pathData="m10.75,16.942v-2.65h2.5v2.65z"
- android:strokeWidth="1.25"
+ android:pathData="m8.751,14.941v-2.65h2.5v2.65z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
</vector>
diff --git a/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_general.xml b/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_general.xml
new file mode 100644
index 000000000..04fabfca6
--- /dev/null
+++ b/SafetyCenter/Resources/shared_res/drawable-v33/ic_notification_badge_general.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="20dp"
+ android:height="20dp"
+ android:viewportWidth="20"
+ android:viewportHeight="20">
+ <path
+ android:pathData="M16.929,2.4L10.565,0.1C10.385,0.03 10.195,0 10.005,0C9.815,0 9.625,0.03 9.445,0.1L3.081,2.4C2.43,2.63 2,3.25 2,3.94V8.32C2.02,9.07 2.07,9.79 2.17,10.54C2.64,13.72 4.442,17.33 9.375,19.85C9.575,19.95 9.785,20 10.005,20C10.225,20 10.435,19.95 10.635,19.85C11.086,19.62 11.506,19.37 11.906,19.12C12.046,19.05 12.186,18.96 12.326,18.86C15.989,16.43 17.42,13.32 17.83,10.54C17.93,9.8 17.99,9.07 18,8.32V3.94C18,3.25 17.57,2.64 16.919,2.4H16.929ZM10.255,17.78C10.105,17.87 9.905,17.87 9.745,17.78C6.503,15.97 4.622,13.43 4.151,10.27C4.061,9.59 4.011,8.94 4.001,8.32V4.55C4.001,4.34 4.131,4.15 4.331,4.08L6.263,3.38C6.113,3.89 6.033,4.44 6.033,5.04C6.043,6.91 7.033,8.68 8.704,9.8C9.154,10.08 10.395,10.89 10.785,11.19C11.276,11.57 11.956,12.21 12.266,12.74C13.297,14.52 12.266,16.46 11.106,17.27C10.835,17.45 10.555,17.62 10.255,17.79V17.78ZM15.859,10.24C15.668,11.49 15.268,12.63 14.658,13.68C14.578,13.04 14.378,12.38 13.998,11.74C13.427,10.75 12.337,9.86 12.016,9.61C11.476,9.19 9.945,8.22 9.795,8.12C8.694,7.39 8.044,6.23 8.034,4.99C8.034,3.01 9.255,2.34 9.985,2.12C10.085,2.09 10.195,2.1 10.295,2.13L15.689,4.08C15.889,4.15 16.019,4.34 16.019,4.55V8.28C16.009,8.94 15.959,9.59 15.869,10.24H15.859Z"
+ android:fillColor="#000000"/>
+</vector>