Guest User

Untitled

a guest
May 4th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. qwerty keypad existence checking on andrid device
  2. Configuration config = getResources().getConfiguration();
  3.  
  4. PackageManager pm = context.getPackageManager();
  5.  
  6. if (pm.hasSystemFeature(PackageManager.FEATURE_CAMERA)) {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment