How to request Runtime permissions in Android app

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 14

  • @NavneetYadav-l2u
    @NavneetYadav-l2u 10 หลายเดือนก่อน

    bro doing great work

    • @Technopoints
      @Technopoints  10 หลายเดือนก่อน

      Thanks a lot! ❤️😇

  • @manishmg3994
    @manishmg3994 9 หลายเดือนก่อน

    amazing content , i think you are going to be paid in future,but for me keep your content free

    • @Technopoints
      @Technopoints  9 หลายเดือนก่อน

      No worries dude, such free content will continue to be there always...😄

    • @manishmg3994
      @manishmg3994 9 หลายเดือนก่อน

      @@Technopoints in future i will remind that

  • @dinesh-ul7bj
    @dinesh-ul7bj 3 หลายเดือนก่อน

    Could i apply the runtime permission for android using vs code????
    Pls Help

    • @Technopoints
      @Technopoints  3 หลายเดือนก่อน

      That's about a coding part and not ide dependent, so that can be possible

    • @dinesh-ul7bj
      @dinesh-ul7bj 3 หลายเดือนก่อน

      @@Technopoints thanks bhai...🫡

  • @NavneetYadav-l2u
    @NavneetYadav-l2u 10 หลายเดือนก่อน

    these all funtionality work above

    • @Technopoints
      @Technopoints  10 หลายเดือนก่อน +1

      Some runtime permissions like Notifications only need to be asked from 33. Other ones are needed for API < 33 as well.

  • @NavneetYadav-l2u
    @NavneetYadav-l2u 10 หลายเดือนก่อน

    why we pass permissions instead of permissionsList in alert box
    timestamp on 28:00

    • @Technopoints
      @Technopoints  10 หลายเดือนก่อน +1

      Because we don't need the global permissions list here, which contains all the permissions. Instead we need the permissions list we got from the onRequestPermissionResult so that we will only ask the permissions again which are previously denied by user.

    • @NavneetYadav-l2u
      @NavneetYadav-l2u 10 หลายเดือนก่อน

      okke thanks brother @@Technopoints