| | |
| | | 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> |