Problem with storage permission

This problem is in all unity versions higher 2017 version. I tried a lot, i am reinstaled unity about 10 times, making empty programs to test and remaking my game. Offcourse i reinstal jdk and sdk manager. I tried to build my game with 4 versions jdk, and i tried to build game with standart sdk tools, with sdk tools version 26, and with sdk tools version 25, but result is the same (cannot to play game after instal befor reboting the device). And offcource i changing my androidManifest a lot, and tried to use plugins with permissions, but game not runing befor rebuting the device

PLEASE HELP (because I want to d*e)

You’re more likely to get a response from either the Scripting section or the Android platform section.

After Android 5 (if I remember correctly) Android requires to explicitly request the permissions on runtime. Not sure if Unity provides required API. Otherwise you have to manually set the permissions from settings. Manifest should contain the permissions anyway.