|
|
@@ -30,6 +30,7 @@ import android.app.AlertDialog; |
|
|
|
import android.content.DialogInterface;
|
|
|
|
import android.content.Context;
|
|
|
|
import android.content.Intent;
|
|
|
|
import android.content.res.Configuration;
|
|
|
|
import android.net.Uri;
|
|
|
|
import android.os.Bundle;
|
|
|
|
import android.view.*;
|
|
|
@@ -70,6 +71,13 @@ public final class JuceAppActivity extends Activity |
|
|
|
super.onDestroy();
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public void onConfigurationChanged (Configuration cfg)
|
|
|
|
{
|
|
|
|
super.onConfigurationChanged (cfg);
|
|
|
|
setContentView (viewHolder);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void callAppLauncher()
|
|
|
|
{
|
|
|
|
launchApp (getApplicationInfo().publicSourceDir,
|
|
|
|