Android / Google Plus - Cannot share image from my content provider
问题 I have used this code and can successfully share an image (from my phone's gallery) with text to google+ from my Android app. However, when I try to post an image from my app's content provider, the image is showing up on my google+ page like this... ...and that is despite the intended image being displayed fine on the google+ app preview screen. The code I am using to share is: String message = "My message"; Uri localImageUri = ContentUris.withAppendedId(DbContentProvider.CONTENT_URI