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