summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorherriojr <jherriott@cyngn.com>2015-09-18 14:31:38 -0700
committerherriojr <jherriott@cyngn.com>2015-09-18 14:31:38 -0700
commitd36909b97301cb675b53d814d9894d110f255886 (patch)
treefe1f11d9dd472ceac70bad11b01569fd18987e1f /overlay
parentc815f700e07357a6b8c3977f93fcd676ace8110d (diff)
downloadvendor_replicant-d36909b97301cb675b53d814d9894d110f255886.zip
vendor_replicant-d36909b97301cb675b53d814d9894d110f255886.tar.gz
vendor_replicant-d36909b97301cb675b53d814d9894d110f255886.tar.bz2
Removes Empty String For Resolver
This removes the empty string here since it was overwriting anything declared in our usual places for. Change-Id: Ia46cc45938dfaa9a66014bfdbe8c3fd097298742
Diffstat (limited to 'overlay')
-rw-r--r--overlay/common/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 85f72dd..b33887a 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -74,7 +74,4 @@
<item>org.cyanogenmod.platform.internal.CMHardwareService</item>
<item>org.cyanogenmod.platform.internal.AppSuggestManagerService</item>
</string-array>
-
- <!-- Enable custom resolver, so we can supply suggestions if nothing can handle the intent -->
- <string name="config_customResolverActivity"></string>
</resources>