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.
2 parents d96bbd5 + 935e7ad commit 68f4deeCopy full SHA for 68f4dee
android/src/main/AndroidManifest.xml
@@ -1,7 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.dropbox.core.sdk.android">
4
-
5
<uses-permission android:name="android.permission.INTERNET" />
6
+ <queries>
7
+ <package android:name="com.dropbox.android" />
8
+ </queries>
9
</manifest>
examples/android/src/main/AndroidManifest.xml
@@ -66,7 +66,4 @@
66
android:resource="@xml/provider_paths" />
67
</provider>
68
</application>
69
- <queries>
70
- <package android:name="com.dropbox.android" />
71
- </queries>
72
0 commit comments