Skip to content

Commit

Permalink
Adding the queries element to the SDK's manifest means that consumers
Browse files Browse the repository at this point in the history
don't need to.
  • Loading branch information
rharter committed Aug 11, 2023
1 parent d96bbd5 commit 1187d00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dropbox.core.sdk.android">

<uses-permission android:name="android.permission.INTERNET" />

<queries>
<package android:name="com.dropbox.android" />
</queries>
</manifest>

0 comments on commit 1187d00

Please sign in to comment.