1.4.0608 增加爱优读
This commit is contained in:
@@ -136,8 +136,7 @@
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activity.SplashActivity"
|
||||
android:exported="true"
|
||||
android:screenOrientation="userPortrait">
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
@@ -148,7 +147,7 @@
|
||||
android:name=".activity.EyeProtectionActivity"
|
||||
android:exported="true"
|
||||
android:icon="@drawable/com_system_huyan"
|
||||
android:label="护眼模式"
|
||||
android:label="护眼助手"
|
||||
android:launchMode="singleInstance"
|
||||
android:screenOrientation="userLandscape"
|
||||
android:theme="@style/AppTheme">
|
||||
@@ -172,31 +171,17 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.checknet.CheckNetActivity"
|
||||
android:theme="@style/activity_styles">
|
||||
|
||||
<!-- <intent-filter> -->
|
||||
<!-- <action android:name="android.intent.action.MAIN" /> -->
|
||||
|
||||
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER" /> -->
|
||||
<!-- </intent-filter> -->
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.main.MainActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="userPortrait" />
|
||||
android:launchMode="singleTop" />
|
||||
<activity android:name=".activity.TopActivity" />
|
||||
<activity android:name=".activity.MainActivity1" />
|
||||
<activity
|
||||
android:name=".activity.update.UpdateActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:label="检查更新"
|
||||
android:icon="@drawable/com_aoleyun_update"
|
||||
android:screenOrientation="userPortrait">
|
||||
android:label="检查更新"
|
||||
android:launchMode="singleInstance">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user