Looks to me like you can get a Set<Entry<String, Object>> by calling the valueSet() function on the ContentValues object. Then iterate through the Set and examine the Entry object to get the keys.
On Mar 5, 3:19 pm, pentium10 <[email protected]> wrote: > Maybe I missed something but I can't locate a way to get a String[] > array of keys from a ContentValues object? > > Can somebody help me out? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

