Skip to content

Commit 6135bda

Browse files
committed
UPDATE: Support Direct Boot.
1 parent 714f31f commit 6135bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

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

2424
<service
2525
android:name=".CallVibratorDecorator"

0 commit comments

Comments
 (0)