Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / IntentService / root / AndroidManifest.xml.ftl
blobf49f6f56f9858590221af9b6f9bc9e29cdd5c1af
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" >
3     <application>
4         <service android:name="${relativePackage}.${className}"
5             android:exported="false" >
6         </service>
7     </application>
9 </manifest>