1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" > 2 3 <application> 4 <receiver android:name=".${className}" 5 android:exported="${isExported?string}" 6 android:enabled="${isEnabled?string}" > 7 </receiver> 8 </application> 9 10 </manifest> 11