aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/nativegraphics/robo-manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/nativegraphics/robo-manifest.xml')
-rw-r--r--integration_tests/nativegraphics/robo-manifest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/integration_tests/nativegraphics/robo-manifest.xml b/integration_tests/nativegraphics/robo-manifest.xml
new file mode 100644
index 000000000..2efd092c1
--- /dev/null
+++ b/integration_tests/nativegraphics/robo-manifest.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--- Include all the namespaces we will ever need anywhere, because this is the source the manifest merger uses for namespaces -->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ package="org.robolectric.integrationtests.nativegraphics"
+ android:sharedUserId="android.uid.phone"
+ coreApp="true">
+ <application>
+ <activity
+ android:name="com.android.systemui.testing.screenshot.ScreenshotActivity"
+ android:exported="true">
+ </activity>
+ </application>
+</manifest>