Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42f7284e authored by Yilin Cai's avatar Yilin Cai
Browse files

Fix the debug activity command example.

Test: local build
Change-Id: Ib7044773a6d42bfd7272837bab0d6b5f54d190bd
parent d94e560a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ private const val PARAM_NAME_ENTRY_ID = "eid"
/**
/**
 * The Debug Activity to display all Spa Pages & Entries.
 * The Debug Activity to display all Spa Pages & Entries.
 * One can open the debug activity by:
 * One can open the debug activity by:
 *   $ adb shell am start -n <Package>/com.android.settingslib.spa.framework.debug.DebugActivity
 *   $ adb shell am start -n <Package>/com.android.settingslib.spa.debug.DebugActivity
 * For gallery, Package = com.android.settingslib.spa.gallery
 * For gallery, Package = com.android.settingslib.spa.gallery
 */
 */
class DebugActivity : ComponentActivity() {
class DebugActivity : ComponentActivity() {