| | |
| | | <!-- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> --> |
| | | <!-- <uses-feature android:name="android.hardware.camera.autofocus" /> --> |
| | | <!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> --> |
| | | <!-- <uses-permission android:name="android.permission.READ_PHONE_STATE" /> --> |
| | | <!-- 访问闪光灯 --> |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
| | |
| | | <application |
| | | android:name=".HDLApp" |
| | | android:allowBackup="true" |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:icon="@drawable/version_icon" |
| | | android:label="@string/app_name" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:roundIcon="@drawable/version_icon" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <activity |
| | | android:name=".ui.me.BindMailActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.BindPhoneActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.TemperatureUnitActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.languageSelectionActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.AccountAndSecurityActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.me.PersonalDataActivity" |
| | | android:exported="false" |
| | | /> |
| | | android:exported="false" /> |
| | | |
| | | <service android:name=".widget.apkwgtupload.ApkDownLoadService" /> |
| | | |
| | |
| | | <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" /> |
| | | <meta-data |
| | | android:name="design_width_in_dp" |
| | | android:value="375" /> |
| | | <meta-data |
| | | android:name="ScopedStorage" |
| | | android:value="true" /> <!-- 不加这个作用域上去打开相册的是闪退 --> |
| | | </application> |
| | | |
| | | </manifest> |