mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Set android:allowBackup to false, updated target API version to 17.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0" >
|
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" />
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
@@ -15,7 +15,8 @@
|
|||||||
<application
|
<application
|
||||||
android:theme="@style/LightTheme"
|
android:theme="@style/LightTheme"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name"
|
||||||
|
android:allowBackup="false" >
|
||||||
<service
|
<service
|
||||||
android:name=".android.BriarService"
|
android:name=".android.BriarService"
|
||||||
android:exported="false" >
|
android:exported="false" >
|
||||||
|
|||||||
Reference in New Issue
Block a user