Advertisement
espmartin

kill on longpress back

Jul 6th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:495: cannot find symbol
  2. symbol : variable KILL_APP_LONGPRESS_BACK
  3. location: class android.provider.Settings.Secure
  4. Settings.Secure.KILL_APP_LONGPRESS_BACK,
  5. ^
  6. packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:501: cannot find symbol
  7. symbol : variable KILL_APP_LONGPRESS_BACK
  8. location: class android.provider.Settings.Secure
  9. getActivity().getContentResolver(), Settings.Secure.KILL_APP_LONGPRESS_BACK, 0) != 0);
  10. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement