<?xml version="1.0" encoding="utf-8"?>
<manifest
	xmlns:android="http://schemas.android.com/apk/res/android"
	package="com.pas.abtahibo.parvaz"
	android:versionCode="6"
	android:versionName="1.0_parvaz"
	android:installLocation="internalOnly">
	
	<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>
	<supports-screens android:largeScreens="true" 
	    android:normalScreens="true" 
	    android:smallScreens="true" 
	    android:anyDensity="true"/>
	<uses-permission android:name="android.permission.INTERNET"/>
	<uses-permission android:name="android.permission.WAKE_LOCK"/>
	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
	<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
	<uses-permission android:name="android.permission.VIBRATE"/>
	<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
	<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
	<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
	<application
		android:name="androidx.multidex.MultiDexApplication"
		android:icon="@drawable/icon"
		android:label="پرواز روح"
		android:theme="@style/MyAppTheme"
		android:largeHeap="true"
		android:usesCleartextTraffic="true"
		android:requestLegacyExternalStorage="true">
		
		<meta-data 
		android:name="com.samsung.android.icon_container.has_icon_contaner" android:value="true"
		/>
		<provider
		  android:name="androidx.core.content.FileProvider"
		  android:authorities="com.pas.abtahibo.parvaz.provider"
		  android:exported="false"
		  android:grantUriPermissions="true">
		  <meta-data
		  android:name="android.support.FILE_PROVIDER_PATHS"
		  android:resource="@xml/provider_paths"/>
		  </provider>
		<activity android:name="main" 
		android:exported="true">
		</activity>
		<activity android:name="com.karumi.dexter.DexterActivity"
		android:theme="@style/Dexter.Internal.Theme.Transparent"/>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".main"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true"
			android:keepScreenOn="true">
			<intent-filter>
			   <action android:name="android.intent.action.MAIN" />
			   <category android:name="android.intent.category.LAUNCHER" />
			</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:pathPrefix="/appref" />
				<data android:pathPattern="/appref" />
			
			    <data android:scheme="https"/>
			    <data android:host="hasanabtahi.com"/>
			    <data android:scheme="http"/>
			    <data android:host="hasanabtahi.com"/>
			    <data android:scheme="https"/>
			    <data android:host="www.hasanabtahi.com"/>
			    <data android:scheme="http"/>
			    <data android:host="www.hasanabtahi.com"/>
			  	
				</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:pathPrefix="/appref" />
				<data android:pathPattern="/appref" />
			
			    <data android:scheme="hasanabtahi"/>
			    <data android:host="hasanabtahi.com"/>
			    <data android:scheme="hasanabtahi"/>
			    <data android:host="hasanabtahi"/>
			    <data android:scheme="hasanabtahi"/>
			    <data android:host="www.hasanabtahi.com"/>
			
				</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:pathPrefix="/appref" />
				<data android:pathPattern="/appref" />
			
			    <data android:scheme="https"/>
			    <data android:host="bookvahy.com"/>
			    <data android:scheme="http"/>
			    <data android:host="bookvahy.com"/>
			    <data android:scheme="https"/>
			    <data android:host="www.bookvahy.com"/>
			    <data android:scheme="http"/>
			    <data android:host="www.bookvahy.com"/>
			  	
				</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:pathPrefix="/appref" />
				<data android:pathPattern="/appref" />
			
			    <data android:scheme="bookvahy"/>
			    <data android:host="bookvahy.com"/>
			    <data android:scheme="bookvahy"/>
			    <data android:host="bookvahy"/>
			    <data android:scheme="bookvahy"/>
			    <data android:host="www.bookvahy.com"/>
			
				</intent-filter>
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".actbook"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".actapps"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".actguide"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".actnotific"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true">
		</activity>
		<service
			android:name=".myservice"
			android:exported="true"
			android:foregroundServiceType="mediaPlayback">
		</service>
		<receiver
			android:name=".myservice$myservice_BR"
			android:exported="true">
		</receiver>
		<service
			android:name=".playservicebook"
			android:exported="true"
			android:foregroundServiceType="mediaPlayback">
		</service>
		<receiver
			android:name=".playservicebook$playservicebook_BR"
			android:exported="true">
		</receiver>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".playsrds"
			android:label="پرواز روح"
			android:screenOrientation="sensorLandscape"
			android:exported="true"
			android:configChanges="orientation|screenSize|keyboardHidden">
		</activity>
		<service
			android:name=".starter"
			android:exported="true"
			android:foregroundServiceType="mediaPlayback">
		</service>
		<receiver
			android:name=".starter$starter_BR"
			android:exported="true">
		</receiver>
		<activity
			android:windowSoftInputMode="adjustResize|stateHidden"
			android:launchMode="singleTop"
			android:name=".support"
			android:label="پرواز روح"
			android:screenOrientation="portrait"
			android:exported="true">
		</activity>
	</application>
</manifest>