ZWind

Results 6 comments of ZWind

遇到同样的问题,请教下该如何解决?

已解决,同#2252 `configurations.all { resolutionStrategy { force 'androidx.core:core-ktx:1.6.0' force 'androidx.core:core:1.6.0' force 'androidx.appcompat:appcompat:1.3.1' force "androidx.activity:activity:1.3.1" force "androidx.fragment:fragment:1.3.1" force 'androidx.recyclerview:recyclerview:1.2.1' } }`

可以用权限申请拦截监听 .setPermissionsInterceptListener(new OnPermissionsInterceptListener() { @Override public void requestPermission(Fragment fragment, String[] permissionArray, , OnRequestPermissionListener call) { // 1、发起权限申请 // 2、call.onCall();返回申请状态 } @Override public boolean hasPermissions(Fragment fragment, String[] permissionArray) { // 验证权限是否申请成功...

我也是出现同样的问题,作者不是在1.1.21版本修复了吗?为什么还会出现这个问题?不知楼主怎么解决的?

报错信息: android.app.RemoteServiceException Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{fd54b3d u0 com.luke.lukeim/com.fanjun.keeplive.service.RemoteService}

可以改下VerificationCodeView这个类里的删除监听方法: ![微信截图_20210707172146](https://user-images.githubusercontent.com/24423966/124734571-d7230280-df47-11eb-88b2-78a7bc6a9160.png)