zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

Android permission `GET_TASKS` is deprecated #45

Open kapv89 opened 8 years ago

kapv89 commented 8 years ago

Reference: http://stackoverflow.com/a/27974754/733612 I think you'll need to use REAL_GET_TASKS or something.