Skip to content

Browser signature hashes #1900

Closed Answered by opt05
opt05 asked this question in Q&A
Discussion options

You must be logged in to vote

I reached out to Microsoft directly and found the information and I'll put it here for others that cannot find it.

  1. Clone this repo
  2. Open this repo in Android Studio and wait for gradle to finish syncing
  3. Navigate to the package-inspector directory and add/modify the following files:
    a. AndroidManifest.xml - add the following lines:
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.microsoft.inspector">
        <permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
        ...
        <queries>
            <intent>
                <action android:name="android.intent.action.MAIN"/>
            </intent>
        </queries>
    </manifest>
    

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by opt05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant