合并优化代码,优化模块主界面显示效果,加入微信省电的未来计划(新建文件夹)

This commit is contained in:
2021-12-22 00:28:23 +08:00
parent 673dc8127b
commit 15b1bfa498
9 changed files with 158 additions and 19 deletions

View File

@@ -31,7 +31,8 @@
<activity
android:name="com.fankes.tsbattery.ui.MainActivity"
android:exported="true"
android:label="@string/app_name">
android:label="@string/app_name"
android:screenOrientation="behind">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -44,6 +45,7 @@
android:enabled="true"
android:exported="true"
android:label="@string/app_name"
android:screenOrientation="behind"
android:targetActivity="com.fankes.tsbattery.ui.MainActivity">
<intent-filter>