"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7323/twa/app/src/main/AndroidManifest.xml" (7 Jun 2023, 6155 Bytes) of package /linux/misc/jitsi-meet-7323.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <!--
    2     Copyright 2019 Google Inc. All Rights Reserved.
    3 
    4      Licensed under the Apache License, Version 2.0 (the "License");
    5      you may not use this file except in compliance with the License.
    6      You may obtain a copy of the License at
    7 
    8          http://www.apache.org/licenses/LICENSE-2.0
    9 
   10      Unless required by applicable law or agreed to in writing, software
   11      distributed under the License is distributed on an "AS IS" BASIS,
   12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   13      See the License for the specific language governing permissions and
   14      limitations under the License.
   15 -->
   16 
   17 <!-- The "package" attribute is rewritten by the Gradle build with the value of applicationId.
   18      It is still required here, as it is used to derive paths, for instance when referring
   19      to an Activity by ".MyActivity" instead of the full name. If more Activities are added to the
   20      application, the package attribute will need to reflect the correct path in order to use
   21      the abbreviated format. -->
   22 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
   23     package="org.jitsi.meet">
   24 
   25     
   26 
   27     
   28     <uses-feature android:name="org.chromium.arc" android:required="true" />
   29     
   30 
   31     <application
   32         android:name="Application"
   33         android:allowBackup="true"
   34         android:icon="@mipmap/ic_launcher"
   35         android:label="@string/appName"
   36         
   37         android:manageSpaceActivity="com.google.androidbrowserhelper.trusted.ManageDataLauncherActivity"
   38         
   39         android:supportsRtl="true"
   40         android:theme="@android:style/Theme.Translucent.NoTitleBar">
   41 
   42         <meta-data
   43             android:name="asset_statements"
   44             android:resource="@string/assetStatements" />
   45 
   46         
   47             <meta-data
   48                 android:name="web_manifest_url"
   49                 android:value="@string/webManifestUrl" />
   50         
   51 
   52         <meta-data
   53             android:name="twa_generator"
   54             android:value="@string/generatorApp" />
   55 
   56         
   57             <activity android:name="com.google.androidbrowserhelper.trusted.ManageDataLauncherActivity">
   58             <meta-data
   59                 android:name="android.support.customtabs.trusted.MANAGE_SPACE_URL"
   60                 android:value="@string/launchUrl" />
   61             </activity>
   62         
   63         
   64         <activity android:name="LauncherActivity"
   65             android:label="@string/launcherName">
   66             <meta-data android:name="android.support.customtabs.trusted.DEFAULT_URL"
   67                 android:value="@string/launchUrl" />
   68 
   69             <meta-data
   70                 android:name="android.support.customtabs.trusted.STATUS_BAR_COLOR"
   71                 android:resource="@color/colorPrimary" />
   72 
   73             <meta-data
   74                 android:name="android.support.customtabs.trusted.NAVIGATION_BAR_COLOR"
   75                 android:resource="@color/navigationColor" />
   76 
   77             <meta-data
   78                 android:name="android.support.customtabs.trusted.NAVIGATION_BAR_COLOR_DARK"
   79                 android:resource="@color/navigationColorDark" />
   80 
   81             <meta-data
   82                 android:name="androix.browser.trusted.NAVIGATION_BAR_DIVIDER_COLOR"
   83                 android:resource="@color/navigationDividerColor" />
   84 
   85             <meta-data
   86                 android:name="androix.browser.trusted.NAVIGATION_BAR_DIVIDER_COLOR_DARK"
   87                 android:resource="@color/navigationDividerColorDark" />
   88 
   89             <meta-data android:name="android.support.customtabs.trusted.SPLASH_IMAGE_DRAWABLE"
   90                 android:resource="@drawable/splash"/>
   91 
   92             <meta-data android:name="android.support.customtabs.trusted.SPLASH_SCREEN_BACKGROUND_COLOR"
   93                 android:resource="@color/backgroundColor"/>
   94 
   95             <meta-data android:name="android.support.customtabs.trusted.SPLASH_SCREEN_FADE_OUT_DURATION"
   96                 android:value="@integer/splashScreenFadeOutDuration"/>
   97 
   98             <meta-data android:name="android.support.customtabs.trusted.FILE_PROVIDER_AUTHORITY"
   99                 android:value="@string/providerAuthority"/>
  100 
  101             <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts" />
  102 
  103             <meta-data android:name="android.support.customtabs.trusted.FALLBACK_STRATEGY"
  104                 android:value="@string/fallbackType" />
  105 
  106             
  107             <intent-filter>
  108                 <action android:name="android.intent.action.MAIN" />
  109                 <category android:name="android.intent.category.LAUNCHER" />
  110             </intent-filter>
  111 
  112             <intent-filter android:autoVerify="true">
  113                 <action android:name="android.intent.action.VIEW"/>
  114                 <category android:name="android.intent.category.DEFAULT" />
  115                 <category android:name="android.intent.category.BROWSABLE"/>
  116                 <data android:scheme="https"
  117                     android:host="@string/hostName"/>
  118             </intent-filter>
  119         </activity>
  120 
  121         <activity android:name="com.google.androidbrowserhelper.trusted.FocusActivity" />
  122 
  123         <activity android:name="com.google.androidbrowserhelper.trusted.WebViewFallbackActivity"
  124             android:configChanges="orientation|screenSize" />
  125 
  126         <provider
  127             android:name="androidx.core.content.FileProvider"
  128             android:authorities="@string/providerAuthority"
  129             android:grantUriPermissions="true"
  130             android:exported="false">
  131             <meta-data
  132                 android:name="android.support.FILE_PROVIDER_PATHS"
  133                 android:resource="@xml/filepaths" />
  134         </provider>
  135 
  136         <service
  137             android:name="com.google.androidbrowserhelper.trusted.DelegationService"
  138             android:enabled="@bool/enableNotification"
  139             android:exported="@bool/enableNotification">
  140 
  141             
  142 
  143             <intent-filter>
  144                 <action android:name="android.support.customtabs.trusted.TRUSTED_WEB_ACTIVITY_SERVICE"/>
  145                 <category android:name="android.intent.category.DEFAULT"/>
  146             </intent-filter>
  147         </service>
  148 
  149         
  150     </application>
  151 </manifest>