Merge "Revise the modifier and naming of public APIs for allow rich content."

This commit is contained in:
PETER LIANG
2020-02-19 23:51:48 +00:00
committed by Android (Google) Code Review

View File

@@ -326,7 +326,8 @@ public class ToggleAccessibilityServicePreferenceFragment extends
mComponentName = arguments.getParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME);
// Settings animated image.
int animatedImageRes = arguments.getInt(AccessibilitySettings.EXTRA_ANIMATED_IMAGE_RES);
final int animatedImageRes = arguments.getInt(
AccessibilitySettings.EXTRA_ANIMATED_IMAGE_RES);
mImageUri = new Uri.Builder().scheme(ContentResolver.SCHEME_ANDROID_RESOURCE)
.authority(mComponentName.getPackageName())
.appendPath(String.valueOf(animatedImageRes))