Closed

Description
I've noticed that recently the NativeStorage entries are not being cleared after uninstalling the app. Looking at the NativeStorage github, it seems like android is using Sharedpreferences
.
I googled similar issues and it seems like, we have to set android:allowBackup=false
in the application tag of AndroidManifest.xml.
Currently, my application tag looks like this:
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">