summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2022-12-19 23:22:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-12-19 23:22:32 +0000
commit0d8c13808e2ed5cf89c513fe198fe6348df98019 (patch)
tree6bab0ac40165a6edc3021ea9fa42a1d2d3c5a67b
parent58791f0a7eaf0cd90a830e84bb5ac6e0c55e956f (diff)
parentc08a545ad47439d31313365e02eccc21afe75253 (diff)
downloadbase-0d8c13808e2ed5cf89c513fe198fe6348df98019.tar.gz
docs: Remove duplicated phrase am: c08a545ad4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20759942 Change-Id: I44e284be393b6eac82d5b5b9546348f348f364e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--core/java/android/service/quicksettings/Tile.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/service/quicksettings/Tile.java b/core/java/android/service/quicksettings/Tile.java
index 40c0ac00a5a9..d1a8eba3bbc5 100644
--- a/core/java/android/service/quicksettings/Tile.java
+++ b/core/java/android/service/quicksettings/Tile.java
@@ -39,8 +39,8 @@ public final class Tile implements Parcelable {
/**
* An unavailable state indicates that for some reason this tile is not currently
- * available to the user for some reason, and will have no click action. The tile's
- * icon will be tinted differently to reflect this state.
+ * available to the user, and will have no click action. The tile's icon will be
+ * tinted differently to reflect this state.
*/
public static final int STATE_UNAVAILABLE = 0;