Not receive tick event in datetime setup
DO NOT MERGE Bug: 3510551 Change-Id: If3d7175fe90b8927099e804fa5fbb37c207fd529
This commit is contained in:
@@ -142,7 +142,7 @@ public class DateTimeSettingsSetupWizard extends Activity
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
IntentFilter filter = new IntentFilter();
|
||||
filter.addAction(Intent.ACTION_TIME_TICK);
|
||||
// filter.addAction(Intent.ACTION_TIME_TICK);
|
||||
filter.addAction(Intent.ACTION_TIME_CHANGED);
|
||||
filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
|
||||
registerReceiver(mIntentReceiver, filter, null, null);
|
||||
|
Reference in New Issue
Block a user