|
@@ -115,6 +115,7 @@ public class SysAppUtil {
|
|
|
intent.putExtra(AlarmClock.EXTRA_DAYS, arrayList);
|
|
intent.putExtra(AlarmClock.EXTRA_DAYS, arrayList);
|
|
|
intent.putExtra(AlarmClock.EXTRA_VIBRATE, true);
|
|
intent.putExtra(AlarmClock.EXTRA_VIBRATE, true);
|
|
|
if (intent.resolveActivity(context.getPackageManager()) != null) {
|
|
if (intent.resolveActivity(context.getPackageManager()) != null) {
|
|
|
|
|
+ intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
|
|
context.startActivity(intent);
|
|
context.startActivity(intent);
|
|
|
notDone = false;
|
|
notDone = false;
|
|
|
}
|
|
}
|