Allow user to install mattermost on sd card (#2731)
Cannot install Mattermost when there is no enough space in internal memory, So when add this line android:installLocation="auto" to the manifest file user can install Mattermost on the sd card. https://developer.android.com/guide/topics/data/install-location
This commit is contained in:
parent
2d48215bf1
commit
46e6a14c73
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:theme="@style/AppTheme"
|
||||
android:installLocation="auto"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
>
|
||||
<meta-data android:name="android.content.APP_RESTRICTIONS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue