Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Contentresolver

Media Scanner For Secondary Storage On Android Q

With the newer Android Q many things changed, especially with scoped storage and gradual deprecatio… Read more Media Scanner For Secondary Storage On Android Q

Update Contact Pictures - Support Other Providers Like Outlook

The code at the bottom shows how I update contact pictures from my app. This works well, if the use… Read more Update Contact Pictures - Support Other Providers Like Outlook

Create/Copy File In Android Q Using MediaStore

I am trying to find method which can handle create and copy of any file except Media files (Picture… Read more Create/Copy File In Android Q Using MediaStore