allow show when locked
This commit is contained in:
parent
a80d72ef53
commit
0ff41ad927
1 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
|||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance"
|
||||
android:showOnLockScreen="true"
|
||||
android:theme="@style/RecThemeLight.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
@ -35,7 +36,8 @@
|
|||
<activity
|
||||
android:name=".activities.RecordingActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:launchMode="singleInstance" />
|
||||
android:launchMode="singleInstance"
|
||||
android:showOnLockScreen="true" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue