1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Android: Suppress deprecation warnings in JuceActivity.java

This commit is contained in:
reuk 2026-01-30 13:47:15 +00:00
parent 82c9354280
commit 0767527740
No known key found for this signature in database

View file

@ -50,6 +50,7 @@ public class JuceActivity extends Activity
private native void appNewIntent (Intent intent);
private native void appOnResume();
@SuppressWarnings ("deprecation")
private void initEdgeToEdge()
{
if (Build.VERSION.SDK_INT < 35)