trumpimar / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

We need to properly set the uses-feature elements in the AndroidManifest.xml #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to the following post we need to add uses-feature elements to our 
AndroidManifest.xml

http://android-developers.blogspot.com/2010/11/market-housekeeping-alert.html

This should be a pretty trivial opperation.

Original issue reported on code.google.com by sandordo...@google.com on 12 Nov 2010 at 1:04

GoogleCodeExporter commented 8 years ago
Please don't forget to mark bluetooth as optional.

Original comment by rdama...@google.com on 12 Nov 2010 at 1:08

GoogleCodeExporter commented 8 years ago
Sorry I did not mean to own this.  Yes we will need the following features:
android.hardware.bluetooth
android.hardware.location
android.hardware.location.network
android.hardware.location.gps
android.hardware.sensor.compass
android.hardware.telephony
android.hardware.telephony.gsm
android.hardware.touchscreen
android.hardware.touchscreen.multitouch

Original comment by sandordo...@google.com on 12 Nov 2010 at 1:34

GoogleCodeExporter commented 8 years ago
My recommendation is that the following be optional:
android.hardware.bluetooth
android.hardware.location.network
android.hardware.sensor.compass
android.hardware.telephony.gsm
android.hardware.touchscreen.multitouch

Original comment by rdama...@google.com on 12 Nov 2010 at 1:47

GoogleCodeExporter commented 8 years ago
It looks like a new dev did if for us.  I think we should pull this asap:
http://code.google.com/r/aaronjbrown90-dev/source/detail?r=23323b480c355cc0505c0
7cc2773eaef49cb2426

Original comment by sandordo...@google.com on 16 Nov 2010 at 5:38

GoogleCodeExporter commented 8 years ago
Agreed
I can pull it now.
I'm just wondering why telephony is required (not that it's a big issue, almost 
every device will have it).

Original comment by rdama...@google.com on 16 Nov 2010 at 5:48