Security exception while calling bindAppWidgetId

前端 未结 2 998
再見小時候
再見小時候 2021-01-19 05:55

While developing a Launcher (Homescreen) application for Android, I\'ve come into a security exception I don\'t understand.

  • When calling the [bindAppWidgetId()
2条回答
  •  死守一世寂寞
    2021-01-19 06:35

    A quick Google search reveals that android.permission.APPWIDGET_LIST is a usable permission, even though it's not listed in the API docs.

提交回复
热议问题