Skip to content
Snippets Groups Projects

QDS-11466 Add designviewer.qt.io domain intent

Merged Burak Hançerli requested to merge QDS-11466/direct-download-via-qr into master
2 files
+ 13
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,14 +14,20 @@
@@ -14,14 +14,20 @@
android:label="Qt UI Viewer" android:launchMode="singleTask"
android:label="Qt UI Viewer" android:launchMode="singleTask"
android:screenOrientation="unspecified" android:exported="true">
android:screenOrientation="unspecified" android:exported="true">
<intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</intent-filter>
<intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="qtdesignviewer"/>
<data android:scheme="qtdesignviewer" />
 
</intent-filter>
 
<intent-filter>
 
<action android:name="android.intent.action.VIEW" />
 
<category android:name="android.intent.category.BROWSABLE" />
 
<category android:name="android.intent.category.DEFAULT" />
 
<data android:host="designviewer.qt.io" android:scheme="https" />
</intent-filter>
</intent-filter>
<meta-data android:name="android.app.lib_name" android:value="-- %%INSERT_APP_LIB_NAME%% --"/>
<meta-data android:name="android.app.lib_name" android:value="-- %%INSERT_APP_LIB_NAME%% --"/>
<meta-data android:name="android.app.arguments" android:value="-- %%INSERT_APP_ARGUMENTS%% --"/>
<meta-data android:name="android.app.arguments" android:value="-- %%INSERT_APP_ARGUMENTS%% --"/>
Loading