What is the difference between android.permission and ANDROID.PERMISSION -


i working project contains imageloader through picasso api.

when try add uses-permission of internet through android.permission.internet

it works when use android.permission.internet

it doesn't work.

android case-sensitive. android.permission.internet proper value.

you may encountering this code-completion bug in android studio.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -