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 67f96e6 commit 3bc0d7cCopy full SHA for 3bc0d7c
tests/HardeningTest/HardeningTestApp/AndroidManifest.xml
@@ -25,9 +25,9 @@
25
android:useAppZygote="true"
26
android:exported="false" />
27
28
-<!-- Since there are multiple versions of HardeningTest, authority value of androidx InitializationProvider -->
29
-<!-- conflicts between them.-->
30
-<!-- Remove this provider, it doesn't affect app's functionality.-->
+ <!-- Since there are multiple versions of HardeningTest, authority value of androidx InitializationProvider -->
+ <!-- conflicts between them.-->
+ <!-- Remove this provider, it doesn't affect app's functionality.-->
31
<provider
32
android:name="androidx.startup.InitializationProvider"
33
android:authorities="${applicationId}.androidx-startup"
0 commit comments