More secure app settings

This commit is contained in:
Wiktor Bałaban 2019-10-08 09:38:55 +02:00
parent d68d798ac2
commit 32300310f3
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.encryptednotebook">
package="com.example.encryptednotebook"
android:installLocation="internalOnly">
<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"