react-native-boundary icon indicating copy to clipboard operation
react-native-boundary copied to clipboard

Pemission issue

Open Sudhakar91221 opened this issue 1 year ago • 1 comments

Hi Team Please update the library for Android 13 and above version fix.

After Adding below facing some another issue final int flag = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M ? PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE : PendingIntent.FLAG_UPDATE_CURRENT; mBoundaryPendingIntent = PendingIntent.getBroadcast(getReactApplicationContext(), 0, intent, flag);

package Manifest does not exist int permission = ActivityCompat.checkSelfPermission(getReactApplicationContext(), Manifest.permission.ACCESS_FINE_LOCATION);

buildToolsVersion = "33.0.2" minSdkVersion = 25 compileSdkVersion = 33 targetSdkVersion = 33

As per play store guidelines need to update the compile ands target sdk versions to 33

Please share the fix for this issue @eddieowens @harshit-kishor2

Sudhakar91221 avatar Aug 19 '23 21:08 Sudhakar91221