What the hell are you talking about. A "block of text"? That's one bloody heck of a simplification my friend.A block of text or a one time notification isn't a "a real permissions system". It's a notification system. It tells you what the app has access to but you can't change it, so it's not a permissions system.
In Android SDK you can perform certain API calls if and only if the user has granted you a permission to do so. Otherwise, you can't. That is a real permissions system, not a notification system. It's not just a "block of text" - it's not like a developer is simply writing "I'm gonna access your phonebook, oh, and uhm I need full internet access, yes, that's probably it, I think". Everything is based on requesting certain permissions - this is how a proper permission system should work like.
And I prefer to know exactly what the app will have access too. I think this is a good moment to finish our argument.Truthfully, both iOS and Android could learn a little from each other. The two concepts are complementary to each other, but If I had to choose one, it would be the ability to manage permissions, because that grants the user more control.