aboutsummaryrefslogtreecommitdiff
path: root/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/debug/AndroidManifest.xml')
-rw-r--r--app/src/debug/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..8e04c86
--- /dev/null
+++ b/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+ <application>
+ <activity
+ android:name=".Pattern"
+ android:exported="true"
+ android:theme="@style/Theme.Scrcpy.Fullscreen"/>
+ </application>
+</manifest>