Created
December 7, 2019 14:39
-
-
Save user-mw/2c07cd3d5fefd8b8e884f325f23c7f4f to your computer and use it in GitHub Desktop.
Activity onRetainNonConfigurationInstance
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
| 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