We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714f31f commit 6135bdaCopy full SHA for 6135bda
src/main/AndroidManifest.xml
@@ -19,7 +19,7 @@
19
20
<uses-permission android:name="android.permission.VIBRATE" />
21
22
- <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">
23
24
<service
25
android:name=".CallVibratorDecorator"
0 commit comments