Skip to content

Commit

Permalink
Remove Java function GameActivity.openURLFromLOVE()
Browse files Browse the repository at this point in the history
SDL_OpenURL() is now used instead.
  • Loading branch information
MikuAuahDark committed Jun 21, 2024
1 parent b128cb6 commit b09380d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/org/love2d/android/GameActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ public void vibrate(double seconds) {
}
}

@Keep
public boolean openURLFromLOVE(String url) {
Log.d(TAG, "opening url = " + url);
return openURL(url) == 0;
}

@Keep
public boolean hasBackgroundMusic() {
AudioManager audioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE);
Expand Down

0 comments on commit b09380d

Please sign in to comment.