Android: adding an app to “set picture as” list

后端 未结 2 1732
时光取名叫无心
时光取名叫无心 2021-01-06 12:08

I\'m trying to add my app to \"set as\" list, that shown in gallery when I choose an image. If the user open an image in the gallery, there is a button for set as

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-06 12:38

    The intent-filter to add out own app to the list in Gallery and Photos app for "use as" or "set picture as" is ATTACH_DATA.

    
                
                
                
    
    

提交回复
热议问题