Skip to content

Conversation

@Ayyanchira
Copy link
Member

@Ayyanchira Ayyanchira commented Jan 22, 2026

🔹 Jira Ticket(s) if any

✏️ Description

Implements Deeplinking to invoke app from outside and invoking sdk's handler methods

Implements Deeplinking to invoke app from outside and invoking sdk's handler methods
}

private fun handleIntent(intent: Intent) {
Log.d(TAG, "handleIntent: action=${intent.action}, data=${intent.data}")

Check failure

Code scanning / CodeQL

Log Injection High test

This log entry depends on a
user-provided value
.
Copy link
Member Author

@Ayyanchira Ayyanchira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initial pass given. Tested locally and verified working. Now checking on CI

Comment on lines +49 to +54
private lateinit var tvHeader: TextView
private lateinit var tvUrl: TextView
private lateinit var tvPath: TextView
private lateinit var tvHost: TextView
private lateinit var tvScheme: TextView
private lateinit var tvStatus: TextView
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why there is a tv prefix

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how autoverify doesnt check existence of assetlinks and could still open the app during testing. Perhaps not having other apps contesting for it is the reason

@Ayyanchira
Copy link
Member Author

Deeplink.BCIT.on.Android.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants