|
|
|
@ -4,6 +4,7 @@ import android.Manifest;
|
|
|
|
|
import android.content.Intent;
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
|
import android.support.v4.app.Fragment;
|
|
|
|
|
import android.view.WindowManager;
|
|
|
|
|
|
|
|
|
|
import com.github.paolorotolo.appintro.AppIntro;
|
|
|
|
|
import com.github.paolorotolo.appintro.AppIntroFragment;
|
|
|
|
@ -53,6 +54,9 @@ public class IntroActivity extends AppIntro implements DerivationTask.Callback {
|
|
|
|
|
super.onCreate(savedInstanceState);
|
|
|
|
|
_app = (AegisApplication) getApplication();
|
|
|
|
|
|
|
|
|
|
// set FLAG_SECURE on the window of every IntroActivity
|
|
|
|
|
getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);
|
|
|
|
|
|
|
|
|
|
showSkipButton(false);
|
|
|
|
|
//showPagerIndicator(false);
|
|
|
|
|
setGoBackLock(true);
|
|
|
|
|