Merge pull request #21 from Backdraft007/patch-1

Added android:exported
This commit is contained in:
Igor Kulikov
2022-08-12 13:56:38 +03:00
committed by GitHub

View File

@@ -17,6 +17,7 @@
android:icon="@mipmap/launcher_icon"> android:icon="@mipmap/launcher_icon">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/LaunchTheme" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
@@ -45,7 +46,9 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".TbWebCallbackActivity" > <activity
android:name=".TbWebCallbackActivity"
android:exported="true" >
<intent-filter android:label="tb_web_auth"> <intent-filter android:label="tb_web_auth">
<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" />