Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / BroadcastReceiver / root / AndroidManifest.xml.ftl
blobe767f558912bbade2132bdef75dc707d9ff513da
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" >
3     <application>
4         <receiver android:name="${relativePackage}.${className}"
5             android:exported="${isExported?string}"
6             android:enabled="${isEnabled?string}" >
7         </receiver>
8     </application>
10 </manifest>