Is it possible to have “optional” permissions in Android?

前端 未结 3 907
遥遥无期
遥遥无期 2020-12-31 03:55

Is there any way for an Android application to declare requested permissions as optional?

I.e. I want to write an app that requests a set of permissions, e.g. one of

3条回答
  •  天命终不由人
    2020-12-31 04:04

    It is not supported and not under development as of now. Star issue 6266 on Android bug tracker if you would like to see it implemented.

    Ref: http://code.google.com/p/android/issues/detail?id=6266

提交回复
热议问题