Built Android APK and its app permissions [UE5]

After packaging a development build of the Android apk, I found out the app permissions are somewhat different from the one built from Unreal’s sample, Unreal Match 3.


It says the built apk doesn’t have any permissions allowed, nor denied. However, it’s still capable of having access to the network since I only filled in these 3 extra permissions under Project Settings.

Is this even normal after packaging an Android project? Otherwise, what did I miss?
The game runs smoothly though, and it can access to the network, like getting leaderboard scores via database. No permissions are requested after I opened the app.