aboutsummaryrefslogtreecommitdiff
path: root/app/src/debug/AndroidManifest.xml
blob: 92efdb0a7daf38edea034e4c531cd5b9ab1fb1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>