[Catalyst] Specify order in hierarchy

NO_IFTTT=Update preference order

Bug: 332201912
Flag: EXEMPT refactor
Test: Manual
Change-Id: Iae99e699d852229779ea41a1cbc92bba47684a7b
This commit is contained in:
Jacky Wang
2024-10-29 20:44:29 +08:00
parent 0478218dad
commit 4ad4f35f78
3 changed files with 2 additions and 6 deletions

View File

@@ -52,8 +52,6 @@ open class CallVolumePreference :
override fun getIcon(context: Context) = R.drawable.ic_local_phone_24_lib
override fun order(context: Context) = -170
override fun isAvailable(context: Context) =
context.resources.getBoolean(R.bool.config_show_call_volume) &&
!createAudioHelper(context).isSingleVolume()