更新设备wifi

This commit is contained in:
wyf
2025-07-22 20:49:17 +08:00
parent e80011161c
commit eaa64edcd0
12 changed files with 687 additions and 302 deletions

View File

@@ -48,7 +48,7 @@
android:enableOnBackInvokedCallback="true"
>
<activity
android:name="com.taihe.mh_app.MainActivity"
android:name="com.taihe.mianhuatang.MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:screenOrientation="portrait"
android:exported="true"

View File

@@ -1,4 +1,4 @@
package com.taihe.mh_app
package com.taihe.mianhuatang
import io.flutter.embedding.android.FlutterActivity