更新通知图标优化名单功能并优化代码和相关功能

This commit is contained in:
2022-01-31 00:03:11 +08:00
parent 638f8f86fb
commit ae1c27aaec
14 changed files with 449 additions and 175 deletions

View File

@@ -4,7 +4,7 @@
package="com.fankes.miui.notify">
<application
android:name=".application.MNvApplication"
android:name=".application.MNNApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@@ -31,7 +31,6 @@
<activity
android:name="com.fankes.miui.notify.ui.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:screenOrientation="behind">
<intent-filter>
@@ -53,5 +52,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity-alias>
<activity
android:name="com.fankes.miui.notify.ui.ConfigureActivity"
android:exported="false"
android:screenOrientation="behind" />
</application>
</manifest>