From ac05ab6efbd4bd9d0bc65d949ed0cd967e7d853f Mon Sep 17 00:00:00 2001 From: lzw <lzw@github.aaej.cn> Date: 星期三, 28 二月 2024 10:37:30 +0800 Subject: [PATCH] initUStorageDeviceModuleWithVirtualDisk 加上这个方法调用,否则升级失败后,再强制升级会出问题 --- app/src/main/AndroidManifest.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5c0b4a2..99b23ca 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,8 +14,19 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> + <!-- <activity android:name=".HomePageActivity" + android:theme="@style/Theme.AppCompat.Light.NoActionBar" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" + android:launchMode="singleTask" + android:screenOrientation="portrait" + android:windowSoftInputMode="stateAlwaysHidden|adjustResize"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> - <service android:name=".FwUpgradeService" android:exported="true"/> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity>--> + <service android:name=".FwUpgradeService" android:exported="true"/> </application> </manifest> \ No newline at end of file -- Gitblit v1.8.0