## Report Yes, I have searched [existing issues](https://github.com/CatalystCode/react-native-azurenotificationhub/issues) and this is not a duplicate. ## Environment <!-- Which platforms does this issue apply (Android/iOS/Windows)? --> - Platforms: Android <!-- [Android] Which version of Android? --> - Android version: API 23 and above ## Issues and Steps to Reproduce 1. Install "react-native-azurenotificationhub" 2. Submit app to google play console ## Expected Behavior Google Play should accept the app Google suggests https://support.google.com/faqs/answer/10437428 ## Actual Behavior App update rejected by Google saying "Your app update has been rejected for not adhering to Google Play Developer Program policies". <img width="958" alt="Screen Shot 2021-06-23 at 12 59 51 PM" src="https://user-images.githubusercontent.com/27512779/123068547-0a7f7080-d423-11eb-8343-1df90ea708a9.png"> ## Link to Code PendingIntent pendingActionIntent = PendingIntent.getBroadcast(context, notificationID, actionIntent, PendingIntent.FLAG_UPDATE_CURRENT);