blob: 014758a117f94d1efd35838665f0c65f184fb9a5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<application android:label="Hello, world!" >
<service android:name=".MyExportedService" android:exported="true" android:permission="<caret>"/>
</application>
</manifest>