mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
eb2fa80eaf
git-svn-id: https://zxing.googlecode.com/svn/trunk@191 59b500cc-1b3d-0410-9834-0bbf25fbcc57
14 lines
632 B
XML
14 lines
632 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.google.zxing.client.android">
|
|
<application android:icon="@drawable/icon">
|
|
<activity class=".BarcodeReaderCaptureActivity" android:label="@string/app_name">
|
|
<intent-filter>
|
|
<action android:value="android.intent.action.MAIN"/>
|
|
<category android:value="android.intent.category.LAUNCHER"/>
|
|
</intent-filter>
|
|
</activity>
|
|
</application>
|
|
<uses-permission id="android.permission.READ_CONTACTS"/>
|
|
<uses-permission id="android.permission.WRITE_CONTACTS"/>
|
|
</manifest> |