|
|
|
|
@ -2,6 +2,10 @@ |
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
package="com.fongmi.android.tv"> |
|
|
|
|
|
|
|
|
|
<uses-feature |
|
|
|
|
android:name="android.hardware.camera" |
|
|
|
|
android:required="false" /> |
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" /> |
|
|
|
|
|
|
|
|
|
<application> |
|
|
|
|
|