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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -