Skip to content

Commit

Permalink
test: odk collect opening from mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Jul 21, 2023
1 parent 087543a commit c3af9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const TasksComponent = ({ type, task, defaultTheme }) => {
<CoreModules.Button variant="contained"
color="error"
onClick={() => {
document.location.href = 'intent:#Intent;scheme=app;package=org.odk.collect.android;end;';
document.location.href = 'intent:#Intent;scheme=content;package=org.odk.collect.android.provider.odk.forms/forms;end;';
}}>Go To ODK</CoreModules.Button>
<CoreModules.Stack
width={40}
Expand Down

0 comments on commit c3af9e7

Please sign in to comment.