| | |
| | | android:name=".ui.account.RegisterAccountActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.device.FastScanActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.device.ScanActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | |
| | | <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" |