Add a new column in the default contact content provider for Android

I have a requirement to add a new column to the default contact table provided by android, so I can do this. I just want to add a new value to this column if it is added from my application. So please tell me if this is possible.

Edit: my goal is to add data to the default contact table programmatically so that it is also visible when the user opens the default phone book. enter image description here

+4
source share
1 answer

No. It's impossible. Although it is technically, the end result will be undesirable:

  • . root.

  • , SQLite, , .

  • ? .

  • ? .

- ? , , .

+1

All Articles