Merge "[Settings] add @Readable back for block_untrusted_touches, maximum_obscuring_opacity_for_touch" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-18 20:10:16 +00:00
committed by Android (Google) Code Review

View File

@@ -15835,6 +15835,7 @@ public final class Settings {
*
* @hide
*/
@Readable
public static final String BLOCK_UNTRUSTED_TOUCHES_MODE = "block_untrusted_touches";
/**
@@ -15860,6 +15861,7 @@ public final class Settings {
*
* @hide
*/
@Readable
public static final String MAXIMUM_OBSCURING_OPACITY_FOR_TOUCH =
"maximum_obscuring_opacity_for_touch";