Enable lockscreen shortcuts (quick affordances)

Change-Id: Ie7a10f7e93cf90f4e32810397ceecc7a0c1c96e9
This commit is contained in:
Tommy Webb
2023-10-25 11:18:58 -04:00
committed by t-m-w
parent 711cf14675
commit 14e50c9177

View File

@@ -37,4 +37,7 @@
profile. The icon for this app will be shown to the user when informing them that a 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. --> 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> <string name="config_sceenshotWorkProfileFilesApp" translatable="false">com.android.documentsui/.files.LauncherActivity</string>
<!-- Whether or not lockscreen shortcuts can be customized -->
<bool name="custom_lockscreen_shortcuts_enabled" translatable="false">true</bool>
</resources> </resources>