mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
@@ -7,6 +7,7 @@ import android.os.Bundle;
|
||||
import android.os.StrictMode;
|
||||
import android.os.StrictMode.ThreadPolicy;
|
||||
import android.os.StrictMode.VmPolicy;
|
||||
import android.support.v7.preference.PreferenceManager;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
|
||||
@@ -64,6 +65,9 @@ public class SplashScreenActivity extends RoboSplashActivity {
|
||||
logo.setImageResource(R.drawable.briar_logo_large);
|
||||
layout.addView(logo);
|
||||
|
||||
PreferenceManager
|
||||
.setDefaultValues(this, R.xml.panic_preferences, false);
|
||||
|
||||
setContentView(layout);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user