AndroidManifest.xml

 
      
      <?xml version="1.0" encoding="utf-8"?>
<manifest package="com.yctpublication.mastes" platformBuildVersionCode="27" platformBuildVersionName="8.1.0" android:versionCode="19" android:versionName="1.18" android:compileSdkVersion="33" android:compileSdkVersionCodename="13"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="25" android:targetSdkVersion="27" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <queries>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:mimeType="*/*" android:scheme="*" />
        </intent>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:mimeType="*/*" android:scheme="upi" android:host="pay" />
        </intent>
        <intent>
            <action android:name="android.intent.action.MAIN" />
        </intent>
        <intent>
            <action android:name="android.intent.action.SEND" />
            <data android:mimeType="*/*" />
        </intent>
    </queries>
    <uses-feature android:glEsVersion="0x00020000" android:required="true" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <application android:theme="@style/AppTheme.NoActionBar" android:label="1 YCT Books" android:icon="@ac/__launcher_icon" android:exported="true" android:testOnly="false" android:allowBackup="true" android:supportsRtl="true" android:extractNativeLibs="false" android:usesCleartextTraffic="true" android:networkSecurityConfig="@ac/__network_security_config" android:roundIcon="@ac/__launcher_icon" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <activity android:name="com.yctpublication.mastes.userlibrary.DownloadFilesListActivity" android:exported="false">
            <meta-data android:name="android.app.lib_name" android:value="" />
        </activity>
        <activity android:name="com.yctpublication.mastes.ebook.SeeReviewActivity" android:exported="false" />
        <activity android:name="com.yctpublication.mastes.categories.UpcomingCategoriesOfeBookActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.userlibrary.LibraryTypeListActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.userlibrary.UserLibraryAddedActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.refrralcode.ReferralCodeActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.dailynews.DailyNewsDetailsActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.dailynews.DailyNewsActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.dailyquiz.DailyQuizesDetailsActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.dailyquiz.DailyQuizActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.ebook.ReadBookDemoActivtiy" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.masterevooktestquiz.MasterEbookTestQuizwithSubCatActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.home.CategoryFilterWiseActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.ebook.ReadBookPdfActivity" android:exported="true" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:name="com.yctpublication.mastes.ebook.EbookChapterActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.categories.CategoriesOfeBooks" android:exported="true" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.yctpublication.mastes.activities.MasterCategoryDetails" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.ebook.EbookDetailActivity" android:exported="true">
            <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="https" android:host="yctbooks.com" android:pathPrefix="/ebook" />
            </intent-filter>
        </activity>
        <activity android:name="com.yctpublication.mastes.quiz.IssueActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.quiz.ReportActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.quiz.QuestionsActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.quiz.SubChapterActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.quiz.ChaptersActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.quiz.SubjectActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.test.TestCategoryActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.test.AllTestActivity" android:exported="true" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.yctpublication.mastes.ebook.EbookActivity" android:exported="true" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.yctpublication.mastes.quiz.QuizzesActivity" android:exported="true" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.yctpublication.mastes.purchase.UnlockActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.activities.PrivacyPolicyActivity" android:exported="true" />
        <activity android:name="com.yctpublication.mastes.solution.SolutionActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:name="com.yctpublication.mastes.purchase.CheckoutActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_reset_password" android:name="com.yctpublication.mastes.auth.ResetPasswordActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:name="com.yctpublication.mastes.auth.OTPActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_forgot_password" android:name="com.yctpublication.mastes.auth.ForgetPasswordActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_result" android:name="com.yctpublication.mastes.result.ResultActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_purchase" android:name="com.yctpublication.mastes.purchase.PurchaseActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_test" android:name="com.yctpublication.mastes.test.TestActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_declaration" android:name="com.yctpublication.mastes.test.DeclarationActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_instruction" android:name="com.yctpublication.mastes.test.InstructionActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_activity_settings" android:name="com.yctpublication.mastes.activities.SettingsActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_contact" android:name="com.yctpublication.mastes.activities.ContactActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_profile" android:name="com.yctpublication.mastes.activities.ProfileActivity" android:exported="true" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.yctpublication.mastes.auth.RegisterActivity" android:exported="true" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/AppTheme.NoActionBar" android:name="com.yctpublication.mastes.auth.LoginActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:label="@string/title_toolbar_notification" android:name="com.yctpublication.mastes.activities.NotificationActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:name="com.yctpublication.mastes.activities.LanguageActivity" android:exported="true" android:screenOrientation="portrait" />
        <activity android:theme="@style/SplashTheme" android:label="1 YCT Books" android:icon="@ac/__launcher_icon" android:name="com.yctpublication.mastes.activities.SplashActivity" android:exported="true" android:screenOrientation="portrait" android:roundIcon="@ac/__launcher_icon">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:label="@string/app_name" android:name="com.yctpublication.mastes.activities.MainActivity" android:exported="true" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden">
            <intent-filter>
                <action android:name="OPEN_VIEW_ARTICLE_ACTIVITY" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <service android:name="com.yctpublication.mastes.notificationPack.MyFireBaseMessagingService" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <provider android:name="com.squareup.picasso.PicassoProvider" android:exported="false" android:authorities="com.yctpublication.mastes.com.squareup.picasso" />
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <receiver android:name="com.razorpay.RzpTokenReceiver" android:exported="false">
            <intent-filter>
                <action android:name="rzp.device_token.share" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/CheckoutTheme" android:name="com.razorpay.CheckoutActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <data android:scheme="io.rzp" android:host="rzp.io" />
            </intent-filter>
        </activity>
        <meta-data android:name="com.razorpay.plugin.googlepay_all" android:value="com.razorpay.RzpGpayMerged" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true" />
        <service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.GenericIdpActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
            <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="genericidp" android:host="firebase.auth" android:path="/" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.RecaptchaActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
            <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="recaptcha" android:host="firebase.auth" android:path="/" />
            </intent-filter>
        </activity>
        <service android:name="com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.auth.api.gms.service.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.yctpublication.mastes.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.yctpublication.mastes.lifecycle-process" />
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
        </service>
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
        <activity android:theme="@style/AppTheme" android:name="com.paytm.pgsdk.PaytmPGActivity" android:screenOrientation="portrait" />
        <service android:name="com.paytm.pgsdk.IntentServicePostNotification" android:exported="false" />
        <service android:name="com.paytm.pgsdk.IntentServicePreNotification" android:exported="false" />
        <service android:name="com.paytm.pgsdk.easypay.utils.EasypayLoaderService" android:enabled="true" android:exported="true" />
        <service android:name="com.paytm.pgsdk.easypay.utils.AnalyticsService" android:enabled="true" android:exported="true" />
        <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" />
        <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK" />
        <meta-data android:name="com.applisto.appcloner.cloningMode" android:value="DEFAULT" />
        <meta-data android:name="com.applisto.appcloner.name" android:value="1 YCT Books" />
        <meta-data android:name="com.applisto.appcloner.originalName" android:value="YCT Books" />
        <meta-data android:name="com.applisto.appcloner.originalPackageName" android:value="Y29tLnljdHB1YmxpY2F0aW9uLm1hc3Rlcg==" />
        <meta-data android:name="com.applisto.appcloner.cloneNumber" android:value="1" />
        <meta-data android:name="com.applisto.appcloner.cloneSource" android:value="installed_app" />
        <meta-data android:name="com.applisto.appcloner.cloneTimestamp" android:value="\ 1685563310662" />
        <meta-data android:name="com.applisto.appcloner.cloneBuildSerial" android:value="76d2c9c9c6dac859" />
        <meta-data android:name="com.applisto.appcloner.cloneBuildManufacturer" android:value="realme" />
        <meta-data android:name="com.applisto.appcloner.cloneBuildModel" android:value="RMX2001" />
        <meta-data android:name="com.applisto.appcloner.clonePremiumVersion" android:value="true" />
        <meta-data android:name="com.applisto.appcloner.forceDeviceLock" android:value="false" />
        <meta-data android:name="com.applisto.appcloner.runtimeModdingOptions" android:value="false" />
        <meta-data android:name="com.applisto.appcloner.bundleOriginalApp" android:value="false" />
        <meta-data android:name="com.applisto.appcloner.newIdentity" android:value="false" />
        <meta-data android:name="com.applisto.appcloner.versionCode" android:value="19" />
        <meta-data android:name="com.applisto.appcloner.versionName" android:value="1.18" />
        <meta-data android:name="com.applisto.appcloner.appClonerPackageName" android:value="com.applisto.appcloner" />
        <meta-data android:name="com.applisto.appcloner.appClonerVersionName" android:value="2.13.1" />
        <meta-data android:name="com.applisto.appcloner.appClonerVersionCode" android:value="21050323" />
        <meta-data android:name="com.applisto.appcloner.appClonerClassesVersionCode" android:value="20190829" />
        <meta-data android:name="com.applisto.appcloner.originalSignatures" android:value="AQAAABwAAABhAG4AZAByAG8AaQBkAC4AYwBvAG4AdABlAG4AdAAuAHAAbQAuAFMAaQBnAG4AYQB0AHUAcgBlAAAAAACNBQAAMIIFiTCCA3GgAwIBAgIVAJPJXWOTivYyFBg7GK971gNT/G2xMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAgFw0yMTExMjgxODEyMzdaGA8yMDUxMTEyODE4MTIzN1owdDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC0dvb2dsZSBJbmMuMRAwDgYDVQQLEwdBbmRyb2lkMRAwDgYDVQQDEwdBbmRyb2lkMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmoxRV2WwCrfl81dLwaxHAk/Gx4ITomTJePnR43UF2U2fO7rVS9xU8CUeHZpKXq/aaFm+juQvaNUc2BdvwUVQfQAtEeAwnRwKaSy3oHF5jHg4K1RicaYLn5UZB8evf9YiFXfsbOzzYMcR0PJc77PEleG1OG5TmQAoBEcSCrGYOVepup8IWRtsotUoDNLihNtKz9xqoRJkASBp5d93bLYW4/YX/9r3thnHjPDEehDJqJOfTbzkzk+EpHUjZyi8rN5imgxNocCZrtDdJ7MiMYg+TlWGRTBGZ1iHEEv5GtsbgsYKWxVRpCyNFlXHtOQLqkVMSYs+3Q83z3dwnobm5lryByYsyCMLs8DmsyhQph+2t0D/puwOAIZvQxUiMXv89r9+H9lOhWEy/GEZQtCaAevdM1fhZ7/mM9JsSrSR4OP+IIIU9PbbdQta79Q46jpqTyiBESZCFXONAZRUnX5pmmwDStF/pKu34kMo+rz6u1fwr8nUUduZ2Ws0WFTo6eceDIz/hJEpR/nKycZ8U6zJA8yr0bmiBBWug71LK/eHdAl27dMxceJKELrmGCY18uZ7OktH40o8xMDIuJoRoOOdh3uawK9n6+FdfROFOgj1XR7qYWSFRBfgrLfaQBmh86eLuMhwyrIRn4uEwCrSTHEg82GOzWma4TlTpYU4QESbfsJ0J7kCAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAB+d5dCn+b/4C1L3cGtdHl0GDxFQ+JSJK65gQPo7a4HXbuvFkQ+wurNmNFbYmxBRIMIhUy8HVPS70QmSsc1qdOfsiQf1tc7C9It21TvHR1+0wOI0TmF1UDdmoZUITHF+8l75Ox+QLBofWGwosl9wOEw/IwuA60D15fGa1dig1yctbVCclv046BkP4Shf4qgD1nkhzcOBqi7tZ3+jxlDj5qr/+22NfTEdEngEInal1pr1daWPcObGnh/68tadagNZhAcXgLf76dfxOurUPBrkiWJd+Xzl4NtQmogAk2oPW5WXG9sv9rM/xv5MqZYWw4tlygouSgtpDDKzK8G0v61MHMIz5MZiJi70lFOrU1Yn+gOF+HCrRZEiCnsjGugZgEOxBsevTqp5NXdBeBDMNZFU+Qr7v5Z4IzuTq8mASNkcXMRkQnZMhZcNfJ0em9RDoCUguPOwPVWbfH2BcNNw2wWBlgKS/67h8czG55trfGXaUNnPluZBdcssNyYrd3nUImqsCeq2XMrHrQz+JTYzrzwmc5RrPIJKbIN6qfjpGiF2QsJJ0V4Gr+3BHZ7LlA1fDRx7xPcHfHENE8mK0bny0V10rLEUVsFpwoPTBjUyhlWcNtFr8YzQMXoEKoZwppNKih+CX3/nsts5vkc5wgZg1OWdBtY2HBDUi+htmVruKx7clZZsAAAA=" />
        <meta-data android:name="com.applisto.appcloner.appBundle" android:value="true" />
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="1" />
        <meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
        <provider android:name="com.applisto.appcloner.classes.DefaultProvider" android:exported="true" android:authorities="com.yctpublication.mastes.com.applisto.appcloner.classes.DefaultProvider" android:initOrder="2147483647" />
        <service android:name="com.applisto.appcloner.service.RemoteService" android:exported="true" />
        <receiver android:name="com.applisto.appcloner.classes.DefaultProvider$DefaultReceiver" android:exported="true" />
        <activity android:name="com.applisto.appcloner.classes.DefaultProvider$MyActivity" android:exported="true" />
        <receiver android:name="com.applisto.appcloner.classes.FakeCamera$FakeCameraReceiver">
            <intent-filter>
                <action android:name="com.applisto.appcloner.action.FAKE_CAMERA_SELECT_CAMERA_PICTURE" />
                <action android:name="com.applisto.appcloner.action.FAKE_CAMERA_ROTATE_CLOCKWISE" />
                <action android:name="com.applisto.appcloner.action.FAKE_CAMERA_ROTATE_ANTI_CLOCKWISE" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.applisto.appcloner.classes.DisableClipboardAccess$ClearClipboardReceiver" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.applisto.appcloner.classes.FakeCamera$FakeCameraActivity" />
    </application>
    <uses-permission android:name="android.permission.READ_LOGS" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
    <uses-permission android:name="net.dinglisch.android.tasker.PERMISSION_RUN_TASKS" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.READ_SETTINGS" />
</manifest>