Skip to content

Instantly share code, notes, and snippets.

@vladimir-ivanov-epam
Created February 16, 2018 19:23
final void attach(Context context, ActivityThread aThread,
Instrumentation instr, IBinder token, int ident,
Application application, Intent intent, ActivityInfo info,
CharSequence title, Activity parent, String id,
NonConfigurationInstances lastNonConfigurationInstances,
Configuration config, String referrer, IVoiceInteractor voiceInteractor,
Window window, ActivityConfigCallback activityConfigCallback) {
attachBaseContext(context);
...
mLastNonConfigurationInstances = lastNonConfigurationInstances;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment