diff options
-rw-r--r-- | config/preloaded-classes | 2 | ||||
-rw-r--r-- | config/preloaded-classes-blacklist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index abdbab2a29eb..5910c284608d 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -756,7 +756,6 @@ android.content.ActivityNotFoundException android.content.AsyncQueryHandler$WorkerArgs android.content.AsyncQueryHandler$WorkerHandler android.content.AsyncQueryHandler -android.content.AsyncTaskLoader$LoadTask android.content.AsyncTaskLoader android.content.BroadcastReceiver$PendingResult$1 android.content.BroadcastReceiver$PendingResult @@ -3186,7 +3185,6 @@ android.speech.tts.ITextToSpeechCallback android.speech.tts.ITextToSpeechService$Stub$Proxy android.speech.tts.ITextToSpeechService android.speech.tts.TextToSpeech$Action -android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask android.speech.tts.TextToSpeech$Connection android.speech.tts.TextToSpeech$OnInitListener android.speech.tts.TextToSpeech diff --git a/config/preloaded-classes-blacklist b/config/preloaded-classes-blacklist index 59f605d8e490..cd5a1205d122 100644 --- a/config/preloaded-classes-blacklist +++ b/config/preloaded-classes-blacklist @@ -1,6 +1,8 @@ +android.content.AsyncTaskLoader$LoadTask android.net.ConnectivityThread$Singleton android.os.AsyncTask android.os.FileObserver +android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask android.widget.Magnifier sun.nio.fs.UnixChannelFactory com.android.server.SystemConfig$PermissionEntry |