AlarmManager can't work on android 6.0
问题 I am working with AlarmManager, It is not working on android os 6.0. This is my code: private void startAlarmManager(String id) { userID = GlobalValue.getUserName(GuideNavigationActivity.this); Context context = getBaseContext(); alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); gpsTrackerIntent = new Intent(context, GpsTrackerAlarmReceiver.class); gpsTrackerIntent.putExtra("id", id); gpsTrackerIntent.putExtra("userID", userID); gpsTrackerIntent.putExtra("idCourse