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

你好,权限请求如果拒绝两次后就不会再弹出 请求的对话框了,这个要怎么修改,想要拒绝多次后依然弹出请求对话框

help wanted

## 描述需求 api 35编译版本已移除navigationBarBackground、statusBarBackground,需要适配没有这两个View存在时的系统栏目判断与高度获取了 ## 可借鉴的 官方建议将View.setFitsSystemWindows(true),可以看一下还是有其他方案获取系统栏可见性与高度吗?

help wanted

使用版本:implementation 'com.blankj:utilcodex:1.30.6' 测试机型:HUAWEI HWVKY (P10 Plus) Android 9 (SDK 28) 错误日志: Exception java.lang.NullPointerException: Attempt to invoke interface method 'boolean java.util.Enumeration.hasMoreElements()' on a null object reference at com.blankj.utilcode.util.NetworkUtils.getBroadcastIpAddress (NetworkUtils.java:562) at com.it.inlumentech.ui.socket.UdpUtils$2.onTick...

bug

在app的attachBaseContext中,调用LanguageUtils.updateAppContextLanguage (),会报异常

help wanted