overlay: Make config_defaultQrCodeComponent untranslatable
We don't want to generate values-(en-rXA/ar-rXB) for it. Change-Id: I3be1dde9a5fb3a6dbb9140434fca757fcc725924
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
<string name="config_rawContactsLocalAccountType" translatable="false">com.android.contacts</string>
|
||||
|
||||
<!-- Default component for QR code scanner -->
|
||||
<string name="config_defaultQrCodeComponent">org.lineageos.aperture/.QrScannerActivity</string>
|
||||
<string name="config_defaultQrCodeComponent" translatable="false">org.lineageos.aperture/.QrScannerActivity</string>
|
||||
|
||||
<!-- Name of the font family to use in the default lockscreen clock -->
|
||||
<string name="config_clockFontFamily" translatable="false" />
|
||||
|
Reference in New Issue
Block a user