Skip to content

Commit

Permalink
Voice Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossama98 committed May 3, 2020
1 parent 03fff07 commit 628a0e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AndroidApp/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<application
android:allowBackup="true"
android:icon="@mipmap/uni_logo"
Expand All @@ -18,6 +19,9 @@

<activity
android:name=".vue.activity.MainActivity" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable"/>
</activity>
Expand Down

0 comments on commit 628a0e5

Please sign in to comment.