| | |
| | | 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.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.BPowerStationActivity" |
| | |
| | | <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" /> |
| | | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> <!-- 注册服务 --> |
| | | <service android:name=".internet.HttpServer.MyNanoHttpService" /> <!-- 加它uniapp才能唤起相机 --> |
| | | <service android:name=".internet.HttpServer.MyNanoHttpService" /> |
| | | <!-- 加它uniapp才能唤起相机 --> |
| | | <provider |
| | | android:name="io.dcloud.common.util.DCloud_FileProvider" |
| | | android:authorities="com.hdl.photovoltaic.dc.fileprovider" |