| | |
| | | <application |
| | | android:name=".HDLApp" |
| | | android:allowBackup="true" |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:icon="@drawable/version_icon" |
| | | android:label="@string/app_name" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:roundIcon="@drawable/version_icon" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <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:value="812" /> |
| | | <meta-data |
| | | android:name="design_width_in_dp" |
| | | android:value="375" /> |
| | | <!--不加这个作用域上去打开相册的是闪退--> |
| | | android:value="375" /> <!-- 不加这个作用域上去打开相册的是闪退 --> |
| | | <meta-data |
| | | android:name="ScopedStorage" |
| | | android:value="true" /> |
| | | |
| | | </application> |
| | | |
| | | </manifest> |