Merge code

This commit is contained in:
2022-03-26 02:33:25 +08:00
parent f85ccd92f3
commit 857eec5b6a
8 changed files with 146 additions and 15 deletions

View File

@@ -55,5 +55,11 @@
android:name=".ui.activity.ConfigureActivity"
android:exported="true"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.auto.NotifyIconRuleUpdateActivity"
android:excludeFromRecents="true"
android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
</manifest>