Sign in
ara-mdk
/
platform
/
sdk
/
b82be3fae5f152b10e9daa6aa694da6b6177aefd
/
.
/
templates
/
other
/
Service
/
root
/
AndroidManifest.xml.ftl
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>