Skip to content

Commit

Permalink
Merge pull request #509 from dropbox/rharter/android-queries
Browse files Browse the repository at this point in the history
Adds queries to SDK manifest
  • Loading branch information
rharter authored Nov 30, 2023
2 parents d96bbd5 + 935e7ad commit 68f4dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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>
3 changes: 0 additions & 3 deletions examples/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,4 @@
android:resource="@xml/provider_paths" />
</provider>
</application>
<queries>
<package android:name="com.dropbox.android" />
</queries>
</manifest>

0 comments on commit 68f4dee

Please sign in to comment.