Skip to content

Instantly share code, notes, and snippets.

@pavan5208
Created December 28, 2022 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavan5208/35ea654cbee1b5ea8664a293d888aa41 to your computer and use it in GitHub Desktop.
Save pavan5208/35ea654cbee1b5ea8664a293d888aa41 to your computer and use it in GitHub Desktop.
<manifest package="com.sample.app">
<queries>
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="image/*" />
</intent>
<!-- Browser -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
</intent>
<!-- Camera -->
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment