Backed out changeset a43cb4e54949

Trying this a different way.
This commit is contained in:
Ryan C. Gordon
2020-10-05 13:56:45 -04:00
parent 913aa610b5
commit efd665e2c7
4 changed files with 1 additions and 8 deletions

View File

@@ -18,6 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "../SDL_internal.h"
#include "SDL_misc.h"
#include "SDL_error.h"

View File

@@ -25,7 +25,6 @@
int
SDL_SYS_OpenURL(const char *url)
{
jclass mActivityClass = Android_GetActivityClass();
JNIEnv *env = Android_JNI_GetEnv();
jstring jurl = (*env)->NewStringUTF(env, url);
const int ret = (*env)->CallStaticIntMethod(env, mActivityClass, midOpenURL, jurl);