Use a native yes/no dialog instead of rockbox's internal one on android

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-10-31 13:12:01 +00:00
parent 1e47628a9f
commit b92eabd38b
7 changed files with 229 additions and 1 deletions

View file

@ -6,4 +6,6 @@
<string name="OK">OK</string>
<string name="Cancel">Cancel</string>
<string name="KbdInputTitle">Rockbox Keyboard Input</string>
<string name="Yes">Yes</string>
<string name="No">No</string>
</resources>