pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 250 forks source link

Add android.intent.action.VIEW to x11 intent, resolves #55 #57

Closed nitomartinez closed 8 years ago

nitomartinez commented 8 years ago

One line in the AndroidManifest.xml to be able to use the intent as a VIEW

<action android:name="android.intent.action.VIEW" \>