Commit 6d3dd2db by Kunj Gupta

Fixed - Android app remembers its data after uninstall and reinstall.

parent 56ded12b
Showing with 4 additions and 0 deletions
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.vsoft.servicenow">
<uses-permission android:name="android.permission.INTERNET" />
......@@ -50,6 +51,9 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:allowBackup="false"
android:fullBackupContent="false"
tools:replace="allowBackup"
android:theme="@style/AppTheme">
<activity
android:name="com.vsoft.servicenow.ui.SplashScreen"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment