Why need permission write_external_permission?

Dear expert,
please help me,
Why need permission write_external_permission ???
I am using only 3 components text box, button and label
but why need still permission?

image

Are you sure you haven’t used any other component or extension in this project ?

yes, i am sure i am not using any other component

if you want to delete the permission just open the application with win rar and then open Manifest.xml then remove the line
<uses-permission>PERMISSION_NAME</uses-permission>

please explain in detail.

  1. Open the .apk file with any zip opener app (Ex - 7 zip)
  2. Find the Manifest.xml file.
  3. There is a line
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  4. Just delete the line

Would you like to share aia file?

Do you mean WRITE_EXTERNAL_STORAGE ?

Yes, WRITE_EXTERNAL_STOGARE