PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-hbar/node_modules/expo/android/src/test

Просмотр файла: AndroidManifest.xml

<manifest package="expo.modules.appauth"
          xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools">
    <application>

        <!-- Fix unit test manifestMerger build error from expo -> autolinked expo-app-auth -> net.openid.appauth -->
        <activity
	    android:name="net.openid.appauth.RedirectUriReceiverActivity"
            android:exported="true" tools:node="replace">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="test" />
            </intent-filter>
        </activity>
    </application>
</manifest>

Выполнить команду


Для локальной разработки. Не используйте в интернете!