While developing an Android app targeting all versions above 4.1, I observed that uninstalling my app and installing it again does not clear its data.
The app is d
Just change android:allowBackup="true" to android:allowBackup="false" in manifiest.xml. It will be worked.