Merge "Add log for setDataEnabledForReason" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd6ae421fd
@@ -337,6 +337,7 @@ suspend fun setDefaultData(
|
||||
): Unit =
|
||||
withContext(Dispatchers.Default) {
|
||||
subscriptionManager?.setDefaultDataSubId(subId)
|
||||
Log.d(NetworkCellularGroupProvider.name, "setMobileDataEnabled: true")
|
||||
MobileNetworkUtils.setMobileDataEnabled(
|
||||
context,
|
||||
subId,
|
||||
|
||||
Reference in New Issue
Block a user