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