Skip to content

Commit 5e4721e

Browse files
Merge pull request #955 from StepicOrg/feature/APPS_3617_exam_redirect_fix
APPS-3614: Exam redirect fix
2 parents 20d5805 + d5fa455 commit 5e4721e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1717
<uses-permission android:name="com.android.vending.BILLING" />
1818

19+
<queries>
20+
<intent>
21+
<action android:name="android.intent.action.VIEW" />
22+
<category android:name="android.intent.category.BROWSABLE" />
23+
<data android:scheme="https" />
24+
</intent>
25+
</queries>
26+
1927
<application
2028
android:name=".base.App"
2129
android:allowBackup="false"

0 commit comments

Comments
 (0)