Added startup screen that displays while background servie is started and while waiting for first data to arrive from seizure detector.
This commit is contained in:
@@ -22,19 +22,20 @@
|
||||
<application
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
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" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".PrefActivity"
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="OpenSeizureDetector Preferences" >
|
||||
</activity>
|
||||
|
||||
@@ -44,4 +45,4 @@
|
||||
|
||||
</application>
|
||||
|
||||
</manifest><!-- android:uiOptions="splitActionBarWhenNarrow" -->
|
||||
</manifest> <!-- android:uiOptions="splitActionBarWhenNarrow" -->
|
||||
|
||||
Reference in New Issue
Block a user