diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f349aa8fa..abe4ada1f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,7 +5,8 @@ modified SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only --> - + @@ -20,7 +21,9 @@ SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only android:supportsRtl="true" android:allowBackup="true" android:defaultToDeviceProtectedStorage="true" - android:directBootAware="true"> + android:directBootAware="true" + tools:remove="android:appComponentFactory" + tools:targetApi="p">