diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cfa0528..2308cce8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Text input box theming +- Password repository held in non-hidden storage no longer fails ## [1.6.0] - 2020-03-20 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b0198deac..be85558bb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme" + android:requestLegacyExternalStorage="true" tools:ignore="GoogleAppIndexingWarning">