forked from sourajitk/google-mobile-services
Merge branch 'tm-qpr2' into 'tm-qpr2'
gms: Exlcude config_systemBluetoothStack See merge request statixos/google-mobile-services!3
This commit is contained in:
commit
343c446baf
|
@ -26,7 +26,6 @@
|
|||
<string name="config_primaryLocationTimeZoneProviderPackageName">com.google.android.gms</string>
|
||||
<string name="config_systemActivityRecognizer">com.google.android.gms</string>
|
||||
<string name="config_systemAutomotiveProjection">com.google.android.projection.gearhead</string>
|
||||
<string name="config_systemBluetoothStack">com.google.android.bluetooth</string>
|
||||
<string name="config_systemCompanionDeviceProvider">com.google.android.gms</string>
|
||||
<string name="config_systemContacts">com.google.android.contacts</string>
|
||||
<string name="config_systemGallery">com.google.android.apps.photos</string>
|
||||
|
|
|
@ -16,9 +16,6 @@ bool:config_wlc_support_enabled
|
|||
bool:hac_enabled
|
||||
bool:vvm3_enabled
|
||||
dimen:qs_brightness_margin_top
|
||||
integer:config_keyguardRefreshRate
|
||||
integer:config_keyChordPowerVolumeUp
|
||||
integer:config_longPressOnPowerBehavior
|
||||
integer-array:config_face_acquire_biometricprompt_ignorelist
|
||||
integer-array:config_face_acquire_enroll_ignorelist
|
||||
integer-array:config_face_acquire_keyguard_ignorelist
|
||||
|
@ -26,26 +23,30 @@ integer-array:config_face_auth_props
|
|||
integer-array:config_nfc_conflict_with_usb_audio_productid
|
||||
integer-array:config_nfc_conflict_with_usb_audio_vendorid
|
||||
integer-array:non_removable_euicc_slots
|
||||
integer:config_keyChordPowerVolumeUp
|
||||
integer:config_keyguardRefreshRate
|
||||
integer:config_longPressOnPowerBehavior
|
||||
string-array:config_defaultFirstUserRestrictions
|
||||
string-array:config_highRefreshRateBlacklist
|
||||
string-array:config_nightDisplayColorTemperatureCoefficients
|
||||
string-array:config_udfps_enroll_stage_thresholds
|
||||
string-array:enabled_networks_except_gsm_values
|
||||
string-array:enabled_networks_values
|
||||
string-array:face_error_vendor
|
||||
string-array:fingerprint_acquired_vendor
|
||||
string-array:fingerprint_error_vendor
|
||||
string:config_cameraGesturePackage
|
||||
string:config_defaultAssistantAccessComponent
|
||||
string:config_servicesExtensionPackage
|
||||
string:config_deviceConfiguratorPackageName
|
||||
string:config_incidentReportApproverPackage
|
||||
string:config_recentsComponentName
|
||||
string:config_secondaryHomePackage
|
||||
string:config_deviceConfiguratorPackageName
|
||||
string:config_secondaryLocationTimeZoneProviderPackageName
|
||||
string:config_servicesExtensionPackage
|
||||
string:config_systemBluetoothStack
|
||||
string:def_wireless_charging_started_sound
|
||||
string:face_recalibrate_notification_content
|
||||
string:face_recalibrate_notification_name
|
||||
string:face_recalibrate_notification_title
|
||||
string:fingerprint_error_bad_calibration
|
||||
string:fingerprint_recalibrate_notification_content
|
||||
string:config_secondaryLocationTimeZoneProviderPackageName
|
||||
string:config_incidentReportApproverPackage
|
||||
string-array:config_defaultFirstUserRestrictions
|
||||
string-array:config_highRefreshRateBlacklist
|
||||
string-array:config_nightDisplayColorTemperatureCoefficients
|
||||
string-array:enabled_networks_except_gsm_values
|
||||
string-array:enabled_networks_values
|
||||
string-array:face_error_vendor
|
||||
string-array:fingerprint_acquired_vendor
|
||||
string-array:fingerprint_error_vendor
|
||||
string-array:config_udfps_enroll_stage_thresholds
|
||||
|
|
Loading…
Reference in New Issue