Add SonarDiagnosticActivity to android

Summary:
Open the screen by running adb shell
am start -n com.facebook.samples.litho/com.facebook.sonar.android.diagnostics.SonarDiagnosticActivity

Reviewed By: danielbuechele

Differential Revision: D9150556

fbshipit-source-id: 534583cfa5e90af6fd0d2a50572e3763b8888da2
This commit is contained in:
John Knox
2018-08-07 09:42:06 -07:00
committed by Facebook Github Bot
parent d36518d1aa
commit 531a47535b
3 changed files with 73 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name="com.facebook.sonar.android.diagnostics.SonarDiagnosticActivity"
android:exported="true"/>
</application>
</manifest>