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 6391967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:45:09+00:00 2026-05-25T03:45:09+00:00

Our Android app can now use Bluetooth if available, but it is not required.

  • 0

Our Android app can now use Bluetooth if available, but it is not required.
So I added these lines to the manifest:

<uses-permission android:name="android.permission.BLUETOOTH" android:required="false" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:required="false"/>

PROBLEM: After publication, most people can download the app, but the app does not show up in the Market for:

  • Android 1.5 HTC Magic
  • Android 1.6 G1

What should I change so that it appears in the Market with those devices too?

Please note that we allow SDK level 3, which includes Android 1.5:

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11"/>

The previous version of the app did not have any Bluetooth support, and it was showing in everybody’s Market.
An idea was that Android 1.5/1.6 does not understand android:required="false", which would eliminate devices with no Bluetooth, but this hypothesis is invalidated by the fact that the previously mentioned G1 has Bluetooth.

Details if needed: full manifest, manifest of previous version, Market, our internal discussion.

  • 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-25T03:45:09+00:00Added an answer on May 25, 2026 at 3:45 am

    Maybe it’s just impossible, because of security concerns: http://www.medieval.it/google-is-censoring-bluetooth-on-android-the-proof/menu-id-66.html

    My solution would be to release a second version for 1.5/1.6 without these lines in the manifest for the market:

    <uses-permission android:name="android.permission.BLUETOOTH" android:required="false" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:required="false"/>
    

    In the future, you could also inform them about an update and the download location (of the one and only bluetooth-build) from within ankidroid.

    Another solution could be:

    <manifest ...>
    <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11" />
    ...
    </manifest>
    

    or just:

    <manifest ...>
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-sdk android:minSdkVersion="3" />
    ...
    </manifest>
    

    Thanks for you generosity!

    Source for that is: http://developer.android.com/guide/topics/manifest/uses-feature-element.html#bt-permission-handling

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

Sidebar

Related Questions

We originally wrote our app in titanium, but because titanium + android is so
I want to implement an android app which compares recorded audio files with our
Building our Android app from Ant fails with this error: [apply] [apply] UNEXPECTED TOP-LEVEL
I'm writing an Android app for work that shows the status of our phone
We have been getting a new error in our Android app since beginning of
I'm new to publishing Android apps. Our app's name and the string that users
I have a drawing app where the user can draw lines with their finger,
we have an app which is available for ipad, iphone, android as well as
We are building a security mechanism in our Android App , for which we
We are getting a large number of SQLiteDiskIOException errors in our Android app, with

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.