Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 329c6aed authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got

a more robust solution instead.
parent 2db939bd
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -137325,17 +137325,6 @@
 visibility="public"
>
</field>
<field name="ACTION_VOICE_SEARCH_SETTINGS"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.speech.action.VOICE_SEARCH_SETTINGS&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="ACTION_WEB_SEARCH"
 type="java.lang.String"
 transient="false"
+0 −6
Original line number Diff line number Diff line
@@ -208,10 +208,4 @@ public class RecognizerIntent {
     * an activity result. In a PendingIntent, the lack of this extra indicates failure.
     */
    public static final String EXTRA_RESULTS = "android.speech.extra.RESULTS";
    
    /**
     * Triggers the voice search settings activity.
     */
    public static final String ACTION_VOICE_SEARCH_SETTINGS =
            "android.speech.action.VOICE_SEARCH_SETTINGS";
}