Sign in
ara-mdk
/
platform
/
sdk
/
c5fd733f1d080207801ac2ab5197eb9d6b346071
/
.
/
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>