| | |
| | | <application |
| | | android:name=".HDLApp" |
| | | android:allowBackup="true" |
| | | android:icon="@drawable/version_icon" |
| | | android:icon="@drawable/desktop_logo" |
| | | android:label="@string/app_name" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:roundIcon="@drawable/version_icon" |
| | | android:supportsRtl="true" |
| | | android:persistent="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <activity |
| | | android:name=".ui.newC.PowerStationsMoveActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.QrCodeMainActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.BPersonalDataActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.ContactUsActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.message.SearchMessageActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.DeviceSearchActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.HouseSearchActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.HouseListEditActivity" |
| | | android:exported="false" /> |
| | |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.message.MessageInfoActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.message.TestMessageActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.BindMailActivity" |
| | |
| | | android:name=".ui.me.AccountAndSecurityActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.PersonalDataActivity" |
| | | android:name=".ui.me.CPersonalDataActivity" |
| | | android:exported="false" /> |
| | | |
| | | <service android:name=".widget.apkwgtupload.ApkDownLoadService" /> |
| | |
| | | android:name=".ui.account.RegisterAccountActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.device.FastScanActivity" |
| | | android:name=".ui.device.ScanActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.MyPowerStationActivity" |
| | | android:name=".ui.BPowerStationActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.HomeLoginActivity" |
| | | android:name=".ui.LoginActivity" |
| | | android:exported="false" /> |
| | | <activity android:name=".widget.apkwgtupload.AndroidPermissionActivity" /> |
| | | <activity |
| | | android:name=".ui.StartActivity" |
| | | android:exported="true"> |
| | | android:exported="true" |
| | | android:theme="@style/AppWelcome"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | |
| | | android:name="org.eclipse.paho.android.service.MqttService" |
| | | android:exported="false" /> |
| | | |
| | | <service |
| | | android:name=".services.UniappService" |
| | | android:enabled="true" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="UniappService.ACTION" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <meta-data |
| | | android:name="design_height_in_dp" |
| | | android:value="812" /> |
| | |
| | | android:name="ScopedStorage" |
| | | android:value="true" /> |
| | | </application> |
| | | |
| | | <queries> |
| | | <package android:name="com.hdl.photovoltaic.services"/> |
| | | </queries> |
| | | </manifest> |