Skip to content

Commit

Permalink
Direct Boot: initial support.
Browse files Browse the repository at this point in the history
SpeakTouch already turns on at `boot_locked` in this state.

Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Dec 28, 2023
1 parent f2c15b8 commit 29eab65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
android:theme="@style/Theme.SpeakTouch"
tools:targetApi="34"
android:icon="@null"
android:memtagMode="async">
android:memtagMode="async"
android:directBootAware="true">

<service
android:name=".service.SpeakTouchService"
Expand Down

0 comments on commit 29eab65

Please sign in to comment.