Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- qwerty keypad existence checking on andrid device
- Configuration config = getResources().getConfiguration();
- PackageManager pm = context.getPackageManager();
- if (pm.hasSystemFeature(PackageManager.FEATURE_CAMERA)) {
- }
Advertisement
Add Comment
Please, Sign In to add comment