how can i launch sharepoint URL in edge browser directly from android app via intent.

M, Vishnu (Cognizant) 0 Reputation points
2024-04-22T13:56:03.7633333+00:00

As per the requirement from client they need to launch the sharepoint url inside edge browser directly from android app.

they are suggesting to use this.

"microsoft-edge:http://www.yoursharepointsite.com"

but i could see that this will not work for android.

could you please share any way to implement this on android side ?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,144 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
238 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. xenia 391 Reputation points
    2024-04-23T02:23:53.1733333+00:00

    @M, Vishnu (Cognizant) Please try to make Edge browser as default browser on Android for managed apps. For more details, please refer to the following link:

    https://eskonr.com/2019/03/how-to-make-edge-browser-as-default-browser-on-mobile-os-for-managed-apps/#:~:text=Steps%3A%201%201.%20Login%20to%20Portal.azure.com%20and%20browse,ADD%20to%20create%20one%20for%20edge%20browser%20.

    0 comments No comments

  2. ZhoumingDuan-MSFT 8,060 Reputation points Microsoft Vendor
    2024-04-23T03:07:50.7966667+00:00

    @M, Vishnu (Cognizant), Thanks for posting in Q&A.

    For your question, could you help you confirm that if you mean "set edge as default broswer via Intune"? If yes, based on my researching,we can set Edge as the default browser by setting "com.microsoft.intune.useEdge" as true.

    https://theitblog.co.uk/docs/android-set-edge-as-default-browser/

    Non-official, just for reference.

    Hope it can be helpful.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. ShiJieLi-MSFT 7,471 Reputation points Microsoft Vendor
    2024-04-24T07:29:21.5933333+00:00

    Hi @M, Vishnu (Cognizant),

    microsoft-edge: protocol is not supported on non-windows platforms, so please remove the protocol and only use https or http on Android. You may need to contact your provider on this.

    If the microsoft-edge: protocol is needed elsewhere, just give it something like if...else statement to select the correct URL.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li