[Settings] Support phone number talkback

Support phone number talkback in about phone UI pages.

Bug: 182923869
Test: local, junit
Change-Id: I159827070a954dee13230ff7cf6de81dbbaa7545
This commit is contained in:
Bonian Chen
2021-12-03 00:05:00 +08:00
parent 4c450d6b4c
commit d051e65d3c
10 changed files with 241 additions and 76 deletions

View File

@@ -159,6 +159,6 @@ public class PhoneNumberPreferenceController extends BasePreferenceController {
@VisibleForTesting
protected Preference createNewPreference(Context context) {
return new Preference(context);
return new PhoneNumberSummaryPreference(context);
}
}