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.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..92efdb0
--- /dev/null
+++ b/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android">
+ <application tools:ignore="GoogleAppIndexingWarning">
+ <activity android:name="moe.yuuta.workmode.debug.DebugActivity"
+ android:label="Debugging" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+</manifest> \ No newline at end of file