Browse Source

allowBackup

yangbiao 9 years ago
parent
commit
66bae970b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipu-client/AndroidManifest.xml

+ 1 - 1
ipu-client/AndroidManifest.xml

@ -38,7 +38,7 @@
38 38
    <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
39 39
40 40
    <application
41
        android:allowBackup="true"
41
        android:allowBackup="false"
42 42
        android:icon="@drawable/ic_launcher"
43 43
        android:label="@string/app_name"
44 44
        android:theme="@style/AppTheme" >