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:
Mohammad Parvin 2019-05-01 01:15:18 +04:30 committed by Elias Nahum
parent 2d48215bf1
commit 46e6a14c73

View file

@ -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"