Release v2.0.4 - see CHANGELOG.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="25"
|
||||
android:versionName="2.0.4" >
|
||||
android:versionName="2.0.4">
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" />
|
||||
|
||||
@@ -23,30 +23,28 @@
|
||||
|
||||
<application
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="@string/app_name" >
|
||||
<activity android:name=".StartupActivity" >
|
||||
android:label="@string/app_name">
|
||||
<activity android:name=".StartupActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="@string/app_name"
|
||||
android:exported="true"
|
||||
>
|
||||
</activity>
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="@string/app_name"></activity>
|
||||
<activity
|
||||
android:name=".PrefActivity"
|
||||
android:label="OpenSeizureDetector Preferences" >
|
||||
</activity>
|
||||
android:label="OpenSeizureDetector Preferences"></activity>
|
||||
|
||||
<service
|
||||
android:name=".SdServer"
|
||||
android:exported="false" />
|
||||
|
||||
<activity android:name=".LogManagerActivity"></activity>
|
||||
</application>
|
||||
|
||||
</manifest> <!-- android:uiOptions="splitActionBarWhenNarrow" -->
|
||||
|
||||
Reference in New Issue
Block a user