Skip to content

Commit 1187d00

Browse files
committed
Adding the queries element to the SDK's manifest means that consumers
don't need to.
1 parent d96bbd5 commit 1187d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.dropbox.core.sdk.android">
4-
54
<uses-permission android:name="android.permission.INTERNET" />
65

6+
<queries>
7+
<package android:name="com.dropbox.android" />
8+
</queries>
79
</manifest>

0 commit comments

Comments
 (0)