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 8207a4c commit 85bb157Copy full SHA for 85bb157
studyplus-android-sdk/src/debug/AndroidManifest.xml
@@ -0,0 +1,8 @@
1
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ package="jp.studyplus.android.sdk">
3
+
4
+ <queries>
5
+ <package android:name="jp.studyplus.android.app.debug" />
6
+ </queries>
7
8
+</manifest>
studyplus-android-sdk/src/main/AndroidManifest.xml
@@ -3,4 +3,8 @@
<uses-permission android:name="android.permission.INTERNET" />
+ <package android:name="jp.studyplus.android.app" />
9
10
</manifest>
0 commit comments