Skip to content

Instantly share code, notes, and snippets.

@raxhaxor
Created December 24, 2019 15:51
Show Gist options
  • Save raxhaxor/ee0aec2caecb239145794b10e0b11515 to your computer and use it in GitHub Desktop.
Save raxhaxor/ee0aec2caecb239145794b10e0b11515 to your computer and use it in GitHub Desktop.
@UnsupportedAppUsage
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, IBinder assistToken) {
// -------
mWindow = new PhoneWindow(this, window, activityConfigCallback);
// -------
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment