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

  • Home
  • SEARCH
  • 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 7971597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:40:24+00:00 2026-06-04T07:40:24+00:00

My application provides the user with optional access to SMS and Phone calls. I

  • 0

My application provides the user with optional access to SMS and Phone calls. I have used:

 <uses-permission android:name="android.permission.READ_PHONE_STATE" android:required="false"></uses-permission>
 <uses-permission android:name="android.permission.SEND_SMS" android:required="false"></uses-permission>
 <uses-permission android:name="android.permission.CALL_PHONE" android:required="false"></uses-permission>

Google Play does not expose this application to devices that do not have cellular network access. It seems like the required = false parameter is failing to do its job.

Is this a bug? Is there something else that I can do?

  • 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-06-04T07:40:25+00:00Added an answer on June 4, 2026 at 7:40 am

    Why are you putting the required parameter inside a permission?
    The android:required param is used when you declare a feature, afaik…
    For example:

    <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
    

    I think what you wanted to do is add uses-feature declarations with android:required="false".

    Use this table to update your manifest:
    http://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions-features

    <uses-feature android:name="android.hardware.telephony" android:required="false" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Android application which provides in-app billing and we have our application
I have a rails application in which user provides his skype address.I want to
I'm writting a small desktop application that prvides access to user's facebook account. To
I have a C application which provides a shell for entering commands. I'm trying
Expression Blend + SketchFlow provides a template for Windows Phone rapid application prototyping which
I have a Django application that provides template tag profile . The tag accepts
I have a c# Application where I call a user control with a click
I am migrating my application which provides a subsite for each user from domain.com/~user
We have an ASP.Net application that provides administrators to work with and perform operations
I am building a custom application that provides a simplified user interface to an

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.