summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_progress.xml
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2016-03-09 14:55:23 -0800
committerFyodor Kupolov <fkupolov@google.com>2016-03-22 12:16:33 -0700
commit10f852cba8be8b26c9f4f7c0aa57aab01f19c3c1 (patch)
tree3761c503a534dc174df1384f1373d16d38b2166d /res/layout/uninstall_progress.xml
parent5a86422a1e8c9fad2007e338dc029943c182fe82 (diff)
downloadandroid_packages_apps_PackageInstaller-10f852cba8be8b26c9f4f7c0aa57aab01f19c3c1.tar.gz
android_packages_apps_PackageInstaller-10f852cba8be8b26c9f4f7c0aa57aab01f19c3c1.tar.bz2
android_packages_apps_PackageInstaller-10f852cba8be8b26c9f4f7c0aa57aab01f19c3c1.zip
Added "Manage users" button
Show "Manage users" button when a secondary user is blocking the uninstall. Bug: 24616123 Change-Id: I61f1d9814dccc9f9e8acbce97d8ef681f5ec8944
Diffstat (limited to 'res/layout/uninstall_progress.xml')
-rw-r--r--res/layout/uninstall_progress.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml
index ff80fe11..1d63841f 100644
--- a/res/layout/uninstall_progress.xml
+++ b/res/layout/uninstall_progress.xml
@@ -104,7 +104,15 @@
android:visibility="gone"
android:maxLines="2"
android:text="@string/manage_device_administrators" />
-
+
+ <Button android:id="@+id/users_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:visibility="gone"
+ android:maxLines="2"
+ android:text="@string/manage_users" />
+
</LinearLayout>
</RelativeLayout>