vote up 0 vote down star

When my app upload to android market,Upload assets have a warnig message about this:

"This apk requests 1 permissions that users will be warned about android.permission.INTERNET"

I check the app of manifest.xml,I'm sure there are manifest.xml to join the line

"uses-permission android:name="android.permission.INTERNET"

so...Why are there warning message about "android.permission.INTERNET"?

And another question,the Upload assets of "Localized to" appear unknown, how to set this field about "Localized to"?

thanks~

flag

3 Answers

vote up 0 vote down

Your application end users will be notified before installation the application have full access to Internet, something like this (there are 3 permissions, in your case only "Network communication" will appear):

Device screen shot

link|flag
vote up 0 vote down

you need to add localized strings first and market will automatically recognizes them. see developer.android.com reference

link|flag
vote up 0 vote down

Did you (or anyone else) figure out why Localized To: Unknown is showing in the Market? I have localized resources for some languages and the folder structure is correct, but I still get this when I go to publish my app in the Market.

Thanks.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.