blob: 6a700d2b41925a433eafa71090c1070d567c4cd0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="foo.bar2"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
<permission android:name="foo.permission.NORMAL"
android:label="@string/foo"
android:description="@string/foo"
android:protectionLevel="normal"/>
<permission android:name="foo.permission.DANGEROUS"
android:label="@string/foo"
android:description="@string/foo"
android:protectionLevel="dangerous"/>
<permission android:name="foo.permission.SIGNATURE"
android:label="@string/foo"
android:description="@string/foo"
android:protectionLevel="signature"/>
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</application>
</manifest>