Skip to content

Commit

Permalink
Revert "Open deep link on dev android app (#7)"
Browse files Browse the repository at this point in the history
This reverts commit af61ef2.
  • Loading branch information
Slipn3r committed Dec 28, 2022
1 parent dac0986 commit 0529083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h1>Flipper Key</h1>
const playLink = storelinks.android + '&url=' + keyUrlEncoded
const playLinkEncoded = encodeURIComponent(playLink)

const url = 'intent:open?' + keyUrlEncoded + '#Intent;S.browser_fallback_url=' + playLinkEncoded + ';scheme=flipperkey;package=com.flipperdevices.app;package=com.flipperdevices.app.dev;action=android.intent.action.VIEW;B.branch_intent=true;end;'
const url = 'intent:open?' + keyUrlEncoded + '#Intent;S.browser_fallback_url=' + playLinkEncoded + ';scheme=flipperkey;package=com.flipperdevices.app;action=android.intent.action.VIEW;B.branch_intent=true;end;'
document.querySelector('#open').href = url
} else {
document.querySelector('#open').innerText = 'Download'
Expand Down

0 comments on commit 0529083

Please sign in to comment.