Skip to content

Commit

Permalink
fixed path in xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenpin committed Dec 24, 2023
1 parent 3f63902 commit 26c032e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ captures/
*.apk
app/release/*
*.hprof
*/**.DS_Store
6 changes: 3 additions & 3 deletions app/src/main/res/xml/assist_service.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<voice-interaction-service xmlns:android="http://schemas.android.com/apk/res/android"
android:recognitionService="com.tomer.screenshotsharer.AssistLoggerService"
android:sessionService="com.tomer.screenshotsharer.AssistLoggerSessionService"
android:settingsActivity="com.tomer.screenshotsharer.MainActivity"
android:recognitionService="com.tomer.screenshotsharer.assist.AssistLoggerService"
android:sessionService="com.tomer.screenshotsharer.assist.AssistLoggerSessionService"
android:settingsActivity="com.tomer.screenshotsharer.ui.activities.MainActivity"
android:supportsAssist="true" />

0 comments on commit 26c032e

Please sign in to comment.