Additional test activities
Summary: Some activities for testing the UI debugger Reviewed By: lblasa Differential Revision: D39208140 fbshipit-source-id: a6fcc1f082df5dc61f72019f92a6307d0e90176e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
41068d1c90
commit
0426966b14
@@ -51,6 +51,24 @@
|
||||
<data android:scheme="flipper" android:host="layout_test_activity" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".ListActivity"
|
||||
android:exported="true">
|
||||
<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="list_activity" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".AnimationsActivity"
|
||||
android:exported="true">
|
||||
<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="animations_activity" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".FragmentTestActivity"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user