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-19 02:10:00 +00:00
|
|
|
<application
|
2018-09-20 00:48:24 +00:00
|
|
|
android:theme="@style/AppTheme" >
|
|
|
|
<activity android:name=".WebViewActivity" android:configChanges="orientation|screenSize"></activity>
|
2018-09-19 02:10:00 +00:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|