Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6472593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:21:51+00:00 2026-05-25T06:21:51+00:00

I need to check if a certain android device has a hardware button in

  • 0

I need to check if a certain android device has a hardware button in code. For example only some phones have the search button.
So how do I check if a device has a hardware button(Search, camera, d-pad, etc) or not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:21:51+00:00Added an answer on May 25, 2026 at 6:21 am

    You can use PackageManager.hasSystemFeature().
    Example:

    boolean hasCamera = 
            getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA); 
    

    You can also get some of the features which are not testable by the PackageManager via the Configuration, e.g. the DPAD.

    Configuration c = getResources().getConfiguration();
    if(c.navigation == Configuration.NAVIGATION_DPAD)
          hasDpad = true;
    

    The only exception is the search button. There was a question here a few days ago, asking basically the same. I don’t remember any answer and I don’t know a way to detect the search button, since it’s not in the list of features. (Edit: There you go, possible duplicate thread is the one i mentioned here)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the need to check if an instance of some interface has already
I have the below method where I need to check for some certain strings
I need to check in my code changes to a certain branch but im
In Python, how to check if a string only contains certain characters? I need
I'm doing some validation where I need to check for certain combinations between two
In asp.net i need to check if a form has certain keys in it.
I've got a few Unix shell scripts where I need to check that certain
I need to check whether the user executing the script has administrative privileges on
I need to check all of my asp code to prevent SQL injection. Should
i need to check whether the user clicking the browser Refresh button and redirect

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.