Change aspect ratio summary and footer text
Add more education for device user that setting aspect ratio has not been tested by the app developer. Move Aspect ratio under Apps > Advanced instead of General. Fix: 296160724 Test: atest UserAspectRatioAppsPageProviderTest Change-Id: I2078f285d7bfb8de3a61c69f9d0ff3872d683ed4
This commit is contained in:
@@ -110,7 +110,7 @@ fun UserAspectRatioAppList(
|
||||
appList = appList,
|
||||
header = {
|
||||
Box(Modifier.padding(SettingsDimension.itemPadding)) {
|
||||
SettingsBody(UserAspectRatioAppsPageProvider.getSummary())
|
||||
SettingsBody(stringResource(R.string.aspect_ratio_main_summary, Build.MODEL))
|
||||
}
|
||||
Illustration(object : IllustrationModel {
|
||||
override val resId = R.raw.user_aspect_ratio_education
|
||||
|
Reference in New Issue
Block a user