Azure icon indicating copy to clipboard operation
Azure copied to clipboard

Easier to use Android runtime permissions with LiveData !

Results 1 Azure issues
Sort by recently updated
recently updated
newest added

在示例中能否演示java的掉用方式, ` interface ABC { void isGranted(boolean it); } Azure azure = new Azure(this); azure.permissions(Manifest.permission.READ_EXTERNAL_STORAGE, Settings.ACTION_MANAGE_OVERLAY_PERMISSION); azure.subscribe(new ABC() { @Override public void isGranted(boolean it) { } }); azure.request(); ` 以上方式报错。