AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

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

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

Dear Sir at EncryptUtils.java https://github.com/Blankj/AndroidUtilCode/blob/51c8124045ec5b7c6d342b94a4020ed2f7fda496/lib/utilcode/src/main/java/com/blankj/utilcode/util/EncryptUtils.java#LL872C8-L872C8 you fix algorithm is "AES" if we want AES-128-ECB ? or other it can not change can open it ? THX

help wanted

## 描述 Bug AGP 升级到8.0后build失败。 - AndroidUtilCode 的版本:com.blankj:utilcodex:1.30.5 - 出现 Bug 的设备型号:None - 设备的 Android 版本:None ## 相关代码 id 'com.blankj.bus'

bug

## 描述需求 国内应用市场很多回检测包中调用敏感调用,容易被判定为高风险,建议提供新的依赖添加方式科技将不同分类的工具类进行分开引入,避免敏感权限检测, ![image](https://github.com/Blankj/AndroidUtilCode/assets/61236571/bbe06eb6-0b38-4fa4-a646-3d906d0dc5ef) ## 可借鉴的 可以参考facebook sdk多sdk有聚合接入,也有选择某个模块接入

help wanted

## Describe the feature 在某些杂牌机子上判断是否开启定位,NETWORK_PROVIDER和GPS_PROVIDER都返回false,只有PASSIVE_PROVIDER返回true,实际场景是只是判断是否开启了定位再去获取wifi ssd,不考虑是否能拿到定位,看能不能库里增加一下以便其他人有同样的需求。或者也可以再增加一个isPassiveEnable也得吧。 ## Reference public static boolean isLocationEnabled() { LocationManager lm = (LocationManager) Utils.getApp().getSystemService(Context.LOCATION_SERVICE); return lm.isProviderEnabled(LocationManager.NETWORK_PROVIDER) || lm.isProviderEnabled(LocationManager.GPS_PROVIDER) || lm.isProviderEnabled(LocationManager.PASSIVE_PROVIDER) ; } ![image](https://github.com/Blankj/AndroidUtilCode/assets/12773190/d9a572b5-ab08-421b-9f79-6db762c45e37)

help wanted

部分国外app清单文件只有CATEGORY_LEANBACK_LAUNCHER标签,优化现有跳转逻辑

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

bug

Using version 1.31.1, and it seems impossible to use PermissionUtils to request the user to grant this new permission introduced in android 13: android.permission.POST_NOTIFICATIONS Any help? Thanks!

bug

运行时权限组更新

help wanted

DeviceUtils.getUniqueDeviceId()获取的为2a46ee1888624369d859b991fd45af8fe,怎么33位?

bug

fix [#1760](https://github.com/Blankj/AndroidUtilCode/issues/1760)