|
|
|
@ -342,12 +342,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
<activity
|
|
|
|
android:name=".voice.VoiceCommandActivity"
|
|
|
|
android:name=".voice.VoiceCommandActivity"
|
|
|
|
android:theme="@style/TranslucentDialog">
|
|
|
|
android:theme="@style/TranslucentDialog"
|
|
|
|
|
|
|
|
android:taskAffinity=""
|
|
|
|
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
|
|
|
|
android:permission="com.google.android.gm.permission.AUTO_SEND">
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.google.android.gm.action.AUTO_SEND"/>
|
|
|
|
<action android:name="com.google.android.gm.action.AUTO_SEND"/>
|
|
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="text/plain"/>
|
|
|
|
<category android:name="com.google.android.voicesearch.SELF_NOTE" />
|
|
|
|
|
|
|
|
<data android:mimeType="*/*"/>
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
|
|
|