summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2018-12-07 08:23:24 -0800
committerJoel Galenson <jgalenson@google.com>2018-12-10 08:33:59 -0800
commit67232cfb524a538db8b727b3bbf57ef9264f076f (patch)
treec9611b8a033f0a7ba6ee2e253304a460937553f4 /res/drawable
parent5bead681508f7d8c0c977a30b3df079fce1e6287 (diff)
downloadandroid_packages_apps_PackageInstaller-67232cfb524a538db8b727b3bbf57ef9264f076f.tar.gz
android_packages_apps_PackageInstaller-67232cfb524a538db8b727b3bbf57ef9264f076f.tar.bz2
android_packages_apps_PackageInstaller-67232cfb524a538db8b727b3bbf57ef9264f076f.zip
Add permission justification icons.
This adds an icon for each permission justification. The icons are shown only when the accompanying text for that justification is shown. Bug:63532550 Bug: 111207567 Test: Hardcode justifications, see icons. Test: See icons in dark mode. Change-Id: I4032639d7994a9dba92a5b674d8132dec811d45d
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_attach_money_black.xml31
-rw-r--r--res/drawable/ic_backup.xml32
-rw-r--r--res/drawable/ic_business_black.xml29
-rw-r--r--res/drawable/ic_timelapse_black.xml29
4 files changed, 121 insertions, 0 deletions
diff --git a/res/drawable/ic_attach_money_black.xml b/res/drawable/ic_attach_money_black.xml
new file mode 100644
index 00000000..47985b0c
--- /dev/null
+++ b/res/drawable/ic_attach_money_black.xml
@@ -0,0 +1,31 @@
+<!--
+ Copyright (C) 2018 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#000000"
+ android:pathData="M11.8 10.9c-2.27-0.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44 0.85
+2.5 2.1h2.21c-0.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94 0.42 -3.5 1.68-3.5
+3.61 0 2.31 1.91 3.46 4.7 4.13 2.5 0.6 3 1.48 3 2.41 0 0.69-0.49 1.79-2.7
+1.79-2.06 0-2.87-0.92-2.98-2.1h-2.2c0.12 2.19 1.76 3.42 3.68
+3.83V21h3v-2.15c1.95-0.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z" />
+ <path
+ android:pathData="M0 0h24v24H0z" />
+</vector> \ No newline at end of file
diff --git a/res/drawable/ic_backup.xml b/res/drawable/ic_backup.xml
new file mode 100644
index 00000000..2e5578f0
--- /dev/null
+++ b/res/drawable/ic_backup.xml
@@ -0,0 +1,32 @@
+<!--
+ Copyright (C) 2018 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#000000"
+ android:pathData="M17.92,10.02C17.45,7.18,14.97,5,12,5C9.82,5,7.83,6.18,6.78,8.06C4.09,8.41,2,10.74,2,13.5C2,16.53,4.47,19,7.5,19h10
+c2.48,0,4.5-2.02,4.5-4.5C22,12.16,20.21,10.23,17.92,10.02z
+M17.5,17h-10C5.57,17,4,15.43,4,13.5c0-1.89,1.54-3.46,3.44-3.49
+L8.08,10l0.26-0.59C8.97,7.94,10.41,7,12,7c2.21,0,4,1.79,4,4v1h1.5c1.38,0,2.5,1.12,2.5,2.5S18.88,17,17.5,17z
+M9.91,14.41L8.5,13
+l2.79-2.79L12,9.5l0.71,0.71L15.5,13l-1.41,1.41L13,13.33V16h-2v-2.67L9.91,14.41z" />
+ <path
+ android:pathData="M0,0h24v24H0V0z" />
+</vector> \ No newline at end of file
diff --git a/res/drawable/ic_business_black.xml b/res/drawable/ic_business_black.xml
new file mode 100644
index 00000000..9686b8e4
--- /dev/null
+++ b/res/drawable/ic_business_black.xml
@@ -0,0 +1,29 @@
+<!--
+ Copyright (C) 2018 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="#000000"
+ android:pathData="M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4
+12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10
+12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z" />
+</vector> \ No newline at end of file
diff --git a/res/drawable/ic_timelapse_black.xml b/res/drawable/ic_timelapse_black.xml
new file mode 100644
index 00000000..1b14a6c6
--- /dev/null
+++ b/res/drawable/ic_timelapse_black.xml
@@ -0,0 +1,29 @@
+<!--
+ Copyright (C) 2018 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="#000000"
+ android:pathData="M16.24 7.76C15.07 6.59 13.54 6 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0
+2.34-2.34 2.34-6.14-0.01-8.48zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48
+10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" />
+</vector> \ No newline at end of file