1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-22 17:25:40 +01:00

Android: replace InputDialogActivity on simple dialog window (#10034)

This commit is contained in:
Maksim
2020-09-26 18:42:22 +02:00
committed by GitHub
parent 65c15e137f
commit 4298d95b16
5 changed files with 95 additions and 137 deletions

View File

@@ -17,8 +17,8 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/label"
android:resizeableActivity="false"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="false"
tools:ignore="UnusedAttribute">
<meta-data
@@ -53,11 +53,6 @@
android:value="Minetest" />
</activity>
<activity
android:name=".InputDialogActivity"
android:maxAspectRatio="3.0"
android:theme="@style/InputTheme" />
<service
android:name=".UnzipService"
android:enabled="true"