Skip to content

Commit

Permalink
Remove the old version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Oct 30, 2024
1 parent 45d0826 commit a31c8f7
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,24 +343,6 @@ public static void openFile (String path) {
}


public static void openURL (String url, String target) {

Intent browserIntent = new Intent (Intent.ACTION_VIEW).setData (Uri.parse (url));

try {

Extension.mainActivity.startActivity (browserIntent);

} catch (Exception e) {

Log.e ("GameActivity", e.toString ());
return;

}

}


public static void postUICallback (final long handle) {

Extension.callbackHandler.post (new Runnable () {
Expand Down

0 comments on commit a31c8f7

Please sign in to comment.