aboutsummaryrefslogtreecommitdiff
path: root/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authorYuutaW <17158086+trumeet@users.noreply.github.com>2019-05-18 09:17:52 -0700
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-05-18 09:17:52 -0700
commitbedce81f29d1d0e378725836b014e0ce0a521f69 (patch)
tree1812953518dc470714d8577d9c40272dc0d87e1a /app/src/debug/AndroidManifest.xml
parent1ae04c3850eb876c7f4d1956089741e747691b3a (diff)
downloadWorkMode-bedce81f29d1d0e378725836b014e0ce0a521f69.tar
WorkMode-bedce81f29d1d0e378725836b014e0ce0a521f69.tar.gz
WorkMode-bedce81f29d1d0e378725836b014e0ce0a521f69.tar.bz2
WorkMode-bedce81f29d1d0e378725836b014e0ce0a521f69.zip
fix(app): shrink & add MATCH_DISABLED_COMPONENTS flag & mark uninstalled apps as "unsafe" while loading the list
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
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