Created
December 24, 2019 15:51
-
-
Save raxhaxor/ee0aec2caecb239145794b10e0b11515 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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