Android: Allow creating a avd without a sdcard

And make that the default. SdCards are not that useful, so
creating one by default is odd.

Change-Id: Iddb34e9e3387c9c4488f7b2bc11799cfc28c9a43
Task-number: QTCREATORBUG-13590
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Daniel Teske
2015-04-14 13:24:33 +02:00
parent 3ddb751be8
commit 87922f58fe
2 changed files with 5 additions and 4 deletions

View File

@@ -95,13 +95,13 @@
<string> MiB</string>
</property>
<property name="minimum">
<number>50</number>
<number>0</number>
</property>
<property name="maximum">
<number>9999999</number>
</property>
<property name="value">
<number>200</number>
<number>0</number>
</property>
</widget>
</item>