summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2015-07-09 15:23:42 -0400
committerJulia Reynolds <juliacr@google.com>2015-07-13 08:46:29 -0400
commit9a5c9118ce1dccfa5e7470fc3254c38b3a434751 (patch)
treebafd5d781301c608907328942a21997ab2bfcb38 /core/res/res/layout
parent9613e9b76410b15b7f2700080a17476bf9f3461c (diff)
downloadframeworks_base-9a5c9118ce1dccfa5e7470fc3254c38b3a434751.zip
frameworks_base-9a5c9118ce1dccfa5e7470fc3254c38b3a434751.tar.gz
frameworks_base-9a5c9118ce1dccfa5e7470fc3254c38b3a434751.tar.bz2
Remove personal/device group from sideloading screen.
Also ignore the requestedPermissionFlags of yet to be installed packages when trying to determine if a permission is new. Bug: 22229417 Change-Id: I59d579cdc42d64bcfdefdb06e1576959355bb7a4
Diffstat (limited to 'core/res/res/layout')
-rw-r--r--core/res/res/layout/app_permission_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/app_permission_item.xml b/core/res/res/layout/app_permission_item.xml
index 1eff3dc..383d771 100644
--- a/core/res/res/layout/app_permission_item.xml
+++ b/core/res/res/layout/app_permission_item.xml
@@ -31,7 +31,8 @@
android:layout_height="24dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="8dp"
- android:scaleType="fitCenter" />
+ android:scaleType="fitCenter"
+ android:tint="@android:color/black"/>
<ImageView
android:layout_width="wrap_content"