blob: 0652d49c9a07bc17c6fdc2cfdc62f25eb1f87a24 [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" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<receiver
android:label="@string/app_name"
android:name="com.sample.service.serviceClass" >
<intent-filter >
<action android:name="com.sample.service.serviceClass" >
</action>
</intent-filter>
</receiver>
</application>
</manifest>