Add debug page in Settings

Bug: 244122804
Test: manually build SettingsGoogle
Change-Id: I4853e17028dfe0eed4342b4691962b508bc87357
This commit is contained in:
Zekan Qian
2022-09-13 17:53:53 +08:00
parent 78a7639567
commit eaa0ca22e7
2 changed files with 27 additions and 0 deletions

View File

@@ -4589,6 +4589,11 @@
android:exported="false">
</activity>
<activity
android:name="com.android.settings.spa.SpaDebugActivity"
android:exported="false">
</activity>
<!-- This is the longest AndroidManifest.xml ever. -->
</application>
</manifest>