[Android] Properly open the navigation drawer when pressing menu or back in the game list.

This commit is contained in:
Ryan Houdek
2013-05-26 22:29:40 -05:00
parent 0bd8aaf9d4
commit f06fc78814
2 changed files with 16 additions and 23 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu"
android:versionCode="3"
android:versionName="0.3" >
android:versionCode="4"
android:versionName="0.4" >
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>