views:

872

answers:

3

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~

+1  A: 

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

Bakhtiyor
A: 

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

thevery
I tried and this did not work.
fiXedd
+2  A: 

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.

amit
I'm curious about this as well.
fiXedd