lzw
2024-02-19 a9ac419b3564590e5fccba048988e287490bc79c
app/src/main/AndroidManifest.xml
@@ -14,28 +14,8 @@
        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" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
<!--            <intent-filter>-->
<!--                <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"/>-->
<!--                <action android:name="android.hardware.usb.action.ACTION_USB_DEVICE_DETACHED"/>-->
<!--                <action android:name="android.hardware.usb.action.USB_STATE"/>-->
<!--            </intent-filter>-->
<!--            <meta-data-->
<!--                android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"-->
<!--                android:resource="@xml/device_filter"/>-->
        </activity>
        <service android:name=".FwUpgradeService" android:exported="true"/>
    </application>
</manifest>