You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vector/src/main/AndroidManifest.xml#L16 - READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.
⚠️
vector/src/main/AndroidManifest.xml#L16 - READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.
⚠️
vector/src/main/AndroidManifest.xml#L195 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L195 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L210 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L210 - Attribute autoVerify is only used in API level 23 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L240 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L240 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L243 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L243 - Consider splitting data tag into multiple tags with individual attributes to avoid confusion
⚠️
vector/src/main/AndroidManifest.xml#L297 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️
vector/src/main/AndroidManifest.xml#L297 - Expecting android:screenOrientation="unspecified" or "fullSensor" for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices
⚠️
vector/src/main/AndroidManifest.xml#L297 - Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.
⚠️
vector/src/main/AndroidManifest.xml#L297 - Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.
⚠️
vector/src/main/AndroidManifest.xml#L306 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L306 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L313 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L313 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L319 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L319 - Attribute supportsPictureInPicture is only used in API level 24 and higher (current min is 21)
⚠️
vector/src/main/AndroidManifest.xml#L448 - Exported receiver does not require permission
⚠️
vector/src/main/AndroidManifest.xml#L448 - Exported receiver does not require permission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Content
Accept only root path on mobile.element.io link, to prevent Element Android to intercept link that are for Element X Android or Element Pro.
Note that the link must contain the path
/like this:Without it, i.e.:
Element Android will not handle the link and it will be opened in the browser.
Motivation and context
Ensure the targeted application open the link and not another one.
Screenshots / GIFs
NA
Tests
tools/tests/test_configuration_link.shelement.ioTested devices
Checklist