I have a native Android app and I need to prevent the user from doing manual cleanup ( Settings - > Applications - > - &> Clear Data ) already tried < android: allowClearUserData="false" AndroidManifest.xml Changed the button to "Manage Space" and does not allow to do the cleaning, but for some versions of Android to click it presents error as if it had stopped working.
However, I need to present a simple information by clicking the "Manage Space" button.
I have not found anything on the internet yet. Could someone give a help?