I'm working on an app with a custom soft keypad, and I'd like to mirror the default Android keyboard's "Sound on keypress" setting. IOW, I'd like to play a short sound for my app's keypress events iff the user has selected this option for the default keyboard.
Problem is, I haven't found a way to query the platform for this setting. I suspect it might not be accessible, or if it is, it might not be platform-level (it might be a preference within the bundled keyboard app). Can anyone shed any insight on how I might get my hands on this value? Thanks, String -- 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 options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.