Why my application is asking for Storage Permission?

Hi,
Can anyone tell me why my application is asking for Storage Permission?
Application developed using Makeroid.

App Component:

Logic:

Screen1
image

Screen2

Screen3
image

Maybe a component needs it ?

1 Like

Hi,
Thanks for reply.
Can you tell me which component needs for storage permission?

I attached all components and logics in screenshots…

Maybe the extensions you used?

I used ColinTreeListView Extension in this project. I have some other apps and also using same extension in those app but those app not required any permission…

and
My other question
Can you tell me that Network Component (in connectivity option) is asking for storage permission?

contains this code

@UsesPermissions(permissionNames="android.permission.INTERNET,android.permission.ACCESS_NETWORK_STATE,android.permission.READ_EXTERNAL_STORAGE")

/Boban

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.