From 3063a78b0a0ee9ce4e5b39ec4ac7fcb3f47b1e5f Mon Sep 17 00:00:00 2001 From: Aman Sethi Date: Thu, 30 Mar 2023 16:47:42 +0530 Subject: [PATCH] remove bg location permission TP-22456 (#192) --- src/common/Constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/Constants.ts b/src/common/Constants.ts index eb21527a..45320681 100644 --- a/src/common/Constants.ts +++ b/src/common/Constants.ts @@ -196,5 +196,4 @@ export const PermissionsToCheck: Permission[] = [ PermissionsAndroid.PERMISSIONS.READ_PHONE_STATE, PermissionsAndroid.PERMISSIONS.SEND_SMS, PermissionsAndroid.PERMISSIONS.RECEIVE_WAP_PUSH, - PermissionsAndroid.PERMISSIONS.ACCESS_BACKGROUND_LOCATION, ];