diff --git a/quickstep/src/com/android/quickstep/LauncherSearchIndexablesProvider.java b/quickstep/src/com/android/quickstep/LauncherSearchIndexablesProvider.java
index f5e1f6ec56..5d6fbe2ca6 100644
--- a/quickstep/src/com/android/quickstep/LauncherSearchIndexablesProvider.java
+++ b/quickstep/src/com/android/quickstep/LauncherSearchIndexablesProvider.java
@@ -29,7 +29,6 @@ import android.provider.SearchIndexablesProvider;
import android.util.Xml;
import com.android.launcher3.R;
-import com.android.launcher3.graphics.IconShapeOverride;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
@@ -88,8 +87,6 @@ public class LauncherSearchIndexablesProvider extends SearchIndexablesProvider {
} catch (IOException |XmlPullParserException e) {
throw new RuntimeException(e);
}
- } else if (!IconShapeOverride.isSupported(getContext())) {
- cursor.addRow(new String[] {IconShapeOverride.KEY_PREFERENCE});
}
return cursor;
}
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3f01278760..b1eff24578 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -205,23 +205,23 @@
For new apps
-
- Change icon shape
-
- on Home screen
-
- Use system default
-
- Square
-
- Squircle
-
- Circle
-
- Teardrop
+
+ Change icon shape
+
+ on Home screen
+
+ Use system default
+
+ Square
+
+ Squircle
+
+ Circle
+
+ Teardrop
-
- Applying icon shape changes
+
+ Applying icon shape changes
Unknown
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index be3cb0e28f..7e7220813a 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -44,15 +44,6 @@
android:defaultValue="@bool/allow_rotation"
android:persistent="true" />
-
-