Reputation: 1897
May we have rights to update the android database table schema such like People, Organization,Calendar,Events. i want to add triggers on the update, delete and insert of the above mention tables.
Upvotes: 0
Views: 677
Reputation: 208012
No you cant. Those are content providers and the behind data storage is not always SQLite, that can be XML, Web Service or something else.
Upvotes: 1