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, 0 insertions, 12 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
deleted file mode 100644
index 92efdb0..0000000
--- a/app/src/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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