type
status
date
slug
summary
tags
category
icon
password

Android Compose 权限请求

在Compose中以往的权限请求方式就不再适用了。因此我在使用过程中发现了一种非常简单优雅的权限申请方法。

实现

权限请求

  • Activity中添加一下请求方法
    • 请求权限,改写onCreate的部分代码如下
      • ::: warning 注意
        别忘了在Manifest文件中先声明权限
        :::

    请求失败对话框提示(可选)

    Demo

    截图

    notion image
    notion image

    参考

     
     
    Python执行终端命令AndroidCompose使用Dialog
    Ghlerrix
    Ghlerrix
    山高水长,怕什么来不及,慌什么到不了。
    公告
    type
    status
    date
    slug
    summary
    tags
    category
    icon
    password
    这是新版的博客,想要访问旧版页面请使用以下链接。