Correct, if not quite correctly captioned the question. Noticed part of the uses-permission and action for example
<uses-permission android:name="android.permission.ACTION_HEADSET_PLUG"/> <action android:name="android.provider.Telephony.SMS_RECEIVED" /> not displayed in the tooltips when typing in Android Studio (both in v1.5.1 and v2). I intuitively understand what SMS_RECEIVED or permission.ACTION_HEADSET_PLUG" should be, for example, but you have to search for the correct values on the Internet. Perhaps there is some kind of setting?
uses-permission ... INTERNETshows? - Herrgottaction SMS_RECEIVED. Just add<uses-permission android:name="android.permission.RECEIVE_SMS">- Herrgottandroid sdk? - Herrgott