Interface to global information, allowing access to per-user specific resources. More...
#include <ddar.h>
Public Member Functions | |
virtual secret * | get_secret (const char *alias)=0 |
Retrieves secret configured by the platform. | |
virtual int | get_userid ()=0 |
Returns Android userid associated with the context. | |
virtual void | logd (const char *fmt,...)=0 |
Writes debug log to both adb logcat and dumpstate. | |
virtual void | loge (const char *fmt,...)=0 |
Writes error log to both adb logcat and dumpstate. |
Interface to global information, allowing access to per-user specific resources.
This is an abstract class whose implementation is provided by the platform