Add accessible sequence for aspect ratio options
Fix: 297293566 Test: Manual Change-Id: I12b61ccd0330b80e027af7a9eb1693b8d94cc262
This commit is contained in:
@@ -227,8 +227,7 @@ public class UserAspectRatioDetails extends AppInfoBase implements
|
||||
pref.setVisible(false);
|
||||
return;
|
||||
}
|
||||
pref.setTitle(mUserAspectRatioManager.getUserMinAspectRatioEntry(aspectRatio,
|
||||
mPackageName));
|
||||
pref.setTitle(mUserAspectRatioManager.getAccessibleEntry(aspectRatio, mPackageName));
|
||||
pref.setOnClickListener(this);
|
||||
mAspectRatioPreferences.add(pref);
|
||||
}
|
||||
|
Reference in New Issue
Block a user