Skip to content

Instantly share code, notes, and snippets.

@JonDouglas
Created September 25, 2014 16:27
Show Gist options
  • Select an option

  • Save JonDouglas/d1bf08dce57c814914cb to your computer and use it in GitHub Desktop.

Select an option

Save JonDouglas/d1bf08dce57c814914cb to your computer and use it in GitHub Desktop.
AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="NewCameraBroadcast.NewCameraBroadcast" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
<application android:label="NewCameraBroadcast" android:icon="@drawable/Icon"></application>
<uses-feature android:name="android.hardware.camera"></uses-feature>
<uses-permission android:name="android.permission.CAMERA" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment