Skip to content

Android Entries Not Cleared #57

Closed
Closed
@ghost

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">

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions