Skip to content

Instantly share code, notes, and snippets.

@user-mw
Created December 7, 2019 14:39
Show Gist options
  • Select an option

  • Save user-mw/2c07cd3d5fefd8b8e884f325f23c7f4f to your computer and use it in GitHub Desktop.

Select an option

Save user-mw/2c07cd3d5fefd8b8e884f325f23c7f4f to your computer and use it in GitHub Desktop.
Activity onRetainNonConfigurationInstance
public class Activity {
// Code
public Object onRetainNonConfigurationInstance() {
return null;
}
// Code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment