From d5726c1916812ed3846092785abbd53352683502 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Mon, 2 Nov 2020 16:51:24 +0800 Subject: Move BasicShellCommandHandler to frameworks/lib/modules-utils BasicShellCommandHandler is used by mainline modules and the framwork. There is a new repo that was created for putting this kind of utility class. Move BasicShellCommandHandler for the incoming ConnectivityService mainline and updating the related usage. Bug: 170598012 Test: m ; verify with adb shell cmd Change-Id: I8a2873df6e7d8342b7a8b466bda155f74c807ee3 Merged-In: Ida30c877116090616d4bf3f87fdad835446dac84 --- config/preloaded-classes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/preloaded-classes b/config/preloaded-classes index 481bcb5f8b85..d56fc7720c89 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -4539,7 +4539,6 @@ android.os.AsyncTask android.os.BadParcelableException android.os.BaseBundle$NoImagePreloadHolder android.os.BaseBundle -android.os.BasicShellCommandHandler android.os.BatteryManager android.os.BatteryManagerInternal android.os.BatteryProperty$1 @@ -9565,6 +9564,7 @@ com.android.internal.widget.VerifyCredentialResponse$1 com.android.internal.widget.VerifyCredentialResponse com.android.internal.widget.ViewClippingUtil$ClippingParameters com.android.internal.widget.ViewClippingUtil +com.android.modules.utils.BasicShellCommandHandler com.android.okhttp.Address com.android.okhttp.AndroidShimResponseCache com.android.okhttp.Authenticator -- cgit v1.2.3