overlay: Set screenshot work profile files app to DocumentsUI

Fixes NPE when taking a screenshot in work profile.

Change-Id: I73349b168543072be009b41bc2f3711876a10df2
This commit is contained in:
LuK1337 2023-06-22 15:17:51 +02:00 committed by iovxw
parent ec6163d34c
commit f51d32b37d
Signed by: iovxw
GPG Key ID: C84626C2D3D79995
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- ComponentName for the file browsing app that the system would expect to be used in work
profile. The icon for this app will be shown to the user when informing them that a
screenshot has been saved to work profile. If blank, a default icon will be shown. -->
<string name="config_sceenshotWorkProfileFilesApp" translatable="false">com.android.documentsui/.files.LauncherActivity</string>
</resources>