From 4e02e255d48eb468e6f9c96ffe8df0cb8d1c5fa8 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Fri, 20 Apr 2018 11:25:59 -0700 Subject: [PATCH] Document -n option on intent specification. Test: adb shell am|grep "\-n " Bug: 74618452 Change-Id: I5bc86abdd1ce244aa91c0f1110e525778c1da39a --- core/java/android/content/Intent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 206ed719a55b9..bad70650fcf75 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -6921,6 +6921,7 @@ public class Intent implements Parcelable, Cloneable { " specifications include these flags and arguments:", " [-a ] [-d ] [-t ]", " [-c [-c ] ...]", + " [-n ]", " [-e|--es ...]", " [--esn ...]", " [--ez ...]",