Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class MyApplication extends Application {
  2.  
  3. @Override
  4. public void onCreate() {
  5. super.onCreate();
  6. PreferenceComponent_UserProfileComponent.init(this);
  7. }
  8. }
Add Comment
Please, Sign In to add comment