summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorTony <twickham@google.com>2019-02-22 13:10:59 -0800
committerTony Wickham <twickham@google.com>2019-02-28 14:39:27 -0800
commit573c3e1712b35ff92b0a272a4c4de6f88a8b0cc0 (patch)
treea21d9d74fd5ee5e3a2c148b6410db5e3edaa2225 /quickstep/AndroidManifest.xml
parent7ceb6f358aae69e69705408e2d35774afdd33a0e (diff)
downloadandroid_packages_apps_Trebuchet-573c3e1712b35ff92b0a272a4c4de6f88a8b0cc0.tar.gz
android_packages_apps_Trebuchet-573c3e1712b35ff92b0a272a4c4de6f88a8b0cc0.tar.bz2
android_packages_apps_Trebuchet-573c3e1712b35ff92b0a272a4c4de6f88a8b0cc0.zip
Make TouchInteractionService direct boot aware
- Add directBootAware="true" to TouchInteractionService manifest component - Add DeviceLockedInputConsumer which just sends a home intent on touch down Test: - Reboot - Swipe up anywhere to get to bouncer (pin/password/pattern) - Click "Emergency" to launch dialer while still in direct boot - Swipe up from the nav bar to exit/bring up bouncer Test: - Lock screen - Double press power to launch camera - Swipe up from nav bar to exit/bring up bouncer Bug: 125364936 Change-Id: I7a4cd2dc3a635daf4bb9a643a1e5251ca4e91e33
Diffstat (limited to 'quickstep/AndroidManifest.xml')
-rw-r--r--quickstep/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index 542a235ad..62d050016 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -38,7 +38,8 @@
<service
android:name="com.android.quickstep.TouchInteractionService"
- android:permission="android.permission.STATUS_BAR_SERVICE" >
+ android:permission="android.permission.STATUS_BAR_SERVICE"
+ android:directBootAware="true" >
<intent-filter>
<action android:name="android.intent.action.QUICKSTEP_SERVICE" />
</intent-filter>