| | |
| | | <application |
| | | android:name=".HDLApp" |
| | | android:allowBackup="true" |
| | | android:icon="@drawable/version_icon" |
| | | android:icon="@drawable/logo" |
| | | android:label="@string/app_name" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:roundIcon="@drawable/version_icon" |
| | | android:roundIcon="@drawable/logo" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <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 |