-
```
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import…
-
运行时权限组更新
-
- AndroidUtilCode 的版本:1.30.5
- 出现 Bug 的设备型号:谷歌 NEXUS 6P 、OPPO A57
- 设备的 Android 版本:Android 6.0.1,level 23;Android 6.0,level 23
## 相关代码
```
PermissionUtils.permission(PermissionConstants.LOCATI…
-
## 描述 Bug
使用工具类时发生内存泄漏
- AndroidUtilCode 的版本:utilcodex:1.31.1
- 出现 Bug 的设备型号:Pixel5
- 设备的 Android 版本:API 31
## 相关代码
```
/**
* 快速请求权限
*/
fun request(
onAllGran…
-
already follow your read me, kindly address the problem.
![image](https://user-images.githubusercontent.com/3001652/78450352-270d7c80-76a8-11ea-88a3-b1de1cc0db9f.png)
Thanks for developing the rep…
-
## Overview
[Android 12 data access auditing](https://developer.android.com/about/versions/12/behavior-changes-12#data-access-auditing) is not supported by this Library.
### Expected
Accordin…
-
Can only tell that this is the reason why it can't work; for reference: http://developer.android.com/reference/java/nio/package-summary.html
On Android 6.0 the permissions are meanwhile obtained at ru…
-
**版本 :com.blankj:utilcodex:1.30.5
sdk:30
测试手机:三星s10+,三星note10
错误描述: PermissionUtils 申请定位权限,不能弹出权限申请提示窗**
**Android 11 没有定位权限没有适配**
```
PermissionUtils.permission(PermissionConstants.LOCATIO…
-
hi. I use the` optional: [{sourceId: 1}` key for selecting video devices in media constraints, I used this option in some SDK versions. In some of these versions, the device crashes
SDK 33 ok
SDK 32…
-
调用PermissionUtils.toPermissionSetting(ScanBarcodeActivity.this);之后跳转到显示在其他应用上层权限设置页面,
根据adb shell dumpsys "activity activities | sed -En -e '/Running activities/,/Run #0/p'"
查看得知
跳转到的页面是com.android…