Merge "Docs: Update CTS Verifier install to grant all permissions"
diff --git a/src/compatibility/cts/verifier.jd b/src/compatibility/cts/verifier.jd
index 25e0a54..128342d 100644
--- a/src/compatibility/cts/verifier.jd
+++ b/src/compatibility/cts/verifier.jd
@@ -45,7 +45,7 @@
 href="{@docRoot}compatibility/downloads.html">CTS Verifier.apk</a> for the
 version of Android under test.
   <li>Install CTS Verifier.apk to the <em>Device Under Test</em> (DUT). <br>
-    <code>adb install -r CtsVerifier.apk</code>
+    <code>adb install -r -g CtsVerifier.apk</code>
   <li>Ensure that the device has its system data and time set correctly.
 </ul>
 <h2 id=cts_test_procedure>CTS Verifier test procedure</h2>