mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
force install location to internal, even if this is default
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
5eeeab171a
commit
13e99f8482
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
android:theme="@style/Theme.ownCloud.Toolbar"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:supportsRtl="true"
|
||||
android:installLocation="internalOnly"
|
||||
android:manageSpaceActivity="com.owncloud.android.ui.activity.ManageSpaceActivity">
|
||||
<activity
|
||||
android:name=".ui.activity.FileDisplayActivity"
|
||||
|
|
Loading…
Reference in a new issue