From c4db5cae4f7ae86fb02fc861bfdfca41ef1729ac Mon Sep 17 00:00:00 2001 From: Kenny Guy Date: Thu, 21 Sep 2017 11:40:44 +0100 Subject: [PATCH] Fix typo in Settings.BOOT_COUNT Change-Id: Idc274d55e4c26584288455f8087776d0a8b930e5 Test: make docs --- core/java/android/provider/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index a5c55ba74a70..3c3e466bebb6 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10200,7 +10200,7 @@ public final class Settings { "allow_user_switching_when_system_user_locked"; /** - * Boot count since the device starts running APK level 24. + * Boot count since the device starts running API level 24. *

* Type: int */ -- 2.11.0