Android special permission required to enable ads?

I hate, just like everyone else, a lot of special permissions on a app so I removed all of them because pretty much all of them were not required for my app anyways. After i uploaded my app on alpha testing on the play store with no special permissions the app stop showing ads. I don’t know if this is a UE4 or a admob thing, but i was wondering what special permissions are required for you to add for the ads to show up on the app. Thank you!

Hi Spookey0188,

android.permission.INTERNET ACCESS and android.permission.ACCESS_NETWORK_STATE at a minimum.

Thanks very much!