I use Aide (Java). My os android 7. When installing, he writes that he will be given permissions. Although Manifest.xml wrote:
Why do I get permissions at the beginning?
HTML:
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="24" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Why do I get permissions at the beginning?