Binding AppWidgets to AppWidgetHost - Android

后端 未结 2 1547
时光取名叫无心
时光取名叫无心 2020-12-17 03:42

When you normally want to add an AppWidget in Android there is a list where you need to pick one widget and it binds it to the home screen.

I\'m trying to build an a

2条回答
  •  温柔的废话
    2020-12-17 04:20

    Unfortunatlly for you (and me), Paraneet is right.

    binding appwidget is a sensitive action and thus, to avoid malware it requires the user's consent for the most part however if you install your app into the /system/data folder then you considered part of the OS and you are given a system permission which lets you decide to bind appwidget that you created without any user's involvement.

提交回复
热议问题