OSDN Git Service

Updaed the code structure for efficiency. Staging for 1.0.6.
[hstempo-android/HSTempo_android.git] / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3       package="hsware.HSTempo"
4       android:versionName="@string/VersionSimple" android:versionCode="10">
5     <application android:icon="@drawable/icon" android:label="@string/app_name" android:enabled="true" android:persistent="false" android:allowClearUserData="false" android:allowTaskReparenting="false" android:debuggable="false" android:description="@string/app_info">
6         <activity android:label="@string/app_name" android:name=".HSTempo">
7             <intent-filter>
8                 <action android:name="android.intent.action.MAIN" />
9                 <category android:name="android.intent.category.LAUNCHER" />
10             </intent-filter>
11         </activity>
12     </application>
13 </manifest>