Skip to content
Snippets Groups Projects
Commit d3a8dae5 authored by akwizgran's avatar akwizgran
Browse files

Set android:allowBackup to false, updated target API version to 17.

parent e6de8efe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16" />
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
......@@ -15,7 +15,8 @@
<application
android:theme="@style/LightTheme"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
android:label="@string/app_name"
android:allowBackup="false" >
<service
android:name=".android.BriarService"
android:exported="false" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment