Skip to content

Instantly share code, notes, and snippets.

@kingjinho
Created July 23, 2020 12:46
Show Gist options
  • Save kingjinho/7c340016e2e0b4e5e179e700524cefda to your computer and use it in GitHub Desktop.
Save kingjinho/7c340016e2e0b4e5e179e700524cefda to your computer and use it in GitHub Desktop.
private NotificationManagerCompat(Context context) {
 mContext = context;
 mNotificationManager = (NotificationManager) mContext.getSystemService(
 Context.NOTIFICATION_SERVICE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment