blob: 14b0bce466744324bc429f4ab1498d925116966d [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
<application>
<service android:name=".${className}"
android:exported="${isExported?string}"
android:enabled="${isEnabled?string}" >
</service>
</application>
</manifest>