Rename SonarDiagnosticActivity to FlipperDiagnosticActivity
Summary: Per title. Reviewed By: danielbuechele Differential Revision: D9966619 fbshipit-source-id: 52934813903f1d48c1ee35938848320b54a50a0f
This commit is contained in:
committed by
Facebook Github Bot
parent
ab4f4ed02b
commit
8780cff8ca
@@ -33,7 +33,7 @@ Add the following permissions to your AndroidManifest.xml. The SDK needs these t
|
||||
It's recommended that you add the following activity to the manifest too, which can help diagnose integration issues and other problems:
|
||||
|
||||
```xml
|
||||
<activity android:name="com.facebook.sonar.android.diagnostics.SonarDiagnosticActivity"
|
||||
<activity android:name="com.facebook.sonar.android.diagnostics.FlipperDiagnosticActivity"
|
||||
android:exported="true"/>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user