blob: a1a0638ac7bd7470b2911c635089d2e687fc7983 [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="bar.permission.SEND_SMS"
android:label="@string/foo"
android:description="@string/foo" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
</application>
</manifest>