| | |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <activity |
| | | android:name=".ui.account.AreaCodeActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.QrCodeMainActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | |
| | | <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" |