Switch TextClassifier implementation from native to java
Thic CL eliminates the native dependency on libtextclassifier in favor of the java one because the .java implementation is built on top of stable APIs (@CorePlatformAPI, Android SDK) while the native API might change in future, leading to breakages. Bug: 119788152 Test: m droid successfully builds + atest frameworks/base/core/tests/coretests/src/android/view/textclassifier Change-Id: I4c3bb4790c360dd514ed2ea48e0634de43dab9e7 Merged-In: Ide5e58d1c80d9a028cea4e9192a91aeac2843c71 (cherry picked from commit 64c4cb2e)
Loading
Please register or sign in to comment