Setting my app as a sharing target (Xamarin)

前端 未结 2 417
醉梦人生
醉梦人生 2021-01-27 13:25

I\'m looking for a way to enable my users to send images to my app via sharing (On android).

My main goal right now is to get my app on the \"share to\" tab when pressin

2条回答
  •  佛祖请我去吃肉
    2021-01-27 13:48

    To have your project in share list you need to manipulate your menifest file

     
    
    
        
            
            
            
        
        
            
            
            
        
        
            
            
            
        
    
    
          
    

    & for more information on this you can visit this & this

    In those links you might get things in more precise way. Good luck.

提交回复
热议问题