Content Provider and Image storage
        Posted  
        
            by 
                Paru
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paru
        
        
        
        Published on 2012-03-29T05:25:28Z
        Indexed on 
            2012/03/29
            5:29 UTC
        
        
        Read the original article
        Hit count: 215
        
android
|contentprovider
I want to share some image Icons between two applications. I stored the icons in a folder from Application 1 and tried use the folder from application 2. That time i got some permission issue. I was not able add the permission also because it is not a rooted device.
So i am now trying to store the icons in a content provider. Is it possible to store the images in a Content provider ? Is there any other good method to implement this ? Please help.
© Stack Overflow or respective owner