(client) Add Another Activity to Sample App to Test The Functionality
Summary: - add another activity where there are two component overlapping each other Reviewed By: mweststrate Differential Revision: D21040425 fbshipit-source-id: 5514b59140bbf6b726e6777191e1808be5ac5b6f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f06dc46c06
commit
d7172df082
@@ -39,6 +39,14 @@
|
||||
<data android:scheme="flipper" android:host="deep_link_activity" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".LayoutTestActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="flipper" android:host="layout_test_activity" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity"
|
||||
android:exported="true"/>
|
||||
<activity android:name="com.facebook.flipper.connectivitytest.ConnectionTestActivity"
|
||||
|
||||
Reference in New Issue
Block a user