summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c0d924040..617d5c7de 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -457,6 +457,12 @@
</intent-filter>
</activity>
+ <activity android:name=".test.FragmentTestActivity">
+ <intent-filter>
+ <category android:name="android.intent.category.TEST" />
+ </intent-filter>
+ </activity>
+
<!-- Stub service used to keep our process alive long enough for
background threads to finish their operations. -->
<service