Proxying implementation of Context that simply delegates all of its calls to
another Context. Can be subclassed to modify behavior without changing
the original Context.
Set the base context for this ContextWrapper. All calls will then be
delegated to the base context. Throws
IllegalStateException if a base context has already been set.
- Parameters:
base The new base context for this wrapper.
- Returns:
- the base context as set by the constructor or setBaseContext
Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags)
flagsValues, extraFlags);
resultReceiver, scheduler, initialCode,
initialData, initialExtras);
resultReceiver, scheduler, initialCode,
initialData, initialExtras);
String writePermission, int pid, int uid, int modeFlags) { Uri uri, int pid, int uid, int modeFlags, String message) { int pid, int uid, int modeFlags, String message) { uri, readPermission, writePermission, pid, uid, modeFlags,