Loading packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/DebugActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ private const val PARAM_NAME_ENTRY_ID = "eid" /** * The Debug Activity to display all Spa Pages & Entries. * 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 */ class DebugActivity : ComponentActivity() { Loading Loading
packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/DebugActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ private const val PARAM_NAME_ENTRY_ID = "eid" /** * The Debug Activity to display all Spa Pages & Entries. * 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 */ class DebugActivity : ComponentActivity() { Loading