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 d96bbd5 commit 1187d00Copy full SHA for 1187d00
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>
0 commit comments