Skip to content

Commit

Permalink
UPDATE: Support Direct Boot.
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Sep 2, 2018
1 parent 714f31f commit 6135bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<uses-permission android:name="android.permission.VIBRATE" />

<application android:label="@string/decorator_call_vibrator_label" tools:ignore="GoogleAppIndexingWarning">
<application android:label="@string/decorator_call_vibrator_label" android:directBootAware="true" tools:targetApi="n" tools:ignore="GoogleAppIndexingWarning">

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

0 comments on commit 6135bda

Please sign in to comment.