Skip to content

Commit

Permalink
Merge branch 'master' into storage_permission
Browse files Browse the repository at this point in the history
Conflicts:
	demo/src/main/AndroidManifest.xml
  • Loading branch information
kevinpelgrims committed Sep 16, 2016
2 parents 246bb6b + 3942c49 commit 914ecde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions demo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />

<application
android:allowBackup="true"
Expand Down
8 changes: 7 additions & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest package="com.google.android.cameraview">
<manifest package="com.google.android.cameraview"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

<application />
</manifest>

0 comments on commit 914ecde

Please sign in to comment.