android - uses-feature overruling uses-permission? -


my app read sms , react on incoming calls, still want tablet users able download android market because whole lot more that.

so, if app requests permissions reading phone's state , sms, tell android market app doesn't use telephony apis, android market then?

<uses-permission     android:name="android.permission.read_phone_state" /> <uses-permission     android:name="android.permission.receive_sms" />  <uses-feature     android:required="false"     android:name="android.hardware.telephony" /> 

filtered wifi-only tablets or not filtered, question.

any experiences?

have great day tom

given manifest elements above, market should allow app visible wifi-only tablets phones. ruboto irb application ran shortly after xoom became available. here blog post wrote after helping them fix matters.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -