Notification.Action action = notif.actions[actionIndex]; Bundle actionExtras = null; SparseArray<Bundle> actionExtrasMap = notif.extras.getSparseParcelableArray( NotificationCompatJellybean.EXTRA_ACTION_EXTRAS); if (actionExtrasMap != null) { actionExtras = actionExtrasMap.get(actionIndex); } return NotificationCompatJellybean.readAction(factory, remoteInputFactory, action.icon, action.title, action.actionIntent, actionExtras);
return notif.actions != null ? notif.actions.length : 0;
return notif.extras;
return notif.extras.getString(NotificationCompatJellybean.EXTRA_GROUP_KEY);
return notif.extras.getBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY);
return notif.extras.getString(NotificationCompatJellybean.EXTRA_SORT_KEY);
return notif.extras.getBoolean(NotificationCompatJellybean.EXTRA_GROUP_SUMMARY);