AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

:fire: Android developers should collect the following utils(updating).

Results 234 AndroidUtilCode issues
Sort by recently updated
recently updated
newest added

## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本:com.blankj:utilcodex:1.30.5 - 出现 Bug 的设备型号:MI9 - 设备的 Android 版本:11 ## 相关代码 在别的手机上目前没问题,但是在MI9上会出现 ImageUtils.getBitmap(“/storage/emulated/0/DCIM/Screenshots/Screenshot_2022-06-04-16-07-08-070_com.tencent.mobileqq.jpg”) 此路径通过FileUtils.isFileExists()判断后是存在的,但是获取的时候返回null。 ## 异常堆栈 ## 截图

bug

## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本: implementation 'com.blankj:utilcodex:1.30.6' - 出现 Bug 的设备型号:oppo k9 - 设备的 Android 版本:Android12 ## 相关代码 同一台设备运行Demo可以看到mac地址, 自己的demo调用DeviceUtils.getMacAddress(), , , 权限也有,就是拿不到demo上的mac地址数据

bug

## BitmapUtils for Custom DPI We need BitmapUtils for higher resolution that help developer to make bitmap transparent if format is .png , Should not be blur or broke when...

help wanted

## 描述 Bug PermissionUtils申请权限回调中, 使用ToastUtils发现无法弹出, 只有设置 defaultMaker.setNotUseSystemToast() 才会有效. 有办法继续使用SystemToast? - AndroidUtilCode 的版本:1.31.0 - 出现 Bug 的设备型号:MI9 - 设备的 Android 版本:API 30 ## 相关代码 ```java PermissionUtils.SimpleCallback permissionCallback = new PermissionUtils.SimpleCallback() {...

bug

## 描述 Bug 简洁地描述下 Bug。 在一些没有拨号盘的设备使用PhoneUtils.dial会崩溃,像商米设备,手持的pos,或者直接虚拟机应该也是 - AndroidUtilCode 的版本: com.blankj:utilcodex:1.31.0 ## 相关代码 PhoneUtils.dial() ## 异常堆栈 ActivityManager: Activity Manager Crash java.lang.NullPointerException: Attempt to read from field 'android.content.pm.ApplicationInfo android.content.pm.ComponentInfo.applicationInfo' on a null...

bug

## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本: - 出现 Bug 的设备型号: - 设备的 Android 版本: ## 相关代码 ``` put your code here ``` ## 异常堆栈 ``` put the stack...

bug

## Android11 引入此库后,会使android11的状态栏亮色模式仅生效一次 - AndroidUtilCode 的版本:1.31.0 - 出现 Bug 的设备型号:Pixel XL Api 3 (AndroidStudio Emulator) - 设备的 Android 版本:api 30 ### 使用AndroidStudio创建任意项目,build.gradle大致如下 ```groovy android { compileSdk 32 defaultConfig { applicationId...

bug

## Describe the bug A clear and concise description of what the bug is. - The version of AndroidUtilCode: - The device: - The version of device: ## The code...

bug

## 描述需求 ToastUtils可以自定义View加上进出场动画吗?

help wanted

Sometimes you don't want cache copy of the file if its file:// path cannot be resolved.

help wanted