summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-13 12:54:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-13 12:54:33 +0000
commit9d63711a2fb7df16b3cd2276e4d9bf3bbca48f56 (patch)
tree9f086317fbe40f669f06026eaf741a9e2ef71d24
parent5f2384bd6e1ef2f19d4f4cb1dd3ed7834bb7457c (diff)
parent31e1503d2a790b09951883406799fe706c62d785 (diff)
downloadCellBroadcastService-android12-mainline-resolv-release.tar.gz
Snap for 8076125 from 31e1503d2a790b09951883406799fe706c62d785 to mainline-resolv-releaseandroid-mainline-12.0.0_r94android12-mainline-resolv-release
Change-Id: I98b0af14a137340ab34d182d5cb4c38d2275ad6f
-rw-r--r--src/com/android/cellbroadcastservice/GsmCellBroadcastHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/cellbroadcastservice/GsmCellBroadcastHandler.java b/src/com/android/cellbroadcastservice/GsmCellBroadcastHandler.java
index ebf05c9..6eca06c 100644
--- a/src/com/android/cellbroadcastservice/GsmCellBroadcastHandler.java
+++ b/src/com/android/cellbroadcastservice/GsmCellBroadcastHandler.java
@@ -149,7 +149,7 @@ public class GsmCellBroadcastHandler extends CellBroadcastHandler {
// set the resources cache here for unit tests
mResourcesCache.put(subId, resources);
- loadConfig(SubscriptionManager.getDefaultSubscriptionId());
+ loadConfig(subId);
}
@Override