I added all of the following permissions but is every single one of them essential? I dont want to have too much. Can I remove
"android.permission.GET\_ACCOUNTS",
for example? What is it used for in push notifications?
permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", },