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 56ad034 commit 1d3ff66Copy full SHA for 1d3ff66
misc/src/main/AndroidManifest.xml
@@ -50,7 +50,7 @@
50
android:authorities="${applicationId}.androidx-startup"
51
android:exported="false">
52
<meta-data
53
- android:name="${applicationId}.SplitInitializer"
+ android:name="com.example.snippets.ActivityEmbeddingJavaSnippets$SplitInitializer"
54
android:value="androidx.startup" />
55
</provider>
56
</application>
0 commit comments