Software Archive
Read-only legacy content
17061 Discussions

The problem of access

Amin_A_
Beginner
705 Views

Greetings

I access:


- find accounts on the device

- delete all app cache data

I have written with HTML5 app for Android got out.
How can I remove this access?

Help me please thanks

0 Kudos
3 Replies
Brandon_K_Intel
Employee
705 Views

Will you please give me more details on the issue you are attempting to solve?

0 Kudos
Amin_A_
Beginner
705 Views

I use xdk the language HTML.
I have written books and Android apps in the market my own country.
Market Support says: the following access necessary programs and should not be removed.

- find accounts on the device

- delete all app cache data


I do not find the plugins have been xdk
How can I remove this access?

 

Help me please thanks

0 Kudos
Barry_Johnson
New Contributor I
705 Views

It is very difficult for me to be certain, but I believe what you are saying is that the Android marketplace has rejected your application because it is requesting the permissions android.permission.CLEAR_APP_CACHE and android.permission.USE_CREDENTIALS. I am guessing these are coming from a plugin you have enabled - likely one you aren't using. As a first step, I would recommend disabling any plugins that aren't actually necessary. You could also do a file search of your project directory for the above mentioned permissions to find where they are being referenced in your project.

0 Kudos
Reply