[android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Hey there, I'm developing an app for reading data from a USB attached device on honeycomb (3.2). The device reads data from an external infrared meter prepares data and shares them over mass storage. It means the USB device is mounted as mass storage device. As it updates and creates some files

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:54 AM, EstelKay kay.estelm...@googlemail.com wrote: All this led me to the assumption that IMountService is only available for OS developers (like Asus, Acer and so on) and not for SDK developers. Am I right with this? Correct. It is not part of the Android SDK. Now

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Hey Mark thanks for the clarification. I still wonder why there is a permission when you don't have API calls to use it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread Mark Murphy
On Mon, Jan 16, 2012 at 8:51 AM, EstelKay kay.estelm...@googlemail.com wrote: I still wonder why there is a permission when you don't have API calls to use it? Lots of permissions are that way. You don't have an API call to brick the phone, yet there is the BRICK permission. My understanding is

Re: [android-developers] IMountService available on Honeycomb / Other way to force flush file-system-cache

2012-01-16 Thread EstelKay
Thanks again -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more