Hello folk
1).system media provider is global db, anybody can access file from it
and delete too,
i want add image in it, with private mode, so that nobody can delete it.
"public static final String insertImage(ContentResolver cr, Bitmap
source, String title, String description) "
is it possible, to have private media file in media provider, so that
nobody can change it or delete it. since in above API function there
is no such provision to keep media file in private mode.
2)
Is it possible to use internal media provider to store application's
media file, if sdcard is not present on device.
what is max size the of this internal provider .I mean what max
data appl can store in this internal provider.
Thank you
jagtap

