Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:641: error: cannot find symbol
- Settings.Secure.DEVELOPMENT_SHORTCUT, 0);
- ^
- symbol: variable DEVELOPMENT_SHORTCUT
- location: class Secure
- packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:646: error: cannot find symbol
- Settings.Secure.DEVELOPMENT_SHORTCUT,
- ^
- symbol: variable DEVELOPMENT_SHORTCUT
- location: class Secure
- packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:652: error: cannot find symbol
- Settings.Secure.DEVELOPMENT_SHORTCUT, 0) != 0);
- ^
- symbol: variable DEVELOPMENT_SHORTCUT
- location: class Secure
- packages/apps/Settings/src/com/android/settings/DisplaySettings.java:334: error: cannot find symbol
- Settings.Global.WAKE_WHEN_PLUGGED_OR_UNPLUGGED,
- ^
- symbol: variable WAKE_WHEN_PLUGGED_OR_UNPLUGGED
- location: class Global
- packages/apps/Settings/src/com/android/settings/DisplaySettings.java:409: error: cannot find symbol
- Settings.Global.WAKE_WHEN_PLUGGED_OR_UNPLUGGED,
- ^
- symbol: variable WAKE_WHEN_PLUGGED_OR_UNPLUGGED
- location: class Global
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 5 errors
Advertisement
Add Comment
Please, Sign In to add comment