Remove unneeded module
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
runtime_resource_overlay {
|
||||
name: "Lawnchair-QuickstepSwitcherOverlay",
|
||||
resource_dirs: ["res"],
|
||||
sdk_version: "current",
|
||||
product_specific: true,
|
||||
}
|
@@ -1,7 +0,0 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="xyz.paphonb.quickstepswitcher.overlay"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<overlay android:isStatic="true" android:priority="999" android:targetPackage="android"/>
|
||||
<application android:label="QuickSwitch Overlay"/>
|
||||
</manifest>
|
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||
<bool name="config_custom_swipe_up_gesture_setting_available">true</bool>
|
||||
</resources>
|
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<public type="bool" name="config_swipe_up_gesture_setting_available" id="0x7f020000" />
|
||||
<public type="bool" name="config_custom_swipe_up_gesture_setting_available" id="0x7f020001" />
|
||||
<public type="string" name="config_recentsComponentName" id="0x7f030000" />
|
||||
</resources>
|
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="config_recentsComponentName">app.lawnchair/com.android.quickstep.RecentsActivity</string>
|
||||
</resources>
|
Reference in New Issue
Block a user