Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Ear recognition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Boston University
Ear recognition
Commits
c41eeb91
Commit
c41eeb91
authored
Oct 08, 2015
by
Josejulio Martínez Magaña
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes the call to CommCare, adding the form-id into the Workflow Intent call.
parent
baa2b02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SelectUserActivity.java
...aluxoft/earrecognition/activities/SelectUserActivity.java
+1
-1
No files found.
app/src/main/java/com/aluxoft/earrecognition/activities/SelectUserActivity.java
View file @
c41eeb91
...
...
@@ -36,7 +36,7 @@ public class SelectUserActivity extends Activity {
@Override
public
void
onClick
(
View
v
)
{
Intent
i
=
new
Intent
(
"org.commcare.dalvik.action.CommCareSession"
);
String
sssd
=
"COMMAND_ID"
+
" "
+
"root"
;
String
sssd
=
"COMMAND_ID"
+
" "
+
"root"
+
" "
+
"COMMAND_ID"
+
" "
+
"m0-f0"
;
i
.
putExtra
(
"ccodk_session_request"
,
sssd
);
SelectUserActivity
.
this
.
startActivity
(
i
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment