From f1c53f21f8da9abbd0c83fb941cfcbd7a7801671 Mon Sep 17 00:00:00 2001 From: Michael Kwan Date: Wed, 12 Oct 2016 01:05:24 -0700 Subject: Add buttonless UI for watch type devices. Watch type devices defaults to using an interaction model that avoids the use of buttons in AlertDialogs. A buttonless mode was added and enabled for watch devices to conform with the behaviour of other similar dialogs. Test: manual using watch system settings Bug: 30946435 Change-Id: Iaee39ac373bc5c1ec669cdaea025a56360725f28 --- res/values/config.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 res/values/config.xml (limited to 'res/values') diff --git a/res/values/config.xml b/res/values/config.xml new file mode 100644 index 000000000..4e237a2f1 --- /dev/null +++ b/res/values/config.xml @@ -0,0 +1,25 @@ + + + + + + + true + -- cgit v1.2.3