feat:完成华为应用市场权限申请适配(增加提示)
This commit is contained in:
@@ -13,5 +13,5 @@ interface PermissionProxy {
|
||||
* @param consumer
|
||||
* @param perms 权限列表
|
||||
*/
|
||||
fun requestPermission(consumer: Consumer<Boolean>, deniedTips: String, vararg perms: String)
|
||||
fun requestPermission(consumer: Consumer<Boolean>, tips: String, vararg perms: String)
|
||||
}
|
Reference in New Issue
Block a user