Sign in
ara-mdk
/
platform
/
sdk
/
6481e362b4c61b236194d10ae0e70e50d8b2c2a8
/
.
/
templates
/
other
/
BroadcastReceiver
/
root
/
AndroidManifest.xml.ftl
blob: 27b60b04b53b0136c80e4af02badb8a4da64dbd3 [
file
] [
log
] [
blame
]
<manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<application>
<receiver
android:name
=
".${className}"
android:exported
=
"${isExported?string}"
android:enabled
=
"${isEnabled?string}"
>
</receiver>
</application>
</manifest>