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~