Skip to content

Commit

Permalink
Remove baidu speech activity from Manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
solrex committed Dec 23, 2016
1 parent acae628 commit 0b0503e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@
<meta-data android:name="com.baidu.speech.API_KEY" android:value="@string/api_key"/>
<meta-data android:name="com.baidu.speech.SECRET_KEY" android:value="@string/secret_key"/>
<service android:name="com.baidu.speech.VoiceRecognitionService" android:exported="false" ></service>
<activity
android:name="com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog"
android:configChanges="orientation|keyboardHidden|screenLayout"
android:theme="@android:style/Theme.Dialog"
android:exported="false"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="com.baidu.action.RECOGNIZE_SPEECH" ></action>
<category android:name="android.intent.category.DEFAULT" ></category>
</intent-filter>
</activity>
<!-- end : baidu speech sdk-->

<activity android:name=".MainActivity"
Expand Down

0 comments on commit 0b0503e

Please sign in to comment.