summaryrefslogtreecommitdiffstats
path: root/tests/GridLayoutTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GridLayoutTest/AndroidManifest.xml')
-rw-r--r--tests/GridLayoutTest/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/GridLayoutTest/AndroidManifest.xml b/tests/GridLayoutTest/AndroidManifest.xml
index 141e8fa..677220d 100644
--- a/tests/GridLayoutTest/AndroidManifest.xml
+++ b/tests/GridLayoutTest/AndroidManifest.xml
@@ -83,6 +83,13 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
+
+ <activity android:name="LayoutInsetsTest" android:label="LayoutInsetsTest">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
+ </intent-filter>
+ </activity>
</application>