mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 01:49:53 -04:00
34 lines
2.4 KiB
XML
34 lines
2.4 KiB
XML
![]() |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<manifest android:hardwareAccelerated="true" android:versionCode="30003" android:versionName="3.0.3" package="walljm.dynamicbible" xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true"/>
|
||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||
|
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
|
||
|
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTask" android:name="MainActivity" android:theme="@android:style/Theme.DeviceDefault.NoActionBar" android:windowSoftInputMode="adjustResize">
|
||
|
<intent-filter android:label="@string/launcher_name">
|
||
|
<action android:name="android.intent.action.MAIN"/>
|
||
|
<category android:name="android.intent.category.LAUNCHER"/>
|
||
|
</intent-filter>
|
||
|
<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="com.firebase.cordova"/>
|
||
|
</intent-filter>
|
||
|
<intent-filter android:autoVerify="true">
|
||
|
<action android:name="android.intent.action.VIEW"/>
|
||
|
<category android:name="android.intent.category.DEFAULT"/>
|
||
|
<category android:name="android.intent.category.BROWSABLE"/>
|
||
|
<data android:host="bhgx5.app.goo.gl/XktS" android:scheme="https"/>
|
||
|
</intent-filter>
|
||
|
<intent-filter android:autoVerify="true">
|
||
|
<action android:name="android.intent.action.VIEW"/>
|
||
|
<category android:name="android.intent.category.DEFAULT"/>
|
||
|
<category android:name="android.intent.category.BROWSABLE"/>
|
||
|
<data android:host="dynamicbible-7c6cf.firebaseapp.com" android:scheme="https" android:path="/__/auth/callback"/>
|
||
|
</intent-filter>
|
||
|
</activity>
|
||
|
</application>
|
||
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="25"/>
|
||
|
</manifest>
|