LuoPeiQin
LuoPeiQin
#### 问题描述 * 框架版本【必填】:16.2 * 问题描述【必填】:索尼Android 12手机定位权限never字段返回值错误, * 复现步骤【必填】:1. 首次申请权限;; 1. 测试代码-首次申请权限: ``` XXPermissions.with(this).permission( Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.ACCESS_COARSE_LOCATION ).request(object : OnPermissionCallback { override fun onGranted(permissions: MutableList?, all: Boolean) { Log.d(TAG, "onGranted: checkLocationPermission")...
Reproduction environment: Phone: Google Pixel 6 (other Google phones should be the same) Android version: Android 14 Reproduction steps: Method One: 1. Connect to a Bluetooth device and disconnect after...