diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a779d91..3fbcb19 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,7 +10,9 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:defaultToDeviceProtectedStorage="true" + android:directBootAware="true"> @@ -30,4 +32,4 @@ - \ No newline at end of file +