Guest User

Untitled

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Null Pointer When Extending Android's Application
  2. public class PageMonitorApplication extends Application
  3. {
  4. @Override
  5. public Context getApplicationContext()
  6. {
  7. return super.getApplicationContext();
  8. }
  9. }
  10.  
  11. <application android:icon="@drawable/icon" android:label="@string/app_name" android:name=".PageMonitorApplication">
Add Comment
Please, Sign In to add comment