Loading src/com/android/dialer/DialtactsActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -518,9 +518,11 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O if (getResources().getBoolean( R.bool.config_regional_video_call_welcome_dialog)) { if(CallUtil.isVideoEnabled(this)) { showVideoCallWelcomeDialog(); } } } @Override protected void onResume() { Trace.beginSection(TAG + " onResume"); Loading src/com/android/dialer/util/DialerUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ public class DialerUtils { public static boolean canShowWelcomeScreen(Context context) { final SharedPreferences prefs = context.getSharedPreferences( PREFS_MESSAGE, Context.MODE_PRIVATE); return prefs.getBoolean(KEY_STATE, false); return prefs.getBoolean(KEY_STATE, true); } Loading Loading
src/com/android/dialer/DialtactsActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -518,9 +518,11 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O if (getResources().getBoolean( R.bool.config_regional_video_call_welcome_dialog)) { if(CallUtil.isVideoEnabled(this)) { showVideoCallWelcomeDialog(); } } } @Override protected void onResume() { Trace.beginSection(TAG + " onResume"); Loading
src/com/android/dialer/util/DialerUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ public class DialerUtils { public static boolean canShowWelcomeScreen(Context context) { final SharedPreferences prefs = context.getSharedPreferences( PREFS_MESSAGE, Context.MODE_PRIVATE); return prefs.getBoolean(KEY_STATE, false); return prefs.getBoolean(KEY_STATE, true); } Loading