dolphin/Source/Android
Ryan Houdek c2b2e03f73 [Android] Support arguments from Activity Monitor.
Activity Monitor can start activities by using adb to invoke it.
This will allow us to set the user directory and autostart file from adb.

adb shell am start -n org.dolphinemu.dolphinemu/.gamelist.GameListActivity -e AutoStartFile /sdcard/AC.gcz -e UserDir /sdcard/dolphin-emu2/

This allows more automated testing to be done with Dolphin on Android.
2015-03-08 08:43:25 -05:00
..
.settings
assets [Android] No longer carry a default configuration file. 2015-01-26 00:49:24 -06:00
jni
libs
res [Android] Expose aspect ratio to the video settings. 2015-01-18 15:21:40 -06:00
src/org/dolphinemu/dolphinemu [Android] Support arguments from Activity Monitor. 2015-03-08 08:43:25 -05:00
.classpath
.gitignore Android: Ignore some generated files. 2014-11-30 22:52:22 -08:00
.project
android.toolchain.cmake Fix a typo in the Android cmake toolchain script. 2015-02-24 02:58:55 -06:00
AndroidManifest.xml [Android] Add internet permissions. 2015-01-23 23:15:56 -06:00
build.gradle Updates the gradle build file to the latest needed for Android Studio. 2014-12-20 19:01:40 -06:00
build.xml
custom_rules.xml
project.properties