Skip to content

Commit

Permalink
Merge pull request #2716 from dimagi/ccsessionIntentActionFix
Browse files Browse the repository at this point in the history
Use a fixed CC launch action for all CC build types
  • Loading branch information
shubham1g5 authored Sep 28, 2023
2 parents aafc7ee + 21f04ad commit 88185fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="${applicationId}.action.CommCareSession"/>
<action android:name="org.commcare.dalvik.action.CommCareSession"/>

<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
Expand Down

0 comments on commit 88185fd

Please sign in to comment.