Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
survivingwithandroid committed Mar 1, 2014
1 parent 9e303e5 commit aa88947
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions TorchApp/torch/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.survivingwithandroid.torch"
>
package="com.survivingwithandroid.torch">

<uses-permission android:name="com.android.vending.BILLING" />

<uses-permission android:name="android.permission.CAMERA"/>

<uses-feature android:name="android.hardware.camera"/>

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit aa88947

Please sign in to comment.