mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Remove Java function GameActivity.openURLFromLOVE()
SDL_OpenURL() is now used instead.
This commit is contained in:
@@ -215,12 +215,6 @@ public class GameActivity extends SDLActivity {
|
||||
}
|
||||
}
|
||||
|
||||
@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);
|
||||
|
||||
Reference in New Issue
Block a user