• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help, Manifest file.

psaulius

Newbie
I use Aide (Java). My os android 7. When installing, he writes that he will be given permissions. Although Manifest.xml wrote:
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?
 
Back
Top Bottom