single instance
This commit is contained in:
parent
2272be42f2
commit
d5d0ad0f74
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppThemeLight">
|
||||
<service android:name=".services.RecordingService" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.SettingsActivity"
|
||||
android:label="@string/app_name" />
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
android:name=".activities.MainActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/title_activity_main"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/AppThemeLight.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue