Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / android / examples / simpleserver / src / main / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"\r
3     package="org.iotivity.base.examples.simpleserver"\r
4     xmlns:tools="http://schemas.android.com/tools">\r
5 \r
6     <uses-sdk tools:overrideLibrary="org.iotivity.base"></uses-sdk>\r
7 \r
8     <application\r
9         android:allowBackup="true"\r
10         android:icon="@drawable/ic_launcher"\r
11         android:label="@string/app_name"\r
12         android:theme="@style/AppTheme" >\r
13         <activity\r
14             android:name=".SimpleServer"\r
15             android:label="@string/app_name" >\r
16             <intent-filter>\r
17                 <action android:name="android.intent.action.MAIN" />\r
18 \r
19                 <category android:name="android.intent.category.LAUNCHER" />\r
20             </intent-filter>\r
21         </activity>\r
22     </application>\r
23 \r
24 </manifest>\r