Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/0f325fa39775b5e665d864f1f8033f38 to your computer and use it in GitHub Desktop.
Save skydoves/0f325fa39775b5e665d864f1f8033f38 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
PreferenceComponent_UserProfileComponent.init(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment