1.4.0103 更换图标,G10P 标签MTK11改为G104,G10P标签为G10P
This commit is contained in:
@@ -134,7 +134,8 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".activity.CleanupActivity"
|
||||
<activity
|
||||
android:name=".activity.CleanupActivity"
|
||||
android:exported="true"
|
||||
android:icon="@drawable/com_system_clean"
|
||||
android:label="一键加速"
|
||||
@@ -168,8 +169,16 @@
|
||||
<activity
|
||||
android:name=".activity.update.UpdateActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="userPortrait" />
|
||||
android:launchMode="singleInstance"
|
||||
android:label="检查更新"
|
||||
android:icon="@drawable/com_aoleyun_update"
|
||||
android:screenOrientation="userPortrait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.requestlog.RequestLogActivity"
|
||||
android:launchMode="singleTask" />
|
||||
@@ -183,6 +192,11 @@
|
||||
<action android:name="android.intent.action.SCREEN_ON" />
|
||||
<action android:name="android.intent.action.SCREEN_OFF" />
|
||||
|
||||
<action android:name="NIGHT_DISPLAY_ENABLED" />
|
||||
<action android:name="NIGHT_DISPLAY_DISABLED" />
|
||||
<action android:name="READ_MODEL_ENABLED" />
|
||||
<action android:name="READ_MODEL_DISABLED" />
|
||||
|
||||
<data android:scheme="package" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
Reference in New Issue
Block a user