GCM does not require android.permission.GET_ACCOUNTS on JellyBean and above. My app, however, works with API level 11 and greater, so I need to declare it on those devices.
As I have no need for using accounts other than GCM, can I only register this permission on versions of android below API level 16? My app is quite security-conscious, so avoiding this permission would be a huge plus.