mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-15 09:52:01 +02:00
16 lines
509 B
XML
16 lines
509 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
~ SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<queries>
|
|
<intent>
|
|
<action android:name="android.intent.action.VIEW" />
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
<data android:scheme="https" />
|
|
</intent>
|
|
</queries>
|
|
</manifest>
|