Skip to content

Instantly share code, notes, and snippets.

@sreejithraman
Last active March 21, 2017 00:55
Show Gist options
  • Save sreejithraman/ef176bcb0ce293d80e6fa5244f6a19f5 to your computer and use it in GitHub Desktop.
Save sreejithraman/ef176bcb0ce293d80e6fa5244f6a19f5 to your computer and use it in GitHub Desktop.
The Missing Documentation: Camera Intents
<manifest ...>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="22" />
<!-- that should be android:maxSdkVersion="18" ended up having this issue:
http://stackoverflow.com/questions/31831453/getexternalfilesdir-fail -->
<!--- If you want to save to the public image directory (the image gallery), you need to do this:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
--->
...
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment