We assume that Constroid is the only system component
in Android which an interface to access data. This interface (a) is called the Application Content Provider (ACP)
and represents our reference monitor. It allows for CRUD operations on data objects. Every application is assigned an individual instance of an ACP. It uses a Data Manager
that administrates all data processed or required by
an application (b).