Searched refs:warningIntent (Results 1 – 1 of 1) sorted by relevance
107 Intent warningIntent = new Intent(context, WarningDialogActivity.class); in onReceive() local108 warningIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive()109 context.startActivity(warningIntent); in onReceive()