|
@@ -48,7 +48,11 @@
|
|
|
<!-- >-->
|
|
|
<!-- <activity android:name="com.wdkl.ncs.android.component.home.activity.WatchRegisterActivity">-->
|
|
|
<!-- <activity android:name="com.starrtc.demo.demo.SplashActivity">-->
|
|
|
- <activity android:name="com.wdkl.ncs.android.component.home.activity.WatchHome2Activity" android:screenOrientation="portrait">
|
|
|
+ <activity android:name="com.wdkl.ncs.android.component.home.activity.WatchHome2Activity"
|
|
|
+ android:showOnLockScreen="true"
|
|
|
+ android:showWhenLocked="true"
|
|
|
+ android:launchMode="singleInstance"
|
|
|
+ android:screenOrientation="portrait">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
|