| | |
| | | <activity |
| | | android:name=".ui.HomeLoginActivity" |
| | | android:exported="false" /> |
| | | <activity android:name=".widget.apkwgtupload.AndroidPermissionActivity" /> |
| | | <activity |
| | | android:name=".ui.StartActivity" |
| | | android:exported="true"> |
| | |
| | | </activity> <!-- 注册服务 --> |
| | | <service android:name=".internet.HttpServer.MyNanoHttpService" /> |
| | | |
| | | <provider |
| | | android:name="androidx.core.content.FileProvider" |
| | | android:authorities="com.hdl.photovoltaic.fileProvider" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true" |
| | | tools:replace="android:authorities"> |
| | | <meta-data |
| | | android:name="android.support.FILE_PROVIDER_PATHS" |
| | | android:resource="@xml/provider_paths" |
| | | tools:replace="android:resource" /> |
| | | </provider> |
| | | |
| | | <meta-data |
| | | android:name="design_height_in_dp" |
| | | android:value="812" /> |