Revert "Fix call preference changes after reboot."

This reverts commit 0f271e6e2ec4c6ea87ec742f189818711d7f07d0.

Feature breaks in specific scenarios, so revert to previous
implementation.

Issue: FP3-A11#287
Issue: FP3-A11#371
Change-Id: Icd831f8af204fe790b9feae08288b209695ee9ca
diff --git a/src/com/android/services/telephony/TelecomAccountRegistry.java b/src/com/android/services/telephony/TelecomAccountRegistry.java
index 4ea17b6..bacdaea 100644
--- a/src/com/android/services/telephony/TelecomAccountRegistry.java
+++ b/src/com/android/services/telephony/TelecomAccountRegistry.java
@@ -1657,13 +1657,6 @@
         // Clean up any PhoneAccounts that are no longer relevant
         cleanupPhoneAccounts();
 
-        // Do not fallback to next available sub if AOSP user
-        // preference option enabled for voice calls
-        if (SystemProperties.getBoolean("persist.vendor.radio.aosp_usr_pref_sel", true)) {
-            Log.i(this, "AOSP user preference option enabled ");
-            return;
-        }
-
         PhoneAccountHandle defaultPhoneAccount =
                 mTelecomManager.getUserSelectedOutgoingPhoneAccount();