2018-09-19 02:10:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-09-14 00:21:51 +00:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-09-19 02:10:00 +00:00
|
|
|
package="com.pichillilorenzo.flutter_inappbrowser">
|
2018-09-14 00:21:51 +00:00
|
|
|
|
2018-09-19 02:10:00 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2018-09-14 00:21:51 +00:00
|
|
|
|
2018-09-25 01:26:31 +00:00
|
|
|
<application>
|
|
|
|
<activity android:theme="@style/AppTheme" android:name=".WebViewActivity" android:configChanges="orientation|screenSize"></activity>
|
|
|
|
<activity android:theme="@style/ThemeTransparent" android:name=".chrome_custom_tabs.ChromeCustomTabsActivity" android:configChanges="orientation|screenSize"></activity>
|
2018-09-19 02:10:00 +00:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|