Dear,
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.
Thanks.
Dear,
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.
Thanks.
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.