[
  {
    "path": ".github/workflows/build-release.yml",
    "content": "name: Build Release Module\n\non:\n  workflow_dispatch:\n\npermissions:\n  contents: write\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v6\n\n      - name: Extract version\n        id: version\n        run: |\n          VERSION=$(grep -m 1 -oP 'v[0-9]+(\\.[0-9]+)+' changelog.md)\n          if [ -z \"$VERSION\" ]; then\n            echo \"No version found in changelog\"\n            exit 0\n          fi\n\n          VERSION_CODE=$(echo $VERSION | sed 's/v//' | sed 's/\\.//g')\n          RAW_VERSION=$(echo $VERSION | sed 's/v//')\n          echo \"version=$VERSION\" >> $GITHUB_OUTPUT\n          echo \"version_code=$VERSION_CODE\" >> $GITHUB_OUTPUT\n          echo \"raw_version=$RAW_VERSION\" >> $GITHUB_OUTPUT\n          \n      - name: Update module.prop\n        run: |\n          sed -i \"s/^version=.*/version=${{ steps.version.outputs.version }}/\" Module/module.prop\n          sed -i \"s/^versionCode=.*/versionCode=${{ steps.version.outputs.version_code }}/\" Module/module.prop\n\n      - name: Update update.json\n        run: |\n          ZIP_URL=\"https://github.com/Yurii0307/yurikey/releases/download/${{ steps.version.outputs.version }}/Yurikey-${{ steps.version.outputs.version }}.signed.zip\"\n          \n          jq --arg v \"${{ steps.version.outputs.raw_version }}\" \\\n             --argjson vc \"${{ steps.version.outputs.version_code }}\" \\\n             --arg url \"$ZIP_URL\" \\\n             '.version = $v | .versionCode = $vc | .zipUrl = $url' \\\n             update.json > update_tmp.json && mv update_tmp.json update.json\n \n      - name: Zip Module folder (Upload module)\n        run: |\n          cd Module\n          zip -r ../Yurikey-${{ steps.version.outputs.version }}.signed.zip .\n\n      - name: Commit and push if changed\n        run: |\n          git config user.name \"github-actions[bot]\"\n          git config user.email \"github-actions[bot]@users.noreply.github.com\"\n\n          git add Module/module.prop update.json\n\n          if git diff --cached --quiet; then\n            echo \"No changes to commit\"\n          else\n            git commit -m \"chore: sync Yurikey Manager version ${{ steps.version.outputs.raw_version }}\"\n            git push\n          fi\n\n      - name: Create Release\n        uses: softprops/action-gh-release@v2\n        with:\n          tag_name: ${{ steps.version.outputs.version }}\n          name: Yurikey Manager ${{ steps.version.outputs.version }}\n          body_path: changelog.md\n          files: Yurikey-${{ steps.version.outputs.version }}.signed.zip\n        env:\n          GITHUB_TOKEN: ${{ github.token }}\n"
  },
  {
    "path": ".github/workflows/build-test.yml",
    "content": "name: Build Test Module\n\non:\n  #push:\n  #  paths:\n  #    - 'Module/**'\n  #  branches:\n  #    - main\n  #    - dev\n  workflow_dispatch:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v6\n\n      - name: Update version with git HEAD\n        run: |\n          RANDOM_STRING=$(git rev-parse --short HEAD | cut -c1-7)\n          echo \"BUILD_ID=${RANDOM_STRING}\" >> $GITHUB_ENV\n          sed -i \"s/^version=.*/version=${RANDOM_STRING}/\" Module/module.prop\n\n      - name: Upload release artifact\n        uses: actions/upload-artifact@v7\n        with:\n          name: YuriKey_${{ env.BUILD_ID }}\n          path: |\n            ${{ github.workspace }}/Module/*"
  },
  {
    "path": ".gitignore",
    "content": "Module/webroot/json/device-info.json\nModule/webroot/lang/source/string.json\nstring.yml\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "Module/META-INF/com/google/android/update-binary",
    "content": "#!/sbin/sh\n\n#################\n# Initialization\n#################\n\numask 022\n\n# echo before loading util_functions\nui_print() { echo \"$1\"; }\n\nrequire_new_magisk() {\n  ui_print \"*******************************\"\n  ui_print \" Please install Magisk v19.0+! \"\n  ui_print \"*******************************\"\n  exit 1\n}\n\n#########################\n# Load util_functions.sh\n#########################\n\nOUTFD=$2\nZIPFILE=$3\n\nmount /data 2>/dev/null\n\n[ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk\n. /data/adb/magisk/util_functions.sh\n[ $MAGISK_VER_CODE -lt 19000 ] && require_new_magisk\n\nif [ $MAGISK_VER_CODE -ge 20400 ]; then\n  # New Magisk have complete installation logic within util_functions.sh\n  install_module\n  exit 0\nfi\n\n#################\n# Legacy Support\n#################\n\n# Global vars\nTMPDIR=/dev/tmp\nPERSISTDIR=/sbin/.magisk/mirror/persist\n\nrm -rf $TMPDIR 2>/dev/null\nmkdir -p $TMPDIR\n\nis_legacy_script() {\n  unzip -l \"$ZIPFILE\" install.sh | grep -q install.sh\n  return $?\n}\n\nprint_modname() {\n  local len\n  len=`echo -n $MODNAME | wc -c`\n  len=$((len + 2))\n  local pounds=`printf \"%${len}s\" | tr ' ' '*'`\n  ui_print \"$pounds\"\n  ui_print \"$MODNAME \"\n  ui_print \"by $MODAUTH\"\n  ui_print \"$pounds\"\n  ui_print \"*******************\"\n  ui_print \" Powered by Magisk \"\n  ui_print \"*******************\"\n}\n\n# Preperation for flashable zips\nsetup_flashable\n\n# Mount partitions\nmount_partitions\n\n# Detect version and architecture\napi_level_arch_detect\n\n# Setup busybox and binaries\n$BOOTMODE && boot_actions || recovery_actions\n\n##############\n# Preparation\n##############\n\n# Extract prop file\nunzip -o \"$ZIPFILE\" module.prop -d $TMPDIR >&2\n[ ! -f $TMPDIR/module.prop ] && abort \"! Unable to extract zip file!\"\n\n$BOOTMODE && MODDIRNAME=modules_update || MODDIRNAME=modules\nMODULEROOT=$NVBASE/$MODDIRNAME\nMODID=`grep_prop id $TMPDIR/module.prop`\nMODPATH=$MODULEROOT/$MODID\nMODNAME=`grep_prop name $TMPDIR/module.prop`\nMODAUTH=`grep_prop author $TMPDIR/module.prop`\n\n# Create mod paths\nrm -rf $MODPATH 2>/dev/null\nmkdir -p $MODPATH\n\n##########\n# Install\n##########\n\nif is_legacy_script; then\n  unzip -oj \"$ZIPFILE\" module.prop install.sh uninstall.sh 'common/*' -d $TMPDIR >&2\n\n  # Load install script\n  . $TMPDIR/install.sh\n\n  # Callbacks\n  print_modname\n  on_install\n\n  # Custom uninstaller\n  [ -f $TMPDIR/uninstall.sh ] && cp -af $TMPDIR/uninstall.sh $MODPATH/uninstall.sh\n\n  # Skip mount\n  $SKIPMOUNT && touch $MODPATH/skip_mount\n\n  # prop file\n  $PROPFILE && cp -af $TMPDIR/system.prop $MODPATH/system.prop\n\n  # Module info\n  cp -af $TMPDIR/module.prop $MODPATH/module.prop\n\n  # post-fs-data scripts\n  $POSTFSDATA && cp -af $TMPDIR/post-fs-data.sh $MODPATH/post-fs-data.sh\n\n  # service scripts\n  $LATESTARTSERVICE && cp -af $TMPDIR/service.sh $MODPATH/service.sh\n\n  ui_print \"- Setting permissions\"\n  set_permissions\nelse\n  print_modname\n\n  unzip -o \"$ZIPFILE\" customize.sh -d $MODPATH >&2\n\n  if ! grep -q '^SKIPUNZIP=1$' $MODPATH/customize.sh 2>/dev/null; then\n    ui_print \"- Extracting module files\"\n    unzip -o \"$ZIPFILE\" -x 'META-INF/*' -d $MODPATH >&2\n\n    # Default permissions\n    set_perm_recursive $MODPATH 0 0 0755 0644\n  fi\n\n  # Load customization script\n  [ -f $MODPATH/customize.sh ] && . $MODPATH/customize.sh\nfi\n\n# Handle replace folders\nfor TARGET in $REPLACE; do\n  ui_print \"- Replace target: $TARGET\"\n  mktouch $MODPATH$TARGET/.replace\ndone\n\nif $BOOTMODE; then\n  # Update info for Magisk Manager\n  mktouch $NVBASE/modules/$MODID/update\n  cp -af $MODPATH/module.prop $NVBASE/modules/$MODID/module.prop\nfi\n\n# Copy over custom sepolicy rules\nif [ -f $MODPATH/sepolicy.rule -a -e $PERSISTDIR ]; then\n  ui_print \"- Installing custom sepolicy patch\"\n  PERSISTMOD=$PERSISTDIR/magisk/$MODID\n  mkdir -p $PERSISTMOD\n  cp -af $MODPATH/sepolicy.rule $PERSISTMOD/sepolicy.rule\nfi\n\n# Remove stuffs that don't belong to modules\nrm -rf \\\n$MODPATH/system/placeholder $MODPATH/customize.sh \\\n$MODPATH/README.md $MODPATH/.git* 2>/dev/null\n\n##############\n# Finalizing\n##############\n\ncd /\n$BOOTMODE || recovery_cleanup\nrm -rf $TMPDIR\n\nui_print \"- Done\"\nexit 0\n"
  },
  {
    "path": "Module/META-INF/com/google/android/updater-script",
    "content": "#MAGISK\n"
  },
  {
    "path": "Module/Yuri/action/integrity.sh",
    "content": "MODPATH=\"${0%/*}\"\nSCRIPT_PATH=\"$MODPATH/..\"\n\nfor SCRIPT in \\\n  \"kill_google_process.sh\" \\\n  \"target_txt.sh\" \\\n  \"security_patch.sh\" \\\n  \"boot_hash.sh\" \\\n  \"yuri_keybox.sh\"\ndo\n  if ! sh \"$SCRIPT_PATH/$SCRIPT\"; then\n    echo \"- Error: $SCRIPT failed. Aborting...\"\n    exit 1\n  fi\ndone\n  sh \"$SCRIPT_PATH/pif.sh\""
  },
  {
    "path": "Module/Yuri/action/root.sh",
    "content": "MODPATH=\"${0%/*}\"\nSCRIPT_PATH=\"$MODPATH/..\"\n\nfor SCRIPT in \\\n  \"hma.sh\"\ndo\n  if ! sh \"$SCRIPT_PATH/$SCRIPT\"; then\n    echo \"- Error: $SCRIPT failed. Aborting...\"\n    exit 1\n  fi\ndone\n  sh \"$SCRIPT_PATH/znctl.sh\""
  },
  {
    "path": "Module/Yuri/boot_hash.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [SET_BOOT_HASH] $1\"\n}\n\nlog_message \"Start\"\n\n# Get vbmeta hash\nboot_hash=$(su -c \"getprop ro.boot.vbmeta.digest\" 2>/dev/null)\n[ -z \"$boot_hash\" ] && boot_hash=\"0000000000000000000000000000000000000000000000000000000000000000\"\n\nfile_path=\"/data/adb/boot_hash\"\n\n# Create folder and write file\nlog_message \"Writing\"\nmkdir -p \"$(dirname \"$file_path\")\"\necho \"$boot_hash\" > \"$file_path\"\nchmod 644 \"$file_path\"\nsu -c \"resetprop -n ro.boot.vbmeta.digest $boot_hash\" >/dev/null 2>&1\n\nlog_message \"Finish\""
  },
  {
    "path": "Module/Yuri/clear_all_detection_traces.sh",
    "content": "#!/system/bin/sh\n\nbanner() {\n    clear\n    printf \"\\033[41m                                               \\033[0m\\n\"\n    printf \"\\033[41m                                               \\033[0m\\n\"\n    printf \"\\033[41m(One-click to clear all detection traces)\\033[0m\\n\"\n    printf \"\\033[41m                                               \\033[0m\\n\"\n    printf \"\\033[41m                                               \\033[0m\\n\"\n    sleep 3\n    clear\n}\n\nprogress() {\n    printf \"\\033[31m[1/5] Clearing detector application data...\\033[0m\\n\"\n    sleep 0.5\n    printf \"\\033[31m[2/5] Clearing file cache tool app (MT Manager, HyperCeiler, LuckyTool,....)\\033[0m\\n\"\n    sleep 0.5\n    printf \"\\033[31m[3/5] Resetprop, reset system properties, clear custom rom,HMA paths...\\033[0m\\n\"\n    sleep 0.5\n    printf \"\\033[31m[4/5] Clearing odex, art, cache Lsposed....\\033[0m\\n\"\n    sleep 0.5\n    printf \"\\033[31m[5/5] Clearing...\\033[0m\\n\"\n    sleep 3\n}\n\ncomplete() {\n    printf \"\\n\"\n    printf \"\\033[1;32mDone!\\033[0m\\n\"\n    printf \"\\033[1;32mt.me/yuriiroot\\033[0m\\n\"\n}\n\n\nremove_path() {\n    [ -n \"$1\" ] && rm -rf \"$1\" 2>/dev/null\n}\n\ndetector_data() {   # For /storage/emulated/0/Android/data/* if exists\n    remove_path \"/storage/emulated/0/Android/data/me.garfieldhan.holmes\"\n    remove_path \"/storage/emulated/0/Android/data/com.zhenxi.hunter\"\n    remove_path \"/storage/emulated/0/Android/data/icu.nullptr.nativetest\"\n    remove_path \"/storage/emulated/0/Android/data/icu.nullptr.applistdetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.byxiaorun.detector\"\n    remove_path \"/storage/emulated/0/Android/data/io.github.huskydg.memorydetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.OrangeEnvironment.Detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.Longze.detector.pro2\"\n    remove_path \"/storage/emulated/0/Android/data/rikka.safetynetchecker\"\n    remove_path \"/storage/emulated/0/Android/data/io.github.vvb2060.keyattestation\"\n    remove_path \"/storage/emulated/0/Android/data/io.github.vvb2060.mahoshojo\"\n    remove_path \"/storage/emulated/0/Android/data/com.lingqing.detector\"\n    remove_path \"/storage/emulated/0/Android/data/aidepro.top\"\n    remove_path \"/storage/emulated/0/Android/data/com.junge.algorithmAidePro\"\n    remove_path \"/storage/emulated/0/Android/data/chunqiu.safe\"\n    remove_path \"/storage/emulated/0/Android/data/luna.safe.luna\"\n    remove_path \"/storage/emulated/0/Android/data/io.liankong.riskdetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.studio.duckdetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.android.nativetest\"\n    remove_path \"/storage/emulated/0/Android/data/com.byyoung.setting\"\n    remove_path \"/storage/emulated/0/Android/data/com.scottyab.rootbeer\"\n    remove_path \"/storage/emulated/0/Android/data/com.scottyab.rootbeer.sample\"\n    remove_path \"/storage/emulated/0/Android/data/com.topjohnwu.magisk.detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.devadvance.rootcloak\"\n    remove_path \"/storage/emulated/0/Android/data/com.fde.xposed.detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.zhenxi.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.example.nativelibtest\"\n    remove_path \"/storage/emulated/0/Android/data/com.example.memcheck\"\n    remove_path \"/storage/emulated/0/Android/data/com.example.syscallchecker\" \n    remove_path \"/storage/emulated/0/Android/data/com.jrummyapps.rootchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.kimchangyoun.magiskdetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.reveny.nativechecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.reveny.environmentchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.reveny.rootchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.guardian.detect\"\n    remove_path \"/storage/emulated/0/Android/data/com.security.environmentchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.integrity.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.integrity.attestation\"\n    remove_path \"/storage/emulated/0/Android/data/com.lody.virtual\"\n    remove_path \"/storage/emulated/0/Android/data/com.lody.virtual.client\"\n    remove_path \"/storage/emulated/0/Android/data/com.lody.virtual.server\"\n    remove_path \"/storage/emulated/0/Android/data/com.lody.whale\"\n    remove_path \"/storage/emulated/0/Android/data/com.kimchangyoun.rootbeerfresh\"\n    remove_path \"/storage/emulated/0/Android/data/com.didikee.rootcheck\"\n    remove_path \"/storage/emulated/0/Android/data/com.joeykrim.rootcheck\"\n    remove_path \"/storage/emulated/0/Android/data/com.freeandroidtools.rootchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.bluestacks.rootchecker\"\n    remove_path \"/storage/emulated/0/Android/data/com.moonshine.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.ramdroid.appdetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.smlj.rootcheck\"\n    remove_path \"/storage/emulated/0/Android/data/com.devadvance.rootcloakplus\"\n    remove_path \"/storage/emulated/0/Android/data/com.formyhm.hideroot\"\n    remove_path \"/storage/emulated/0/Android/data/com.example.emulatordetector\"\n    remove_path \"/storage/emulated/0/Android/data/com.vmcheck.detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.virtual.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.antivm.detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.xposed.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.google.snet.test\"\n    remove_path \"/storage/emulated/0/Android/data/com.attestation.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.integrity.check\"\n    remove_path \"/storage/emulated/0/Android/data/com.native.checker\"\n    remove_path \"/storage/emulated/0/Android/data/com.syscall.detector\"\n    remove_path \"/storage/emulated/0/Android/data/com.memory.scan\"\n    remove_path \"/storage/emulated/0/meow_detector.log\"\n    remove_path \"/storage/emulated/0/keybox_status.json\" \n    \n}\n\ndetector_obb() { # Same as detector_data\n    remove_path \"/storage/emulated/0/Android/obb/io.github.vvb2060.mahoshojo\"\n    remove_path \"/storage/emulated/0/Android/obb/icu.nullptr.applistdetector\"\n    remove_path \"/storage/emulated/0/Android/obb/icu.nullptr.nativetest\"\n    remove_path \"/storage/emulated/0/Android/obb/com.byxiaorun.detector\"\n    remove_path \"/storage/emulated/0/Android/obb/io.github.huskydg.memorydetector\"\n    remove_path \"/storage/emulated/0/Android/obb/com.OrangeEnvironment.Detector\"\n    remove_path \"/storage/emulated/0/Android/obb/com.Longze.detector.pro2\"\n    remove_path \"/storage/emulated/0/Android/obb/rikka.safetynetchecker\"\n    remove_path \"/storage/emulated/0/Android/obb/io.github.vvb2060.keyattestation\"\n    remove_path \"/storage/emulated/0/Android/obb/com.android.nativetest\"\n}\n\ndetector_media() { # Same as detector_data\n    remove_path \"/storage/emulated/0/Android/media/icu.nullptr.nativetest\"\n}\n\ntool_apps_data() { # Same as detector_data, but for tool apps\n    remove_path \"/storage/emulated/0/Android/data/bin.mt.plus\"\n    remove_path \"/storage/emulated/0/Android/data/bin.mt.plus.canary\"\n    remove_path \"/storage/emulated/0/Android/data/com.omarea.vtools\"\n    remove_path \"/storage/emulated/0/Android/data/moe.shizuku.privileged.api\"\n    remove_path \"/storage/emulated/0/Android/data/com.estrongs.android.pop\"\n    remove_path \"/storage/emulated/0/Android/data/com.coolapk.market\"\n    mv \"/storage/emulated/0/MT2\" \"/storage/emulated/0/MT\"\n    remove_path \"/storage/emulated/0/bin.mt.termux\"\n    remove_path \"/storage/emulated/0/com.termux\"\n    remove_path \"/storage/emulated/0/xzr.hkf\"\n    remove_path \"/storage/emulated/0/Download/WechatXposed\"\n    remove_path \"/storage/emulated/0/WechatXposed\"\n    remove_path \"/storage/emulated/0/Android/naki\"\n    remove_path \"/storage/emulated/0/最新版隐藏配置.json\"\n    remove_path \"/storage/emulated/0/rlgg\"\n    remove_path \"/storage/emulated/legacy\"\n    remove_path \"/storage/emulated/com.luckyzyx.luckytool\"\n    remove_path \"/storage/emulated/0/Android/data/com.sevtinge.hyperceiler\"\n    remove_path \"/storage/emulated/0/Android/data/com.coderstory.toolkit\"\n}\n\nremote_control_data_apps() { # Same as detector_data, but for remote control apps\n    remove_path \"/storage/emulated/0/.anydesk\" \n    remove_path \"/storage/emulated/0/Android/data/com.anydesk.anydeskandroid\"\n    remove_path \"/storage/emulated/0/Android/data/com.teamviewer.teamviewer.market.mobile\"\n    remove_path \"/storage/emulated/0/Android/data/com.teamviewer.quicksupport.market\"\n    remove_path \"/storage/emulated/0/Android/data/com.sand.airdroid\"\n    remove_path \"/storage/emulated/0/Android/data/com.sand.airmirror\"\n    remove_path \"/storage/emulated/0/Android/data/com.koushikdutta.vysor\"\n    remove_path \"/storage/emulated/0/Android/data/com.genymobile.scrcpy\"\n    remove_path \"/storage/emulated/0/anydesk\"\n    remove_path \"/storage/emulated/0/Android/data/com.microsoft.rdc.androidx\"\n    remove_path \"/storage/emulated/0/Android/data/com.realvnc.viewer.android\"\n    remove_path \"/storage/emulated/0/Android/data/com.splashtop.remote.pad.v2\"\n    remove_path \"/storage/emulated/0/Android/data/com.dwservice.dwagent\"\n    remove_path \"/storage/emulated/0/Android/data/com.carriez.flutter_hbb\"\n    remove_path \"/storage/emulated/0/Android/data/com.carriez.flutter_hbbclient\"\n    remove_path \"/storage/emulated/0/Android/data/com.rustdesk.rustdesk\"\n    remove_path \"/storage/emulated/0/.rustdesk\"\n    remove_path \"/storage/emulated/0/rustdesk\"\n    remove_path \"/storage/emulated/0/Android/media/com.koushikdutta.vysor\"\n    remove_path \"/storage/emulated/0/.vysor\"\n    remove_path \"/storage/emulated/0/Vysor\"\n}\n\nsystem_properties() { # For /data/property if exists\n    remove_path \"/data/property/persistent_properties\"\n    remove_path \"/data/property\"\n}\n\ntmp_data() {    # For /data/local/tmp if exists\n    remove_path \"/data/local/tmp/shizuku\"\n    remove_path \"/data/local/tmp/shizuku_starter\"\n    remove_path \"/data/local/tmp/byyang\"\n    remove_path \"/data/local/tmp/HyperCeiler\"\n    remove_path \"/data/local/tmp/luckys\"\n    remove_path \"/data/local/tmp/input_devices\"\n    remove_path \"/data/local/tmp/resetprop\"\n\n    rm -rf /data/local/tmp/* 2>/dev/null    # delete all on /data/local/tmp\n\n    mkdir -p /data/local/tmp 2>/dev/null    # recreate, but this working?\n}\n\nsystem_data() { # For /data/system if exists\n    remove_path \"/data/system/graphicsstats\"\n    remove_path \"/data/system/package_cache\"\n    remove_path \"/data/system/NoActive\"\n    remove_path \"/data/system/Freezer\"\n    remove_path \"/data/system/junge\"\n    remove_path \"/data/swap_config.conf\"\n}\n\ndev_paths() { # For /dev\n    remove_path \"/dev/memcg/scene_idle\"\n    remove_path \"/dev/memcg/scene_active\"\n    remove_path \"/dev/scene\"\n    remove_path \"/dev/cpuset/scene-daemon\"\n}\n\nuser_data() { # For /data/user/0\n    remove_path \"/data/user/0/com.juom\"\n}\n\nreset_prop() { # Changing on build.prop file\n    while [ \"$(getprop sys.boot_completed)\" != \"1\" ]; do\n        sleep 1\n    done\n    # USB / ADB\n    resetprop sys.usb.adb.disabled 1\n    resetprop persist.sys.usb.config mtp\n    resetprop sys.usb.config mtp\n    resetprop sys.usb.state mtp\n    resetprop service.adb.root 0\n    resetprop service.adb.tcp.port -1\n    resetprop --delete persist.service.adb.enable\n    resetprop --delete persist.service.debuggable\n    \n    # Clear Detection HMA, Tools\n    resetprop --delete persist.zygote.app_data_isolation\n    resetprop --delete persist.hyperceiler.log.level\n    resetprop --delete persist.com.luckyzyx.luckytool.log.level\n    resetprop --delete persist.com.luckyzyx.luckytool.debug\n    resetprop --delete persist.com.luckyzyx.luckytool.enable\n    \n\n    # Development mode\n    resetprop persist.sys.developer_options 0\n    resetprop persist.sys.dev_mode 0\n    resetprop persist.sys.debuggable 0\n    settings put global development_settings_enabled 0\n    settings put global adb_enabled 0\n    settings put global oem_unlock_allowed 0\n    settings put global adb_enabled 0\n    settings put global development_settings_enabled 0\n    settings put global oem_unlock_allowed 0\n    settings put global adb_wifi_enabled 0\n    settings put global adb_wifi_port -1\n    \n    # Debug flags\n    resetprop ro.debuggable 0\n    resetprop ro.secure 1\n    resetprop ro.adb.secure 1\n    resetprop ro.build.type user\n    resetprop ro.build.tags release-keys\n    resetprop --delete persist.sys.developer_options\n    resetprop --delete persist.sys.dev_mode\n   \n    resetprop ro.boot.verifiedbootstate green\n    resetprop vendor.boot.verifiedbootstate green\n    resetprop ro.boot.flash.locked 1\n    resetprop ro.boot.vbmeta.device_state locked\n    resetprop vendor.boot.vbmeta.device_state locked\n    resetprop ro.secureboot.lockstate locked\n    resetprop ro.boot.warranty_bit 0\n    resetprop ro.boot.force_normal_boot 1\n    resetprop ro.boot.realme.lockstate 1\n    resetprop ro.boot.flash.locked 1  \n    resetprop ro.boot.verifiedbootstate green  \n    resetprop ro.boot.vbmeta.device_state locked  \n    resetprop ro.boot.secureboot 1  \n    resetprop ro.boot.veritymode enforcing  \n    resetprop ro.boot.verifiedbootstate green  \n    resetprop ro.boot.vbmeta.device_state locked  \n    resetprop ro.boot.secureboot enabled  \n\n    # OEM unlock\n    resetprop ro.oem_unlock_supported 0\n    resetprop sys.oem_unlock_allowed 0\n\n    # SELinux (only fake if it is actually enforcing)\n    if [ \"$(getenforce 2>/dev/null)\" = \"Enforcing\" ]; then\n        resetprop ro.boot.selinux enforcing\n        resetprop ro.build.selinux 1\n    fi\n\n    # Emulator traces\n    resetprop ro.kernel.qemu 0\n    resetprop ro.boot.qemu 0\n    resetprop ro.hardware.virtual_device 0\n}\n\nodex_files() { # Delete all odex files\n    su -c 'find /data/app -type f -name base.odex -delete' 2>/dev/null\n}\n\nmain() {\n    banner\n    progress\n\n    detector_data\n    detector_obb\n    detector_media\n    tool_apps_data\n    remote_control_data_apps\n    system_properties\n    tmp_data\n    system_data\n    dev_paths\n    user_data\n    reset_prop\n\n    clear\n    odex_files\n    \n    complete\n}\n\nmain"
  },
  {
    "path": "Module/Yuri/hma.sh",
    "content": "#!/system/bin/sh\n\n# Define important paths and file names\nHMA_DIR=\"/data/user/0/org.frknkrc44.hma_oss/files\"\nHMA_FILE=\"/data/user/0/org.frknkrc44.hma_oss/files/config.json\"\nREMOTE_URL=\"https://raw.githubusercontent.com/YurikeyDev/yurikey/refs/heads/main/config.json\"\nORG_PATH=\"$PATH\"\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [HMA_OSS] $1\"\n}\n\ndownload() {\n    PATH=/data/adb/magisk:/data/data/com.termux/files/usr/bin:$PATH\n    if command -v curl >/dev/null 2>&1; then\n        curl --connect-timeout 10 -Ls \"$1\"\n    else\n        busybox wget -T 10 --no-check-certificate -qO- \"$1\"\n    fi\n    PATH=\"$ORG_PATH\"\n}\n\nif pm list packages | grep -q org.frknkrc44.hma_oss; then\n  mkdir -p \"$HMA_DIR\"\n  download \"$REMOTE_URL\" > \"$HMA_FILE\" || log_message \"Error: HMA-oss configs download failed, please download and add it manually!\"\nelif pm list packages | grep -q com.tsng.hidemyapplist; then\n  log_message \"HMA is deprecated and not supported, please use latest HMA-oss to get latest configs\"\nelse\n  log_message \"Error: HMA-oss not found, please install latest HMA-oss\"\n  return 1\nfi\n\nchmod 777 \"$HMA_FILE\"\nchown u0_a0:u0_a0 \"$HMA_FILE\"\n"
  },
  {
    "path": "Module/Yuri/kill_all.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [KILL_ALL] $1\"\n}\n\n# Start\nlog_message \"Start\"\n\n# Writing\nlog_message \"Writing\"\nPKGS=\"com.android.vending com.google.android.gsf com.google.android.gms com.google.android.contactkeys com.google.android.ims com.google.android.safetycore com.google.android.apps.walletnfcrel com.google.android.apps.nbu.paisa.user com.zhenxi.hunter com.reveny.nativecheck io.github.vvb2060.keyattestation io.github.vvb2060.mahoshojo icu.nullptr.nativetest com.android.nativetest io.liankong.riskdetector me.garfieldhan.holmes luna.safe.luna com.zhenxi.hunter gr.nikolasspyr.integritycheck com.youhu.laifu\"\n\nfor pkg in $PKGS; do\n    if ! am force-stop \"$pkg\" >/dev/null 2>&1; then\n        log_message \"Error: Failed to force-stop $pkg\"\n        return 1\n    fi\n\n    if ! pm clear \"$pkg\" >/dev/null 2>&1; then\n        log_message \"Error: Failed to clear data for $pkg\"\n        return 1\n    fi\ndone\n\n# Finish\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/kill_google_process.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [KILL_GOOGLE] $1\"\n}\n\n# Start\nlog_message \"Start\"\n\n# Writing\nlog_message \"Writing\"\nPKGS=\"com.android.vending\"\n\nfor pkg in $PKGS; do\n    if ! am force-stop \"$pkg\" >/dev/null 2>&1; then\n        log_message \"Error: Failed to force-stop $pkg\"\n        return 1\n    fi\n\n    if ! cmd package trim-caches 0 \"$pkg\" >/dev/null 2>&1; then\n        log_message \"Error: Failed to clear cache for $pkg\"\n        return 1\n    fi\ndone\n\n# Finish\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/pif.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [PIF] $1\"\n}\n\nlog_message \"Start\"\n\nTARGET_FILE=\"/data/adb/modules/playintegrityfix\"\n\n# Check if the directory exists \nif [ ! -d \"$TARGET_FILE\" ] && [ ! -f \"$TARGET_FILE/module.prop\" ]; then\n    log_message \"Error: Play Integrity Fix is not found, please install the latest Play Integrity Fix.\"\n    return 1\nfi\n\nfetch_pif () {\n    # Extract the name from module.prop\n    MODULE_NAME=$(grep \"^name=\" \"$TARGET_FILE/module.prop\" | cut -d= -f2-)\n    if [ \"$MODULE_NAME\" = \"Play Integrity Fix [INJECT]\" ]; then\n      log_message \"Detected Play Integrity Fix [INJECTS]. Executing...\"\n      sh \"$TARGET_FILE/autopif_ota.sh\" || true\n      sh \"$TARGET_FILE/autopif.sh\"\n    elif [ \"$MODULE_NAME\" = \"Play Integrity Fork\" ]; then\n      log_message \"Detected Play Integrity Fork. Executing...\"\n      sh \"$TARGET_FILE/autopif4.sh\" -m || return\n    else\n      log_message \"Unknown module $MODULE_NAME\"\n      log_message \"Please use Play Integrity Fix [INJECTS] or Play Integrity Fork to update fingeprint\"\n      return\n    fi\n}\n\nupdate_pif () {\n    if ! fetch_pif; then\n        log_message \"Failed to update fingerprints!\"\n        return\n    fi\n}\n\n# Start main logic\nlog_message \"Writing\"\n\n# Ensure directory exists before proceeding\nmkdir -p \"$TARGET_FILE\"\nupdate_pif\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/rka/jsonarray.sh",
    "content": "#!/system/bin/sh\n# jsonarray — flat JSON array manipulation library\n# Contributed by mhmrdd <https://github.com/mhmrdd>\n#\n#   ja_count    <file>                          -> integer\n#   ja_get      <file> <id|idx> <field>         -> raw value\n#   ja_has      <file> <id|idx>                 -> exit 0/1\n#   ja_index    <file> <id>                     -> 1-based index\n#   ja_id       <file> <idx>                    -> id string\n#   ja_ids      <file>                          -> one id per line\n#   ja_keys     <file> <id|idx>                 -> one key per line\n#   ja_dump     <file> <id|idx>                 -> key\\tvalue per line\n#   ja_search   <file> <field> <value>          -> matching indices per line\n#   ja_add      <file> <k=v> [k=v ...]          -> prints assigned id\n#   ja_set      <file> <id|idx> <field> <v> [t] -> exit 0/1 (t: s/n/b)\n#   ja_del      <file> <id|idx>                 -> exit 0/1\n#   ja_delfield <file> <id|idx> <field>         -> exit 0/1\n#   ja_raw      <file>                          -> full JSON\n\n_JA_AWK='\nfunction split_objects(json, objs,    n, i, c, prev, in_str, depth, start) {\n    n = 0; in_str = 0; depth = 0\n    for (i = 1; i <= length(json); i++) {\n        c = substr(json, i, 1)\n        prev = (i > 1) ? substr(json, i-1, 1) : \"\"\n        if (c == \"\\\"\" && prev != \"\\\\\") { in_str = !in_str; continue }\n        if (in_str) continue\n        if (c == \"{\") { depth++; if (depth == 1) start = i }\n        else if (c == \"}\") { depth--; if (depth == 0) { n++; objs[n] = substr(json, start, i - start + 1) } }\n    }\n    return n\n}\n\nfunction get_field(obj, fname,    i, c, kstart, kend, key, vstart, val) {\n    i = 1\n    while (i <= length(obj)) {\n        c = substr(obj, i, 1)\n        if (c == \"\\\"\") {\n            kstart = i + 1\n            for (i = kstart; i <= length(obj); i++)\n                if (substr(obj, i, 1) == \"\\\"\" && substr(obj, i-1, 1) != \"\\\\\") break\n            kend = i - 1\n            key = substr(obj, kstart, kend - kstart + 1)\n            i++\n            while (i <= length(obj)) { c = substr(obj, i, 1); if (c != \":\" && c != \" \" && c != \"\\t\") break; i++ }\n            c = substr(obj, i, 1)\n            if (c == \"\\\"\") {\n                vstart = i; i++\n                while (i <= length(obj))\n                    if (substr(obj, i, 1) == \"\\\"\" && substr(obj, i-1, 1) != \"\\\\\") break; else i++\n                val = substr(obj, vstart, i - vstart + 1)\n            } else {\n                vstart = i\n                while (i <= length(obj)) { c = substr(obj, i, 1); if (c == \",\" || c == \"}\" || c == \" \" || c == \"\\n\" || c == \"\\r\" || c == \"\\t\") break; i++ }\n                val = substr(obj, vstart, i - vstart)\n            }\n            if (key == fname) return val\n        }\n        i++\n    }\n    return \"\"\n}\n\nfunction unquote(v) {\n    if (substr(v, 1, 1) == \"\\\"\" && substr(v, length(v), 1) == \"\\\"\")\n        return substr(v, 2, length(v) - 2)\n    return v\n}\n\nfunction get_keys(obj, keys,    n, i, c, kstart, kend, key) {\n    n = 0; i = 1\n    while (i <= length(obj)) {\n        c = substr(obj, i, 1)\n        if (c == \"\\\"\") {\n            kstart = i + 1\n            for (i = kstart; i <= length(obj); i++)\n                if (substr(obj, i, 1) == \"\\\"\" && substr(obj, i-1, 1) != \"\\\\\") break\n            kend = i - 1; key = substr(obj, kstart, kend - kstart + 1); i++\n            while (i <= length(obj) && (substr(obj,i,1)==\" \" || substr(obj,i,1)==\"\\t\")) i++\n            if (substr(obj, i, 1) == \":\") {\n                n++; keys[n] = key; i++\n                while (i <= length(obj) && (substr(obj,i,1)==\" \" || substr(obj,i,1)==\"\\t\")) i++\n                c = substr(obj, i, 1)\n                if (c == \"\\\"\") { i++; while (i <= length(obj)) { if (substr(obj,i,1) == \"\\\"\" && substr(obj,i-1,1) != \"\\\\\") break; i++ } }\n                else { while (i <= length(obj)) { c = substr(obj, i, 1); if (c == \",\" || c == \"}\") break; i++ } }\n            }\n        }\n        i++\n    }\n    return n\n}\n\nfunction rebuild_object(obj, skip_field,    keys, nk, k, v, out, sep) {\n    nk = get_keys(obj, keys); out = \"{\"; sep = \"\"\n    for (k = 1; k <= nk; k++) {\n        if (keys[k] == skip_field) continue\n        v = get_field(obj, keys[k]); out = out sep \"\\\"\" keys[k] \"\\\":\" v; sep = \",\"\n    }\n    return out \"}\"\n}\n\nfunction set_field_in_obj(obj, fname, fval,    keys, nk, k, v, out, sep, found) {\n    nk = get_keys(obj, keys); out = \"{\"; sep = \"\"; found = 0\n    for (k = 1; k <= nk; k++) {\n        v = get_field(obj, keys[k])\n        if (keys[k] == fname) { v = fval; found = 1 }\n        out = out sep \"\\\"\" keys[k] \"\\\":\" v; sep = \",\"\n    }\n    if (!found) out = out sep \"\\\"\" fname \"\\\":\" fval\n    return out \"}\"\n}\n\nfunction rebuild_array(objs, count,    out, i) {\n    out = \"[\"\n    for (i = 1; i <= count; i++) { if (i > 1) out = out \",\"; out = out objs[i] }\n    return out \"]\"\n}\n\nfunction find_entry(objs, count, target,    i, idx) {\n    for (i = 1; i <= count; i++)\n        if (unquote(get_field(objs[i], \"id\")) == target) return i\n    idx = int(target)\n    if (idx >= 1 && idx <= count) return idx\n    return 0\n}\n\n{ if (NR == 1) json = $0; else json = json \"\\n\" $0 }\n\nEND {\n    count = split_objects(json, objs)\n\n    if (OP == \"count\") { print count }\n\n    else if (OP == \"get\") {\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        print unquote(get_field(objs[idx], P2))\n    }\n\n    else if (OP == \"has\") {\n        exit (find_entry(objs, count, P1) > 0) ? 0 : 1\n    }\n\n    else if (OP == \"index\") {\n        for (i = 1; i <= count; i++)\n            if (unquote(get_field(objs[i], \"id\")) == P1) { print i; exit 0 }\n        exit 1\n    }\n\n    else if (OP == \"id\") {\n        idx = int(P1)\n        if (idx >= 1 && idx <= count) { print unquote(get_field(objs[idx], \"id\")); exit 0 }\n        exit 1\n    }\n\n    else if (OP == \"ids\") {\n        for (i = 1; i <= count; i++) print unquote(get_field(objs[i], \"id\"))\n    }\n\n    else if (OP == \"keys\") {\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        nk = get_keys(objs[idx], keys)\n        for (k = 1; k <= nk; k++) print keys[k]\n    }\n\n    else if (OP == \"dump\") {\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        nk = get_keys(objs[idx], keys)\n        for (k = 1; k <= nk; k++) printf \"%s\\t%s\\n\", keys[k], unquote(get_field(objs[idx], keys[k]))\n    }\n\n    else if (OP == \"search\") {\n        needle = tolower(P2)\n        for (i = 1; i <= count; i++) {\n            v = tolower(unquote(get_field(objs[i], P1)))\n            if (index(v, needle) > 0) print i\n        }\n    }\n\n    else if (OP == \"raw\") {\n        print rebuild_array(objs, count)\n    }\n\n    else if (OP == \"del\") {\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        nc = 0\n        for (i = 1; i <= count; i++) { if (i == idx) continue; nc++; no[nc] = objs[i] }\n        print rebuild_array(no, nc)\n    }\n\n    else if (OP == \"set\") {\n        vtype = (P4 == \"\") ? \"s\" : P4\n        if (vtype == \"s\") fval = \"\\\"\" P3 \"\\\"\"; else fval = P3\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        objs[idx] = set_field_in_obj(objs[idx], P2, fval)\n        print rebuild_array(objs, count)\n    }\n\n    else if (OP == \"delfield\") {\n        idx = find_entry(objs, count, P1)\n        if (idx == 0) exit 1\n        objs[idx] = rebuild_object(objs[idx], P2)\n        print rebuild_array(objs, count)\n    }\n\n    else if (OP == \"add\") {\n        new_obj = \"{\"; sep = \"\"\n        n = split(PAIRS, plines, \"\\n\")\n        for (p = 1; p <= n; p++) {\n            eq = index(plines[p], \"=\")\n            if (eq == 0) continue\n            k = substr(plines[p], 1, eq - 1)\n            v = substr(plines[p], eq + 1)\n            if (v == \"true\" || v == \"false\") fval = v\n            else if (v ~ /^[0-9]+$/) fval = v\n            else fval = \"\\\"\" v \"\\\"\"\n            new_obj = new_obj sep \"\\\"\" k \"\\\":\" fval; sep = \",\"\n        }\n        new_obj = new_obj \"}\"\n        count++; objs[count] = new_obj\n        print rebuild_array(objs, count)\n    }\n\n    else exit 1\n}\n'\n\n_ja_ensure() { [ ! -f \"$1\" ] && printf '[]' > \"$1\"; }\n_ja_uuid() { cat /proc/sys/kernel/random/uuid 2>/dev/null || printf '%s-%s' \"$(date +%s)\" \"$$\"; }\n\nja_count() { _ja_ensure \"$1\"; awk -v OP=count \"$_JA_AWK\" \"$1\"; }\nja_get()   { _ja_ensure \"$1\"; awk -v OP=get -v P1=\"$2\" -v P2=\"$3\" \"$_JA_AWK\" \"$1\"; }\nja_has()   { _ja_ensure \"$1\"; awk -v OP=has -v P1=\"$2\" \"$_JA_AWK\" \"$1\" >/dev/null 2>&1; }\nja_index() { _ja_ensure \"$1\"; awk -v OP=index -v P1=\"$2\" \"$_JA_AWK\" \"$1\"; }\nja_id()    { _ja_ensure \"$1\"; awk -v OP=id -v P1=\"$2\" \"$_JA_AWK\" \"$1\"; }\nja_ids()   { _ja_ensure \"$1\"; awk -v OP=ids \"$_JA_AWK\" \"$1\"; }\nja_keys()  { _ja_ensure \"$1\"; awk -v OP=keys -v P1=\"$2\" \"$_JA_AWK\" \"$1\"; }\nja_dump()  { _ja_ensure \"$1\"; awk -v OP=dump -v P1=\"$2\" \"$_JA_AWK\" \"$1\"; }\nja_search(){ _ja_ensure \"$1\"; awk -v OP=search -v P1=\"$2\" -v P2=\"$3\" \"$_JA_AWK\" \"$1\"; }\nja_raw()   { _ja_ensure \"$1\"; awk -v OP=raw \"$_JA_AWK\" \"$1\"; }\n\nja_add() {\n    _f=$1; shift; _ja_ensure \"$_f\"\n    _has_id=0\n    for _a in \"$@\"; do case \"$_a\" in id=*) _has_id=1 ;; esac; done\n    _pairs=\"\"\n    if [ \"$_has_id\" -eq 0 ]; then\n        _uid=$(_ja_uuid)\n        _pairs=\"id=$_uid\"\n    fi\n    for _a in \"$@\"; do\n        [ -n \"$_pairs\" ] && _pairs=\"$_pairs\n$_a\" || _pairs=\"$_a\"\n    done\n    _pairs_esc=$(printf '%s\\n' \"$_pairs\" | awk '{gsub(/\\\\/,\"\\\\\\\\\")}{if(NR>1)printf \"\\\\n\";printf \"%s\",$0}')\n    _out=$(awk -v OP=add -v PAIRS=\"$_pairs_esc\" \"$_JA_AWK\" \"$_f\") || return 1\n    printf '%s\\n' \"$_out\" > \"$_f\"\n    if [ \"$_has_id\" -eq 0 ]; then\n        printf '%s\\n' \"$_uid\"\n    else\n        for _a in \"$@\"; do case \"$_a\" in id=*) printf '%s\\n' \"${_a#id=}\"; break ;; esac; done\n    fi\n}\n\nja_set() {\n    _ja_ensure \"$1\"\n    _out=$(awk -v OP=set -v P1=\"$2\" -v P2=\"$3\" -v P3=\"$4\" -v P4=\"$5\" \"$_JA_AWK\" \"$1\") || return 1\n    printf '%s\\n' \"$_out\" > \"$1\"\n}\n\nja_del() {\n    _ja_ensure \"$1\"\n    _out=$(awk -v OP=del -v P1=\"$2\" \"$_JA_AWK\" \"$1\") || return 1\n    printf '%s\\n' \"$_out\" > \"$1\"\n}\n\nja_delfield() {\n    _ja_ensure \"$1\"\n    _out=$(awk -v OP=delfield -v P1=\"$2\" -v P2=\"$3\" \"$_JA_AWK\" \"$1\") || return 1\n    printf '%s\\n' \"$_out\" > \"$1\"\n}\n"
  },
  {
    "path": "Module/Yuri/rka/lspmcfg.sh",
    "content": "#!/system/bin/sh\n#\n# This file is part of LSPosed.\n#\n# LSPosed is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# LSPosed is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with LSPosed.  If not, see <https://www.gnu.org/licenses/>.\n#\n# Copyright (C) 2021 LSPosed Contributors\n#\n\n# lspmcfg — module_configs database interface\n# Contributed by mhmrdd <https://github.com/mhmrdd>\n#\n#   lsp_get     <mod> <group> <key>              -> raw value\n#   lsp_type    <mod> <group> <key>              -> string|int|long|bool\n#   lsp_set     <mod> <group> <key> <val> [type] -> exit 0/1\n#   lsp_del     <mod> <group> <key>              -> exit 0/1\n#   lsp_has     <mod> <group> <key>              -> exit 0/1\n#   lsp_keys    <mod> <group>                    -> one key per line\n#   lsp_groups  <mod>                            -> one group per line\n#   lsp_dump    <mod> <group>                    -> key\\ttype\\tvalue per line\n#   lsp_raw     <mod> <group> <key>              -> hex blob\n#   lsp_count   <mod> <group>                    -> integer\n#\n# Override before sourcing: LSP_DB, LSP_SQLITE, LSP_UID\n\nLSP_DB=\"${LSP_DB:-/data/adb/lspd/config/modules_config.db}\"\nLSP_UID=\"${LSP_UID:-$(id -u)}\"\n\nif [ -z \"$LSP_SQLITE\" ]; then\n    _lsp_abi=$(getprop ro.product.cpu.abi 2>/dev/null)\n    LSP_SQLITE=\"/data/adb/modules/Yurikey/Yuri/rka/${_lsp_abi}/sqlite3\"\nfi\n\n_LSP_SCHEMA_OK=\"\"\n_LSP_EXPECTED_COLS=\"module_pkg_name user_id group_name key_name data\"\n\n_lsp_hex_to_str() { printf '%s\\n' \"$1\" | xxd -r -p; }\n_lsp_str_to_hex() { printf '%s' \"$1\" | xxd -p | tr -d '\\n' | tr 'a-f' 'A-F'; }\n\n_lsp_query() { \"$LSP_SQLITE\" \"$LSP_DB\" \"$1\"; }\n\n_lsp_check_schema() {\n    [ -n \"$_LSP_SCHEMA_OK\" ] && return 0\n\n    if [ ! -f \"$LSP_DB\" ]; then\n        echo \"lspmcfg: database not found: $LSP_DB\" >&2\n        return 1\n    fi\n\n    _tables=$(_lsp_query \"SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;\")\n    case \"$_tables\" in\n        *module_configs*) ;;\n        *)\n            echo \"lspmcfg: table 'module_configs' missing\" >&2\n            echo \"lspmcfg: tables found: $_tables\" >&2\n            return 1\n            ;;\n    esac\n\n    _cols=$(_lsp_query \"PRAGMA table_info(module_configs);\" | awk -F'|' '{print $2}' | tr '\\n' ' ')\n    _missing=\"\"\n    for _need in $_LSP_EXPECTED_COLS; do\n        case \"$_cols\" in\n            *${_need}*) ;;\n            *) _missing=\"$_missing $_need\" ;;\n        esac\n    done\n    if [ -n \"$_missing\" ]; then\n        echo \"lspmcfg: incompatible schema, missing:$_missing\" >&2\n        echo \"lspmcfg: columns found: $_cols\" >&2\n        return 1\n    fi\n\n    _LSP_SCHEMA_OK=1\n    return 0\n}\n\n_lsp_query_blob() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"SELECT hex(data) FROM module_configs \\\n         WHERE module_pkg_name='$1' \\\n           AND user_id=$LSP_UID \\\n           AND \\\"group_name\\\"='$2' \\\n           AND key_name='$3';\"\n}\n\n_lsp_write_blob() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"INSERT OR REPLACE INTO module_configs \\\n         (module_pkg_name, user_id, \\\"group_name\\\", key_name, data) \\\n       VALUES ('$1', $LSP_UID, '$2', '$3', x'$4');\"\n}\n\n_lsp_delete_row() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"DELETE FROM module_configs \\\n         WHERE module_pkg_name='$1' \\\n           AND user_id=$LSP_UID \\\n           AND \\\"group_name\\\"='$2' \\\n           AND key_name='$3';\"\n}\n\n_lsp_detect_type() {\n    _hex=$1\n    [ -z \"$_hex\" ] && return 1\n    _tok=${_hex:8:2}\n    case \"$_tok\" in\n        74) echo string ;;\n        73)\n            case \"$_hex\" in\n                *6A6176612E6C616E672E496E7465676572*) echo int ;;\n                *6A6176612E6C616E672E4C6F6E67*)       echo long ;;\n                *6A6176612E6C616E672E426F6F6C65616E*) echo bool ;;\n                *) return 1 ;;\n            esac\n            ;;\n        *) return 1 ;;\n    esac\n}\n\n_lsp_extract_value() {\n    _hex=$1\n    [ -z \"$_hex\" ] && return 1\n    _tok=${_hex:8:2}\n    case \"$_tok\" in\n        74)\n            _len=$((16#${_hex:10:4}))\n            _lsp_hex_to_str \"${_hex:14:$((_len*2))}\"\n            ;;\n        73)\n            case \"$_hex\" in\n                *6A6176612E6C616E672E496E7465676572*)\n                    printf '%d' \"$((16#${_hex: -8}))\" ;;\n                *6A6176612E6C616E672E4C6F6E67*)\n                    printf '%s' \"${_hex: -16}\" ;;\n                *6A6176612E6C616E672E426F6F6C65616E*)\n                    case \"${_hex: -2}\" in\n                        01) printf 'true' ;;\n                        00) printf 'false' ;;\n                    esac ;;\n                *) return 1 ;;\n            esac\n            ;;\n        *) return 1 ;;\n    esac\n}\n\n_lsp_build_blob() {\n    _type=$1\n    _val=$2\n    _hdr=\"ACED0005\"\n    case \"$_type\" in\n        string)\n            _vh=$(_lsp_str_to_hex \"$_val\")\n            _ln=$(printf '%04X' \"${#_val}\")\n            printf '%s' \"${_hdr}74${_ln}${_vh}\"\n            ;;\n        int)\n            _ch=$(_lsp_str_to_hex \"java.lang.Integer\")\n            _cl=$(printf '%04X' 17)\n            _fh=$(_lsp_str_to_hex \"value\")\n            _fl=$(printf '%04X' 5)\n            _vx=$(printf '%08X' \"$_val\")\n            printf '%s' \"${_hdr}7372${_cl}${_ch}12E2A0A4F781873802000149${_fl}${_fh}7870${_vx}\"\n            ;;\n        long)\n            _ch=$(_lsp_str_to_hex \"java.lang.Long\")\n            _cl=$(printf '%04X' 14)\n            _fh=$(_lsp_str_to_hex \"value\")\n            _fl=$(printf '%04X' 5)\n            _vx=$(printf '%016X' \"$_val\")\n            printf '%s' \"${_hdr}7372${_cl}${_ch}3B8BE490CC8F23DF0200014A${_fl}${_fh}7870${_vx}\"\n            ;;\n        bool)\n            _ch=$(_lsp_str_to_hex \"java.lang.Boolean\")\n            _cl=$(printf '%04X' 17)\n            _fh=$(_lsp_str_to_hex \"value\")\n            _fl=$(printf '%04X' 5)\n            case \"$_val\" in\n                true|1)  _vx=\"01\" ;;\n                false|0) _vx=\"00\" ;;\n                *) return 1 ;;\n            esac\n            printf '%s' \"${_hdr}7372${_cl}${_ch}CD207280D59CFAEE0200015A${_fl}${_fh}7870${_vx}\"\n            ;;\n        *) return 1 ;;\n    esac\n}\n\nlsp_get() {\n    _hex=$(_lsp_query_blob \"$1\" \"$2\" \"$3\")\n    [ -z \"$_hex\" ] && return 1\n    _lsp_extract_value \"$_hex\"\n    echo\n}\n\nlsp_type() {\n    _hex=$(_lsp_query_blob \"$1\" \"$2\" \"$3\")\n    _lsp_detect_type \"$_hex\"\n}\n\nlsp_set() {\n    _type=${5:-string}\n    _blob=$(_lsp_build_blob \"$_type\" \"$4\") || return 1\n    _blob=$(printf '%s' \"$_blob\" | tr 'a-f' 'A-F')\n    _lsp_write_blob \"$1\" \"$2\" \"$3\" \"$_blob\"\n}\n\nlsp_del() { _lsp_delete_row \"$1\" \"$2\" \"$3\"; }\n\nlsp_has() {\n    _hex=$(_lsp_query_blob \"$1\" \"$2\" \"$3\")\n    [ -n \"$_hex\" ]\n}\n\nlsp_keys() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"SELECT key_name FROM module_configs \\\n         WHERE module_pkg_name='$1' \\\n           AND user_id=$LSP_UID \\\n           AND \\\"group_name\\\"='$2' \\\n       ORDER BY rowid;\"\n}\n\nlsp_groups() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"SELECT DISTINCT \\\"group_name\\\" FROM module_configs \\\n         WHERE module_pkg_name='$1' \\\n           AND user_id=$LSP_UID \\\n       ORDER BY \\\"group_name\\\";\"\n}\n\nlsp_dump() {\n    _mod=$1; _grp=$2\n    lsp_keys \"$_mod\" \"$_grp\" | while IFS= read -r _k; do\n        [ -z \"$_k\" ] && continue\n        _hex=$(_lsp_query_blob \"$_mod\" \"$_grp\" \"$_k\")\n        _t=$(_lsp_detect_type \"$_hex\")\n        _v=$(_lsp_extract_value \"$_hex\")\n        printf '%s\\t%s\\t%s\\n' \"$_k\" \"$_t\" \"$_v\"\n    done\n}\n\nlsp_raw() { _lsp_query_blob \"$1\" \"$2\" \"$3\"; }\n\nlsp_count() {\n    _lsp_check_schema || return 1\n    _lsp_query \\\n      \"SELECT count(*) FROM module_configs \\\n         WHERE module_pkg_name='$1' \\\n           AND user_id=$LSP_UID \\\n           AND \\\"group_name\\\"='$2';\"\n}\n"
  },
  {
    "path": "Module/Yuri/security_patch.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [SET_SECURITY_PATCH] $1\"\n}\n\nlog_message \"Start\"\n\nsp=\"/data/adb/tricky_store/security_patch.txt\"\n\n# Get current year / month / day\ncurrent_year=$(date +%Y) || {\n    log_message \"Error: Failed to get current year\"\n    return 1\n}\n\ncurrent_month=$(date +%m | sed 's/^0*//') || {\n    log_message \"Error: Failed to get current month\"\n    return 1\n}\n\ncurrent_day=$(date +%d | sed 's/^0*//') || {\n    log_message \"Error: Failed to get current day\"\n    return 1\n}\n\n# Logic: Security Patch drop on the 5th. \nif [ \"$current_day\" -lt 10 ]; then\n  # Before the 5th: Use previous month\n  if [ \"$current_month\" -eq 1 ]; then\n    target_month=12\n    target_year=$((current_year - 1))\n  else\n    target_month=$((current_month - 1))\n    target_year=$current_year\n  fi\nelse\n  # On or after the 10th: Use current month\n  target_month=$current_month\n  target_year=$current_year\nfi\n\n# Format the target month to always have two digits (e.g., 03)\nformatted_month=$(printf \"%02d\" \"$target_month\") || {\n  log_message \"Error: Failed to format month\"\n  return 1\n}\n\npatch_date=\"${target_year}-${formatted_month}-05\"\n\nlog_message \"Writing\"\n\n# Write correct Trickystore format\ncat > \"$sp\" <<EOF\nsystem=prop\nboot=$patch_date\nvendor=$patch_date\nEOF\n\nif [ $? -ne 0 ]; then\n    log_message \"Error: Failed to write $sp\"\n    return 1\nfi\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/select_app_neccesary.sh",
    "content": "#!/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [KILL_ALL] $1\"\n}\n\n# Start\nlog_message \"Start\"\n\nt='/data/adb/tricky_store/target.txt'\n\n# Writing\nlog_message \"Writing\"\nrm -rf \"$t\"\n# add list special\nfixed_targets=\"\\\nandroid\ncom.android.vending\ncom.google.android.gsf\ncom.google.android.gms\ncom.google.android.ims\nio.github.vvb2060.keyattestation?\nio.github.vvb2060.mahoshojo?\nio.github.qwq233.keyattestation?\ncom.google.android.contactkeys\ncom.google.android.safetycore\ncom.google.android.apps.walletnfcrel\ncom.google.android.apps.nbu.paisa.user\ncom.reveny.nativecheck?\nicu.nullptr.nativetest?\ncom.android.nativetest?\nio.liankong.riskdetector?\nme.garfieldhan.holmes?\nluna.safe.luna?\ncom.zhenxi.hunter?\ncom.studio.duckdetector?\ncom.eltavine.duckdetector?\ncom.rem01gaming.disclosure?\nwu.keyChain.test?\ncom.kikyps.crackme?\ncom.chunqiunativecheck?\"\nfor entry in $fixed_targets; do\n    if ! echo \"$entry\" >> \"$t\"; then\n        log_message \"Error: Failed to write $entry to $t\"\n        return 1\n    fi\ndone\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/target_txt.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [SET_TARGET] $1\"\n}\n\nlog_message \"Start\"\n\nt='/data/adb/tricky_store/target.txt'\ntees='/data/adb/tricky_store/tee_status'\n\n# tee status \nteeBroken=\"false\"\nif [ -f \"$tees\" ]; then\n    teeBroken=$(grep -E '^teeBroken=' \"$tees\" | cut -d '=' -f2 2>/dev/null || echo \"false\")\n    if [ -z \"$teeBroken\" ]; then\n        log_message \"Error: Failed to parse teeBroken status\"\n        return 1\n    fi\nfi\n\n# add list special\nrm -rf \"$t\"\nfixed_targets=\"\\\nandroid\ncom.android.vending\ncom.google.android.gsf\ncom.google.android.gms\ncom.google.android.ims\nio.github.vvb2060.keyattestation?\nio.github.vvb2060.mahoshojo?\nio.github.qwq233.keyattestation?\ncom.google.android.contactkeys\ncom.google.android.safetycore\ncom.google.android.apps.walletnfcrel\ncom.google.android.apps.nbu.paisa.user\ncom.reveny.nativecheck?\nicu.nullptr.nativetest?\ncom.android.nativetest?\nio.liankong.riskdetector?\nme.garfieldhan.holmes?\nluna.safe.luna?\ncom.zhenxi.hunter?\ncom.studio.duckdetector?\ncom.eltavine.duckdetector?\ncom.rem01gaming.disclosure?\nwu.keyChain.test?\ncom.kikyps.crackme?\ncom.chunqiunativecheck?\"\nfor entry in $fixed_targets; do\n    if ! echo \"$entry\" >> \"$t\"; then\n        log_message \"Error: Failed to write $entry to $t\"\n        return 1\n    fi\ndone\n\n# add list\nlog_message \"Writing\"\n\nadd_packages() {\n    pkgs=$(pm list packages \"$1\" 2>/dev/null)\n    if [ $? -ne 0 ] || [ -z \"$pkgs\" ]; then\n        log_message \"Error: Failed to list packages with flag $1\"\n        return 1\n    fi\n\n    echo \"$pkgs\" | cut -d \":\" -f 2 | while read -r pkg; do\n        if [ -n \"$pkg\" ] && ! grep -q \"^$pkg\" \"$t\"; then\n            if [ \"$teeBroken\" = \"true\" ]; then\n                if ! echo \"$pkg?\" >> \"$t\"; then\n                    log_message \"Error: Failed to write $pkg? to $t\"\n                    return 1\n                fi\n            else\n                if ! echo \"$pkg\" >> \"$t\"; then\n                    log_message \"Error: Failed to write $pkg to $t\"\n                    return 1\n                fi\n            fi\n        fi\n    done\n}\n\n# add user apps\nadd_packages \"-3\"\n\n# add system apps\nadd_packages \"-s\"\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/yuri_keybox.sh",
    "content": "#!/system/bin/sh\n\n# Define important paths and file names\nTRICKY_DIR=\"/data/adb/tricky_store\"\nREMOTE_URL=\"https://raw.githubusercontent.com/Yurii0307/yurikey/main/key\"\nREMOTE_FILE=\"$TRICKY_DIR/keybox\"\nTARGET_FILE=\"$TRICKY_DIR/keybox.xml\"\nBACKUP_FILE=\"$TRICKY_DIR/keybox.xml.bak\"\nDECODE_FILE=\"$TRICKY_DIR/keybox_decode\"\nDEPENDENCY_MODULE=\"/data/adb/modules/tricky_store\"\nDEPENDENCY_MODULE_UPDATE=\"/data/adb/modules_update/tricky_store\"\nBBIN=\"/data/adb/Yurikey/bin\"\nORG_PATH=\"$PATH\"\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [YURI_KEYBOX] $1\"\n}\nlog_message \"Start\"\n\n# Check if Tricky Store module is installed (required dependency)\nif [ ! -d \"$DEPENDENCY_MODULE_UPDATE\" ] && [ ! -d \"$DEPENDENCY_MODULE\" ]; then\n  log_message \"Error: Tricky Store module file not found!\"\n  log_message \"Please install Tricky Store before using Yuri Keybox.\"\n  return 0\nfi\n\n# Backup keybox before fetching\nif [ -f \"$TARGET_FILE\" ]; then\n  mv \"$TARGET_FILE\" \"$BACKUP_FILE\"\nfi\n\ndownload() {\n    PATH=/data/adb/magisk:/data/data/com.termux/files/usr/bin:$PATH\n    if command -v curl >/dev/null 2>&1; then\n        curl --connect-timeout 10 -Ls \"$1\"\n    else\n        busybox wget -T 10 --no-check-certificate -qO- \"$1\"\n    fi\n    PATH=\"$ORG_PATH\"\n}\n\n# Function to download the remote keybox\nget_keybox() {\n    download \"$REMOTE_URL\" > \"$REMOTE_FILE\" || log_message \"Error: Keybox download failed, please download and add it manually!\"\n\n    if ! base64 -d \"$REMOTE_FILE\" > \"$DECODE_FILE\" 2>/dev/null; then\n        log_message \"Error: Base64 decode failed!\"\n        rm -f \"$REMOTE_FILE\"\n        mv \"$BACKUP_FILE\" \"$TARGET_FILE\"\n        return 1\n    fi\n\n    rm -f \"$REMOTE_FILE\"\n    mv \"$DECODE_FILE\" \"$TARGET_FILE\"\n    return 0\n}\n\n# Function to update the keybox file\nupdate_keybox() {\n  if ! get_keybox; then\n    log_message \"Failed to fetch keybox!\"\n    return\n  fi\n}\n\n# Start main logic\nlog_message \"Writing\"\n\nmkdir -p \"$TRICKY_DIR\" # Make sure the directory exists\nupdate_keybox          # Begin the update process\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/Yuri/yurirka.sh",
    "content": "#!/system/bin/sh\n# yurirka — RKA provisioning for PassIt\n# Contributed by mhmrdd <https://github.com/mhmrdd>\n\nSCRDIR=$(cd \"$(dirname \"$0\")\" && pwd)\n. \"$SCRDIR/rka/jsonarray.sh\"\n\nMOD=\"io.github.mhmrdd.libxposed.ps.passit\"\n\npm path \"$MOD\" >/dev/null 2>&1 || exit 1\n\nCFG=\"/data/user/$(id -u)/${MOD}/files/rka_configs.json\"\nIDFILE=\"/data/local/tmp/yurid\"\n\nRKA_NAME=\"Yuri RKA\"\nRKA_HOST=\"rp.mhmrdd.me\"\nRKA_TCP=59416\nRKA_UDP=0\nRKA_TOKEN=\"yurikey-5b70e270d6d69cd399c59ca3d62ccf6e\"\n\nprev_id=\"\"\nif [ -f \"$IDFILE\" ]; then\n    prev_id=$(cat \"$IDFILE\" 2>/dev/null)\n    case \"$prev_id\" in\n        ????????-????-????-????-????????????) ;;\n        *) prev_id=\"\" ;;\n    esac\nfi\n\nif [ -n \"$prev_id\" ] && ja_has \"$CFG\" \"$prev_id\"; then\n    ja_set \"$CFG\" \"$prev_id\" name      \"$RKA_NAME\"\n    ja_set \"$CFG\" \"$prev_id\" host      \"$RKA_HOST\"\n    ja_set \"$CFG\" \"$prev_id\" tcpPort       \"$RKA_TCP\"    n\n    ja_set \"$CFG\" \"$prev_id\" udpPort       \"$RKA_UDP\"    n\n    ja_set \"$CFG\" \"$prev_id\" authToken \"$RKA_TOKEN\"\n    ja_set \"$CFG\" \"$prev_id\" isActive  true           b\nelse\n    prev_id=$(ja_add \"$CFG\" \\\n        \"name=$RKA_NAME\" \\\n        \"host=$RKA_HOST\" \\\n        \"tcpPort=$RKA_TCP\" \\\n        \"udpPort=$RKA_UDP\" \\\n        \"authToken=$RKA_TOKEN\" \\\n        \"isActive=true\")\n    printf '%s' \"$prev_id\" > \"$IDFILE\"\nfi\n\nfor _oid in $(ja_ids \"$CFG\"); do\n    [ \"$_oid\" = \"$prev_id\" ] && continue\n    ja_set \"$CFG\" \"$_oid\" isActive false b\ndone\n"
  },
  {
    "path": "Module/Yuri/znctl.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [ZYGISK_NEXT] $1\"\n}\n\nlog_message \"Start\"\n\nTARGET_FILE=\"/data/adb/modules/zygisksu/module.prop\"\nSCRIPT_FILE=\"/data/adb/modules/zygisksu/bin/zygiskd\"\nREQUIRED=\"1.3.0\"\n\n# Check if Zygisk Next installed\nif [ ! -f \"$TARGET_FILE\" ]; then\n  log_message \"Error: Zygisk Next is not found, please install latest Zygisk Next.\"\n  return 1\nfi\n\n# Extract the version string\nCURRENT=$(grep \"^version=\" \"$TARGET_FILE\" | cut -d'=' -f2 | cut -d' ' -f1)\n\n# Compare versions\nif [ \"$(printf '%s\\n%s' \"$CURRENT\" \"$VERSION\" | sort -V | head -n1)\" != \"$CURRENT\" ]; then\n  log_messgae \"Error: Zygisk Next version is too low, please install latest Zygisk Next.\"\n  return 1\nfi\n\nznctl() {\n    [ -n \"$1\" ] && \"$SCRIPT_FILE\" \"$@\" 2>/dev/null\n}\n\n# Function to change configs\nzn_configs() {\n  znctl enforce-denylist just_umount\n  znctl memory-type anonymous\n  znctl linker builtin\n}\n\nset_zn_configs () {\n  if ! zn_configs; then\n    log_message \"Failed to update configs!\"\n    return\n  fi\n}\n\n# Start main logic\nlog_message \"Writing\"\n\nmkdir -p \"$SCRIPT_FILE\" # Make sure the directory exists\nset_zn_configs          # Begin the update process\n\nlog_message \"Finish\"\n"
  },
  {
    "path": "Module/action.sh",
    "content": "MODPATH=\"${0%/*}\"\n\n# ensure not running in busybox ash standalone shell\nset +o standalone\nunset ASH_STANDALONE\n\nfor SCRIPT in \\\n  \"kill_google_process.sh\" \\\n  \"target_txt.sh\" \\\n  \"security_patch.sh\" \\\n  \"boot_hash.sh\" \\\n  \"yuri_keybox.sh\"\ndo\n  if ! sh \"$MODPATH/Yuri/$SCRIPT\"; then\n    echo \"- Error: $SCRIPT failed. Aborting...\"\n    exit 1\n  fi\ndone\n  sh \"$MODPATH/Yuri/pif.sh\"\n\nif [ -f /data/adb/modules_update/Yurikey/webroot/common/device-info.sh ]; then\n  sh /data/adb/modules_update/Yurikey/webroot/common/device-info.sh\nelif [ -f /data/adb/modules/yurikey/webroot/common/device-info.sh ]; then\n  sh /data/adb/modules/yurikey/webroot/common/device-info.sh\nfi\n\necho -e \"$(date +%Y-%m-%d\\ %H:%M:%S) Meets Strong Integrity with Yurikey Manager✨✨\""
  },
  {
    "path": "Module/customize.sh",
    "content": "#!/system/bin/sh\n\n# Define important paths and file names\nTRICKY_DIR=\"/data/adb/tricky_store\"\nREMOTE_URL=\"https://raw.githubusercontent.com/Yurii0307/yurikey/main/key\"\nREMOTE_FILE=\"$TRICKY_DIR/keybox\"\nTARGET_FILE=\"$TRICKY_DIR/keybox.xml\"\nBACKUP_FILE=\"$TRICKY_DIR/keybox.xml.bak\"\nDECODE_FILE=\"$TRICKY_DIR/keybox_decode\"\nDEPENDENCY_MODULE=\"/data/adb/modules/tricky_store\"\nDEPENDENCY_MODULE_UPDATE=\"/data/adb/modules_update/tricky_store\"\nBBIN=\"/data/adb/Yurikey/bin\"\nORG_PATH=\"$PATH\"\n\n# Show UI banner\nui_print \"\"\nui_print \"*********************************\"\nui_print \"*****Yuri Keybox Installer*******\"\nui_print \"*********************************\"\nui_print \"\"\n\n# Remove old module if legacy path exists (lowercase 'yurikey')\nif [ -d \"/data/adb/modules/yurikey\" ]; then\n  touch /data/adb/modules/yurikey/remove\nfi\n\n# Check if Tricky Store module is installed (required dependency)\nif [ ! -d \"$DEPENDENCY_MODULE_UPDATE\" ] && [ ! -d \"$DEPENDENCY_MODULE\" ]; then\n  ui_print \"- Error: Tricky Store module file not found!\"\n  ui_print \"- Please install Tricky Store before using Yuri Keybox.\"\n  return 0\nfi\n\n# A few wipes\nif [ -d \"$BBIN\" ]; then\n  rm -rf $BBIN\nfi\n\ndownload() {\n    PATH=/data/adb/magisk:/data/data/com.termux/files/usr/bin:$PATH\n    if command -v curl >/dev/null 2>&1; then\n        curl --connect-timeout 10 -Ls \"$1\"\n    else\n        busybox wget -T 10 --no-check-certificate -qO- \"$1\"\n    fi\n    PATH=\"$ORG_PATH\"\n}\n\n# Function to download the remote keybox\nget_keybox() {\n    download \"$REMOTE_URL\" > \"$REMOTE_FILE\" || ui_print \"Error: Keybox download failed, please add keybox manually!\"\n\n    if ! base64 -d \"$REMOTE_FILE\" > \"$DECODE_FILE\" 2>/dev/null; then\n        ui_print \"- Error: Base64 decode failed!\"\n        return 1\n    fi\n    return 0\n}\n\n# Function to update the keybox file\nupdate_keybox() {\n  ui_print \"- Fetching remote keybox...\"\n  if ! get_keybox; then\n    ui_print \"- Failed to fetch keybox!\"\n    return\n  fi\n\n  # Check if keybox already exists\n  if [ -f \"$TARGET_FILE\" ]; then\n    # If the new one is identical, skip update\n    if cmp -s \"$TARGET_FILE\" \"$DECODE_FILE\"; then\n      ui_print \"- Existing Yuri Keybox found. No changes made.\"\n      rm -f \"$REMOTE_FILE\"\n      return\n    else\n      # If the file differs, back up the old one\n      ui_print \"- Existing keybox is not by Yuri.\"\n      ui_print \"- Creating a backup keybox...\"\n      mv \"$TARGET_FILE\" \"$BACKUP_FILE\"\n      mv \"$DECODE_FILE\" \"$TARGET_FILE\"\n    fi\n  else\n    ui_print \"- No keybox found! Creating a new one...\"\n    mv \"$DECODE_FILE\" \"$TARGET_FILE\"\n    rm -f \"$REMOTE_FILE\"\n  fi\n}\n# Start main logic\nui_print \"- Checking if there is an Yuri Keybox...\"\nmkdir -p \"$TRICKY_DIR\" # Make sure the directory exists\nupdate_keybox          # Begin the update process\n\n# Run bundled device-info.sh if present (already verified)\nDEVICE_INFO_SCRIPT=\"$TMPDIR/webroot/common/device-info.sh\"\nif [ -f \"$DEVICE_INFO_SCRIPT\" ]; then\n  sh \"$DEVICE_INFO_SCRIPT\"\nelse\n  # fallback: run already-installed one\n  if [ -f /data/adb/modules_update/Yurikey/webroot/common/device-info.sh ]; then\n    sh /data/adb/modules_update/Yurikey/webroot/common/device-info.sh\n  elif [ -f /data/adb/modules/yurikey/webroot/common/device-info.sh ]; then\n    sh /data/adb/modules/yurikey/webroot/common/device-info.sh\n  fi\nfi\n"
  },
  {
    "path": "Module/module.prop",
    "content": "id=Yurikey\nname=Yurikey Manager\nversion=v3.0.5\nversionCode=305\nauthor=Yurikey Dev\nbanner=https://raw.githubusercontent.com/Yurii0307/yurikey/main/doc/banner.webp\ndescription=A systemless module to get strong integrity so easily\nupdateJson=https://raw.githubusercontent.com/Yurii0307/yurikey/main/update.json\n"
  },
  {
    "path": "Module/service.sh",
    "content": "#!/system/bin/sh\n\n# Function to check and reset property if it doesn't match the expected value\ncheck_reset_prop() {\n  local NAME=$1\n  local EXPECTED=$2\n  local VALUE=$(resetprop $NAME)\n  [ -z $VALUE ] || [ $VALUE = $EXPECTED ] || resetprop -n $NAME $EXPECTED\n}\n\n# Function to check if a property contains a specific string and reset it\ncontains_reset_prop() {\n  local NAME=$1\n  local CONTAINS=$2\n  local NEWVAL=$3\n  [[ \"$(resetprop $NAME)\" = *\"$CONTAINS\"* ]] && resetprop -n $NAME $NEWVAL\n}\n\n# Wait for boot completion before applying changes\nresetprop -w sys.boot_completed 0\n\n# Bootloader and Verified Boot properties\ncheck_reset_prop \"ro.boot.vbmeta.device_state\" \"locked\"\ncheck_reset_prop \"ro.boot.verifiedbootstate\" \"green\"\ncheck_reset_prop \"ro.boot.flash.locked\" \"1\"\ncheck_reset_prop \"ro.boot.veritymode\" \"enforcing\"\ncheck_reset_prop \"ro.boot.warranty_bit\" \"0\"\ncheck_reset_prop \"ro.warranty_bit\" \"0\"\ncheck_reset_prop \"ro.debuggable\" \"0\"\ncheck_reset_prop \"ro.force.debuggable\" \"0\"\ncheck_reset_prop \"ro.secure\" \"1\"\ncheck_reset_prop \"ro.adb.secure\" \"1\"\ncheck_reset_prop \"ro.build.type\" \"user\"\ncheck_reset_prop \"ro.build.tags\" \"release-keys\"\ncheck_reset_prop \"ro.vendor.boot.warranty_bit\" \"0\"\ncheck_reset_prop \"ro.vendor.warranty_bit\" \"0\"\ncheck_reset_prop \"vendor.boot.vbmeta.device_state\" \"locked\"\ncheck_reset_prop \"vendor.boot.verifiedbootstate\" \"green\"\ncheck_reset_prop \"sys.oem_unlock_allowed\" \"0\"\n\n# MIUI specific properties\ncheck_reset_prop \"ro.secureboot.lockstate\" \"locked\"\n\n# Realme specific properties\ncheck_reset_prop \"ro.boot.realmebootstate\" \"green\"\ncheck_reset_prop \"ro.boot.realme.lockstate\" \"1\"\n\n# Hide that we booted from recovery when magisk is in recovery mode\ncontains_reset_prop \"ro.bootmode\" \"recovery\" \"unknown\"\ncontains_reset_prop \"ro.boot.bootmode\" \"recovery\" \"unknown\"\ncontains_reset_prop \"vendor.boot.bootmode\" \"recovery\" \"unknown\"\n\n# Security attributes\ncheck_reset_prop \"ro.secure\" \"1\"\ncheck_reset_prop \"ro.debuggable\" \"0\"\ncheck_reset_prop \"ro.build.type\" \"user\"\ncheck_reset_prop \"ro.build.tags\" \"release-keys\"\n\n# Partition verification (Hide warnings)\ncheck_reset_prop \"partition.system.verified\" \"0\"\ncheck_reset_prop \"partition.vendor.verified\" \"0\"\ncheck_reset_prop \"partition.product.verified\" \"0\"\ncheck_reset_prop \"partition.system_ext.verified\" \"0\"\ncheck_reset_prop \"partition.odm.verified\" \"0\"\n\n# OEM Unlock status\ncheck_reset_prop \"ro.oem_unlock_supported\" \"0\"\n\n# USB / ADB settings\ncheck_reset_prop \"persist.sys.usb.config\" \"none\"\ncheck_reset_prop \"service.adb.root\" \"0\"\n\n# Boot / Verification status\ncheck_reset_prop \"ro.boot.selinux\" \"enforcing\"\ncheck_reset_prop \"ro.boot.verifiedbootstate\" \"green\"\ncheck_reset_prop \"ro.boot.flash.locked\" \"1\"\ncheck_reset_prop \"ro.boot.avb_version\" \"1.3\"\ncheck_reset_prop \"ro.boot.vbmeta.device_state\" \"locked\"\ncheck_reset_prop \"ro.crypto.state\" \"encrypted\""
  },
  {
    "path": "Module/uninstall.sh",
    "content": "#!/system/bin/sh\n\nTRICKY_DIR=\"/data/adb/tricky_store\"\nTARGET_FILE=\"$TRICKY_DIR/keybox.xml\"\nBACKUP_FILE=\"$TRICKY_DIR/keybox.xml.bak\"\nBBIN=\"/data/adb/Yurikey/bin\"\n\nui_print() {\n  echo \"$1\"\n}\n\nbackup () {\nif [ -f \"$BACKUP_FILE\" ]; then\n  rm -f \"$TARGET_FILE\"\n  mv \"$BACKUP_FILE\" \"$TARGET_FILE\"\nfi\n}\n\nif [ -f \"$TARGET_FILE\" ]; then\n  if grep -q \"yuriiroot\" \"$TARGET_FILE\"; then\n    backup\n  fi\nfi\n\nif [ -d \"$BBIN\" ]; then\n  rm -rf $BBIN\nfi\n"
  },
  {
    "path": "Module/webroot/common/FixWidevineL1/FixWidevineL1.sh",
    "content": "LD_LIBRARY_PATH=/vendor/lib64/hw /vendor/bin/KmInstallKeybox /data/local/tmp/attestation attestation true"
  },
  {
    "path": "Module/webroot/common/FixWidevineL1/attestation",
    "content": "<?xml version=\"1.0\"?>                 \n<AndroidAttestation><NumberOfKeyboxes>1</NumberOfKeyboxes><Keybox DeviceID=\"attestation\"><Key algorithm=\"ecdsa\"><PrivateKey format=\"pem\">\n-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIITtDeCxHmadsR64nZgJmqW/tuWN2vjvpKHQc+ZK16vCoAoGCCqGSM49\nAwEHoUQDQgAEze1OfhlNmrrghv23VH1080nuiOHTkE6U6UafCefyO9AeJb3ZjzTr\njJ5sVXRQ8zoP0kea8mB2Cg2/acuzQIcJeg==\n-----END EC PRIVATE KEY-----\n</PrivateKey><CertificateChain><NumberOfCertificates>3</NumberOfCertificates><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIB8jCCAXmgAwIBAgIQFOOLOXnt7wbQ6VtxMaCLIjAKBggqhkjOPQQDAjA5MQww\nCgYDVQQMDANURUUxKTAnBgNVBAUTIGUwYzM1NDhhNDdlNzNmMmE3NWZiOWVkNmRh\nNWJmM2U4MB4XDTIwMDkyODIwMTgzOFoXDTMwMDkyNjIwMTgzOFowOTEMMAoGA1UE\nDAwDVEVFMSkwJwYDVQQFEyAxOTllNWRjYWY1NjZhMGUzZWY5MDY2ZjMwNWU3NTZj\nYTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABM3tTn4ZTZq64Ib9t1R9dPNJ7ojh\n05BOlOlGnwnn8jvQHiW92Y8064yebFV0UPM6D9JHmvJgdgoNv2nLs0CHCXqjYzBh\nMB0GA1UdDgQWBBRNOkkWmT0V3Uyj7ZjdQov5G6K66TAfBgNVHSMEGDAWgBTCUwGu\nPmMBr/KlnNVfgJSOADJOPDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIC\nBDAKBggqhkjOPQQDAgNnADBkAjAJKrzd5ePYC4kDP4xLvI8xuaBy1F3g4aeKWQNx\nyFCFZMvuCwZ0vu58TDtoeGBsKVACMF7ixBjTVML8pHXcAh6cjk+60Syk0QsbnKxo\neDO28ev+S2qAjI1yvJD1UzqjyoIOCg==\n-----END CERTIFICATE-----\n</Certificate><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIDkzCCAXugAwIBAgIQFk/xbbOK0z0ZBF99wwx/zDANBgkqhkiG9w0BAQsFADAb\nMRkwFwYDVQQFExBmOTIwMDllODUzYjZiMDQ1MB4XDTIwMDkyODIwMTc0OVoXDTMw\nMDkyNjIwMTc0OVowOTEMMAoGA1UEDAwDVEVFMSkwJwYDVQQFEyBlMGMzNTQ4YTQ3\nZTczZjJhNzVmYjllZDZkYTViZjNlODB2MBAGByqGSM49AgEGBSuBBAAiA2IABJHz\n0uU3kbaMjfVN38GXDgIBLl4Gp7P59n6+zmqoswoBrbrsCiFOWUU+B918FnEVcW86\njoLS+Ysn7msakvrHanJMJ4vDwD7/p+F6nkQ9J95FEkuq71oGTzCrs6SlCHu5XqNj\nMGEwHQYDVR0OBBYEFMJTAa4+YwGv8qWc1V+AlI4AMk48MB8GA1UdIwQYMBaAFDZh\n4QB8iAUJUYtEbEf/GkzJ6k8SMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgIEMA0GCSqGSIb3DQEBCwUAA4ICAQAnO5KNrbenSYxIOfzxH47CNi3Qz2O5+FoP\nW7svNjggg/hZotSwbddpSVa+fdQYYYZdHMPNjQKXYaDxPPC2i/8KBhscq+TW1k9Y\nKP+qNGMZ2CKzRIT0pByL0M5LQNbH6VxAvzGlaCvTOIsDmlLyjzmT9QMtjWkmLKdu\nISOa72hGMM4kCcIRKcgsq/s00whsOJ6IT27lp85AATuL9NvNE+kC1TZ96zEsR8Op\nlur4euBmFoGzmtSFsZa9TNyc68RuJ+n/bY7iI77wXUz7ER6uj/sfnrjYJFclLjIj\nm8Mqp69IZ1nbJsKTgg0e5X4xeecNPLSMp/hGqDOvNnSVbpri6Djm0ZWILk65BeRx\nANDUhICg/iuXnbSLIgPAIxsmniTV41nnIQ2nwDxVtfStsPzSWeEKkMTeta+Lu8jK\nKVDcRTt2zoGx+JOQWaEWpOTUM/xZwnJamdHsKBWsskQhFMxLIPJbMeYAeCCswDTE\n+LQv31wDTxSrFVw/fcfVY6PSRZWoy+6Q/zF3JATwQnYxNUchZG4suuy/ONPbOhD0\nVdzjkSyza6fomTw2F1G3c4jSQIiNV3OIxsxh4ja1ssJqMPuQzRcGGXxX8yQHrg+t\n+Dxn32jFVhl5bxTeKuI6mWBYM+/qEBTBEXLNSmVdxrntFaPmiQcguBSFR1oHZyi/\nxS/jbYFZEQ==\n-----END CERTIFICATE-----\n</Certificate><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIFHDCCAwSgAwIBAgIJANUP8luj8tazMA0GCSqGSIb3DQEBCwUAMBsxGTAXBgNV\nBAUTEGY5MjAwOWU4NTNiNmIwNDUwHhcNMTkxMTIyMjAzNzU4WhcNMzQxMTE4MjAz\nNzU4WjAbMRkwFwYDVQQFExBmOTIwMDllODUzYjZiMDQ1MIICIjANBgkqhkiG9w0B\nAQEFAAOCAg8AMIICCgKCAgEAr7bHgiuxpwHsK7Qui8xUFmOr75gvMsd/dTEDDJdS\nSxtf6An7xyqpRR90PL2abxM1dEqlXnf2tqw1Ne4Xwl5jlRfdnJLmN0pTy/4lj4/7\ntv0Sk3iiKkypnEUtR6WfMgH0QZfKHM1+di+y9TFRtv6y//0rb+T+W8a9nsNL/ggj\nnar86461qO0rOs2cXjp3kOG1FEJ5MVmFmBGtnrKpa73XpXyTqRxB/M0n1n/W9nGq\nC4FSYa04T6N5RIZGBN2z2MT5IKGbFlbC8UrW0DxW7AYImQQcHtGl/m00QLVWutHQ\noVJYnFPlXTcHYvASLu+RhhsbDmxMgJJ0mcDpvsC4PjvB+TxywElgS70vE0XmLD+O\nJtvsBslHZvPBKCOdT0MS+tgSOIfga+z1Z1g7+DVagf7quvmag8jfPioyKvxnK/Eg\nsTUVi2ghzq8wm27ud/mIM7AY2qEORR8Go3TVB4HzWQgpZrt3i5MIlCaY504LzSRi\nigHCzAPlHws+W0rB5N+er5/2pJKnfBSDiCiFAVtCLOZ7gLiMm0jhO2B6tUXHI/+M\nRPjy02i59lINMRRev56GKtcd9qO/0kUJWdZTdA2XoS82ixPvZtXQpUpuL12ab+9E\naDK8Z4RHJYYfCT3Q5vNAXaiWQ+8PTWm2QgBR/bkwSWc+NpUFgNPN9PvQi8WEg5Um\nAGMCAwEAAaNjMGEwHQYDVR0OBBYEFDZh4QB8iAUJUYtEbEf/GkzJ6k8SMB8GA1Ud\nIwQYMBaAFDZh4QB8iAUJUYtEbEf/GkzJ6k8SMA8GA1UdEwEB/wQFMAMBAf8wDgYD\nVR0PAQH/BAQDAgIEMA0GCSqGSIb3DQEBCwUAA4ICAQBOMaBc8oumXb2voc7XCWnu\nXKhBBK3e2KMGz39t7lA3XXRe2ZLLAkLM5y3J7tURkf5a1SutfdOyXAmeE6SRo83U\nh6WszodmMkxK5GM4JGrnt4pBisu5igXEydaW7qq2CdC6DOGjG+mEkN8/TA6p3cno\nL/sPyz6evdjLlSeJ8rFBH6xWyIZCbrcpYEJzXaUOEaxxXxgYz5/cTiVKN2M1G2ok\nQBUIYSY6bjEL4aUN5cfo7ogP3UvliEo3Eo0YgwuzR2v0KR6C1cZqZJSTnghIC/vA\nD32KdNQ+c3N+vl2OTsUVMC1GiWkngNx1OO1+kXW+YTnnTUOtOIswUP/Vqd5SYgAI\nmMAfY8U9/iIgkQj6T2W6FsScy94IN9fFhE1UtzmLoBIuUFsVXJMTz+Jucth+IqoW\nFua9v1R93/k98p41pjtFX+H8DslVgfP097vju4KDlqN64xV1grw3ZLl4CiOe/A91\noeLm2UHOq6wn3esB4r2EIQKb6jTVGu5sYCcdWpXr0AUVqcABPdgL+H7qJguBw09o\njm6xNIrw2OocrDKsudk/okr/AwqEyPKw9WnMlQgLIKw1rODG2NvU9oR3GVGdMkUB\nZutL8VuFkERQGt6vQ2OCw0sV47VMkuYbacK/xyZFiRcrPJPb41zgbQj9XAEyLKCH\nex0SdDrx+tWUDqG8At2JHA==\n-----END CERTIFICATE-----\n</Certificate></CertificateChain></Key><Key algorithm=\"rsa\"><PrivateKey format=\"pem\">\n-----BEGIN RSA PRIVATE KEY-----\nMIIG5AIBAAKCAYEApPn7neF2UhbrkP/3IPA3H/zvQa7rXolMXecK0jKqb6dnRqgQ\nu0cZajVvaSrYABTFDVfuCX5IEMiM4gYsOT7HDVY0h/SIL0OrdvXR+SHmLRc8D/rK\nT9eQIIUtgf776aI/zc2EqPXRO3P8UahDDKfxWClUUOSfcv56zyKaWBaTsOgLGIE8\nSiC5seRRd1Bo7qh3UVyP3qVA8pX4AQAA9odg+kXtBA52LeLy5RHcaJJzMqKSPNF2\nMFuJSCD3qU7BB5oBMmnYV3RUFa/+QcI/6tg7LVS/P/Elyqnmb2WnuCPhPEtaW7Ip\nSR8Vdmku7YFE7zXiCrFolxFd0pgNjfuGFdoqUbjyWfrzt0SABgKTYRQygX7mquiZ\nuKzE0d02gkB9ucG123aupjN07XQC5DqwDG+rBdqNQ6yNL49LACnxMSxwCGoh6dpc\n9jgXzT1SMH9v0Wp+krIWd94/WG+HosFFpCXKEj0yAQvCVzkBfx3wfHS/scYY6yXK\nUCTGqwUPIcQ7MdnHAgMBAAECggGBAIP0//F0mXNnqdw9IKpT+YO4iJb9Fn5zS4YA\ne4NNy02rlMvLOjbR095EB20TO9o0wri9kEQ/odzqzOUtEspnEEf2n+XvDc7gTZHF\nZcHj/3wpjX0qmA/s1/drDs9f6Jcjk+1FacrLdCQdzcBy2c6RtlVSGYLqmy8bpZdw\nkgvLYy6pK9bZ6CNSsbU8bn0E8CmUznthkiIABEcE9W23Vw3ZkxQcQkxwVM63LJlV\nA/sQyNvDdTz4PZTIYrIyzGW7/GHcJ7glMJQnvPVIl4XZqhpxk/iK8KC6FqclnHG5\nBA2EaDrXiHa+THqGavkPpLzIBIS3odxFEDiRbrekDVT7nVQ21OhSIg4Mp++CT/RL\nuiavlXJC0qobL23GRm9IUmkq88pGt1K06V3csaKfgOnJn4EMV5HorARnq1Zhtw/P\n4Pzse+BQkTRfANVQ4ueocQus+MtutsJESvh4MF+ghgf0xeLWQs7rHNEIbRZhVxyX\nkAQngkmoBw2U/Gziz7gkcXgRlh6HgQKBwQDQTCALdpIS8uWZfV8UQK5WzqKIyX3+\n/NhFExsHI3GBjRSMVPbtphSPuD54jTZKboLuOGfHJAWleduYr0XUiUkMku37Y7Xj\nanGUzSZvB3qasKxHfWxZKH+1OBWFlj7bkwgsLAh4+50Md44d7MfceD0mWBOyVlRt\n5L8vIzLPxltbRcidISlnk/Moqk38QVGtQ7vo3NOR6PJwPY/V/g1/QDC2LORBNmt9\n6Eqs3LdNf+3rSCaaYhD1XbaYQ7j095eFIBcCgcEAysIUdEUXrySRGGQ2PiBlszD0\nl9jqL/wJEe+tOTu3F7+Qu7zmcS5Q0cbFJY+ztPPgzSrw2DOiFvPH63KlA9wJ2POR\nO2pXar668FxJjoNF1Jkb8vMISrk/IHDYn7GL+/XTPiB+RglVgjz2ID+Z9UQZZRDp\nR8p0Eqa12OxoP7HK7fmUkBjWKTqi1VDtfB6vM+EM7cxd+CsiKpazDjWGwMMc0jz7\nABiMFhhKiC+yq4fECXHt6ZA9oh8VGUdp7AIJO/HRAoHBAJqJP+UBTRJ93tXna9js\nu+tvVqrBQpchI5rrt8uuAhIphysuBhz+cJbIDKEHs1W5c64lbukR0paYN9Gph9dN\nG0MW5zTxHwrf9/B7253YIKAPn2FSrkXfhBAA0gbQF0Z0aUXMTWTk1/ld4bRV7Vmm\nY0fFZKeU4QK/CRCBvrrj4PdwaIwbBEryOx7aaw1RsLUpYYo7+0NvXh7jrYkH+R+F\nkh42ZAn1w/4fjvd8sQnwdaVvXCSByS8hHc0NwXUNE/8SdQKBwHfg3+8Omr42xILD\nXT7GMNsNatAMtAnC3in4p1ZbdBlabdxSB32LgMVG3HEk0X9/Yb5sURHDFWa0o9MV\naXMqubfH6mpSqXS3aBeMuQDFpJfaHqg6AQENHcG0dp+UfctuwILO+1m1UxU5rdvL\nPt/Ab7NNmF+V16LfZkznGYvvNqgVFD1OMfEWdgfhXUgxbC0kNlyypCyCdCTyDNOt\n2gpGUdgLreuUl97IZei3KtA36TQcZCnf2lDsR7E2g+3CFmuWwQKBwDucj8UH0GKr\nWEEO7q/Z5Vz2e9EyRRXdgrv/yRW1qm7EKAyLPfIb2TKQZqi5Mwr8umnaOfSrqt2p\n1Kklhtz5AT73hXaoOqiXmxYDQoWnlXprJekDuV3EbBS0UuhXHrtRmg4bUmZoyTNl\nYufICOO52cpPA/K7a0kRbNvwWHwPhZb5GFu9R030YT2yVMDtPIGr5BjwQYrHbxJW\n0b13VeIupduHFWNQjkEpkFGvXQT9B8AIFVjOLbfPZKxY/WUltEOFhQ==\n-----END RSA PRIVATE KEY-----\n</PrivateKey><CertificateChain><NumberOfCertificates>3</NumberOfCertificates><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIE4DCCAsigAwIBAgIRAMInLPJfnMrFtWM6NrXgj6kwDQYJKoZIhvcNAQELBQAw\nOTEMMAoGA1UEDAwDVEVFMSkwJwYDVQQFEyBlMGMzNTQ4YTQ3ZTczZjJhNzVmYjll\nZDZkYTViZjNlODAeFw0yMDA5MjgyMDE4MzhaFw0zMDA5MjYyMDE4MzhaMDkxDDAK\nBgNVBAwMA1RFRTEpMCcGA1UEBRMgMTk5ZTVkY2FmNTY2YTBlM2VmOTA2NmYzMDVl\nNzU2Y2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCk+fud4XZSFuuQ\n//cg8Dcf/O9BruteiUxd5wrSMqpvp2dGqBC7RxlqNW9pKtgAFMUNV+4JfkgQyIzi\nBiw5PscNVjSH9IgvQ6t29dH5IeYtFzwP+spP15AghS2B/vvpoj/NzYSo9dE7c/xR\nqEMMp/FYKVRQ5J9y/nrPIppYFpOw6AsYgTxKILmx5FF3UGjuqHdRXI/epUDylfgB\nAAD2h2D6Re0EDnYt4vLlEdxoknMyopI80XYwW4lIIPepTsEHmgEyadhXdFQVr/5B\nwj/q2DstVL8/8SXKqeZvZae4I+E8S1pbsilJHxV2aS7tgUTvNeIKsWiXEV3SmA2N\n+4YV2ipRuPJZ+vO3RIAGApNhFDKBfuaq6Jm4rMTR3TaCQH25wbXbdq6mM3TtdALk\nOrAMb6sF2o1DrI0vj0sAKfExLHAIaiHp2lz2OBfNPVIwf2/Ran6SshZ33j9Yb4ei\nwUWkJcoSPTIBC8JXOQF/HfB8dL+xxhjrJcpQJMarBQ8hxDsx2ccCAwEAAaNjMGEw\nHQYDVR0OBBYEFM19INv8epriYePOaPiYL8y349iXMB8GA1UdIwQYMBaAFJ7vzqb8\nedZIDz2ZVIkiJkuCFGbMMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgIE\nMA0GCSqGSIb3DQEBCwUAA4ICAQADFUIGtksG19PMnfpxz1oi3+EUeMNc/2OfNIry\nCSqJt12pYgQxpW0R7glRrDT9JLw6Dajlt6jOSfl25PzcNUsE+twnp3Q4nTcMH1DD\nOGuWviQJRuGlkb1GiasqgWaQXNmQEPUwcT85Bzv3h9aH1lnMeWSiQQ7F9dpS0qHV\nJjO+yaHdcWHVtOtT9QGqH2P2GyuRnTimR/TJW1LaQHM8m7Ny4dAVhz86d/cYqY5s\nr74fPnBSghyTDEUE8zTCU3SkWv+ykAbc+h1B+VpNH4hYm1Zj7HkJAOLFm8QYX0p6\nhaHo32DI4H3ttjdD4VVA5DiABbUom8goQeNjEU9bOl/WYsf/nYrLKkSSu30047Pf\ngxl7UQcov7Xncs2/frytjKVd6L1zWNS3aIqNVMhJTPq1zADMJH1WFP1b77NVJyIB\n8O3kuAlbMNILtg/eBhcD5o/8uuR0q0ikfKBWJSxWnf10BmkBkdAHeuFAC2GT+kkj\nHGX2o+Q36X0dOBsu2FD5TOdNd8hYCRXyL2FoY+cm1JjziEK2bVoghgGq7iTNON3s\nXtQbmOJ2ROpnk7rLKfsrydV9slH5UTe/25Eh9v4ORZOhwG/KA8KzlF2Jw24n+GU3\nzZSjZuOjK9dFoPweg6XQkyH5zcQyZ1MpmbRTQR3O0wp6SGfdWhawY6+wP1/Yg7Ca\nRZUuGg==\n-----END CERTIFICATE-----\n</Certificate><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgIQYtQ3fMcTehyJlxjFD+BUFDANBgkqhkiG9w0BAQsFADAb\nMRkwFwYDVQQFExBmOTIwMDllODUzYjZiMDQ1MB4XDTIwMDkyODIwMTY1MFoXDTMw\nMDkyNjIwMTY1MFowOTEMMAoGA1UEDAwDVEVFMSkwJwYDVQQFEyBlMGMzNTQ4YTQ3\nZTczZjJhNzVmYjllZDZkYTViZjNlODCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCC\nAgoCggIBANbbOT706t8OMUIx1hRGPcwPbaDvruVxbkx9K1QNFZzAFFu8faxHWjqe\num/VPAoaWxo7/pLXJ/1zkhABhTlcB3/aTQWnzxauwXGjZoj0HiUtQj2AoX6RCJX3\nHN5hh9FQblE/JoR0/DoJPo/zPWv8OrpQcl06gyBKInTJNKD/+xVwTim6GlEQT754\nUF39C+KoogzbwJGgfpT6Jdj08ork11mFOmQb8dszrN8oLzpmcfo83gUmLRKvHBue\nTTN/aR/KtVjgsKxSdLgyyZ699A5vBzoFAsQu+lQvqckCF1Qx91wKcIkeYx03pM+4\nzKquYe3OhUG5lwqaWsOhRVGpiU7iaFj6VMeInL7gBjS9LE42xnbItM1N4ZbJg5N7\nqe4G4ZcQuZI8rEk9kjRgL91zgjQCIie3FU+UpvJSPpjsPjoWCv6paH9VCRcWlXo7\nIP2RfTQXBohBznAh7abubK8ujNMa80i3uXN3Q2G0Jr/hIvCGMtNmzE+uPz79FEZG\nPjKwO9XX2XtDBXzhgBs+AoV0ODswSbkFOamharOiT+Vq2U1BviDF/O1yzO53EP4S\nweaLGsWznwVA7wppkmk2G2p1WjWJ6prBMYNoKLmArq+B5uZAFdLl+r9dy4gNkFyc\ng10akANoSQIir+gb+DkiH1kgVuoO8+icTExwxaIdIhk9KWhEz1H3AgMBAAGjYzBh\nMB0GA1UdDgQWBBSe786m/HnWSA89mVSJIiZLghRmzDAfBgNVHSMEGDAWgBQ2YeEA\nfIgFCVGLRGxH/xpMyepPEjAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIC\nBDANBgkqhkiG9w0BAQsFAAOCAgEACmD/wwX1+pNXfct3/q7AYnznjKo5C3MUFNPd\nIJ9zYL74PbitMy50NU1XhVAs1uqjsUN+qgOxU9w2rz/0a1yf+2QLGGVFywbjP1Tt\n/hZX8Ka04iVdnr7AyObloz9KchTE431wPGXrpEw5/NXr6yvmeUSxKYe1aJBrqHc3\nxROh0+WkTHBiLBnlcFr5nmxYrVPDcC9sBwaU6TQvc2JUcBwIu5WowyItgeDrq+8h\n0HcpomcHcqrfuEMnO/9LZIQECIf8rTc6k7mD8hL+xOWuqMO48eC8g9xwKXKjEfRo\n/RZrM5uW/qP8E1JZyD81J4H0aW1hsuNvd/puUMj9EjWYZW/ud4r15fSJ9LYniJER\nrpnUmB43wORBf6x29akHDXyohd6QbunpEhy7HBw7IzZ6ZemZ2zAcDfcI5KiGEyAu\nscG3ov+WtGPq39NEc0ux5ipnO9ETkS50BDByFrGeZsGdpGBwK4xYLhmFPVzEaFDk\nFOpBEzxfdkMBQX/5PMqYiWkLS8EoyCsdmnua07zs3qQtkXC7sQjwaK9h/FwkEdt/\nCdtLvbZUpzd1I/qHJzIuAWhwPBLsCSvSaq+cSEvBPkhVmLJJY+dlkv6zPEo10hv5\ny11KV3n/6sIxYNL4TGF1enD64ysmsEy1A6g4UkmMpaHePbLiyb6Ri26TKY7G+wuP\nfmjXsWI=\n-----END CERTIFICATE-----\n</Certificate><Certificate format=\"pem\">\n-----BEGIN CERTIFICATE-----\nMIIFHDCCAwSgAwIBAgIJANUP8luj8tazMA0GCSqGSIb3DQEBCwUAMBsxGTAXBgNV\nBAUTEGY5MjAwOWU4NTNiNmIwNDUwHhcNMTkxMTIyMjAzNzU4WhcNMzQxMTE4MjAz\nNzU4WjAbMRkwFwYDVQQFExBmOTIwMDllODUzYjZiMDQ1MIICIjANBgkqhkiG9w0B\nAQEFAAOCAg8AMIICCgKCAgEAr7bHgiuxpwHsK7Qui8xUFmOr75gvMsd/dTEDDJdS\nSxtf6An7xyqpRR90PL2abxM1dEqlXnf2tqw1Ne4Xwl5jlRfdnJLmN0pTy/4lj4/7\ntv0Sk3iiKkypnEUtR6WfMgH0QZfKHM1+di+y9TFRtv6y//0rb+T+W8a9nsNL/ggj\nnar86461qO0rOs2cXjp3kOG1FEJ5MVmFmBGtnrKpa73XpXyTqRxB/M0n1n/W9nGq\nC4FSYa04T6N5RIZGBN2z2MT5IKGbFlbC8UrW0DxW7AYImQQcHtGl/m00QLVWutHQ\noVJYnFPlXTcHYvASLu+RhhsbDmxMgJJ0mcDpvsC4PjvB+TxywElgS70vE0XmLD+O\nJtvsBslHZvPBKCOdT0MS+tgSOIfga+z1Z1g7+DVagf7quvmag8jfPioyKvxnK/Eg\nsTUVi2ghzq8wm27ud/mIM7AY2qEORR8Go3TVB4HzWQgpZrt3i5MIlCaY504LzSRi\nigHCzAPlHws+W0rB5N+er5/2pJKnfBSDiCiFAVtCLOZ7gLiMm0jhO2B6tUXHI/+M\nRPjy02i59lINMRRev56GKtcd9qO/0kUJWdZTdA2XoS82ixPvZtXQpUpuL12ab+9E\naDK8Z4RHJYYfCT3Q5vNAXaiWQ+8PTWm2QgBR/bkwSWc+NpUFgNPN9PvQi8WEg5Um\nAGMCAwEAAaNjMGEwHQYDVR0OBBYEFDZh4QB8iAUJUYtEbEf/GkzJ6k8SMB8GA1Ud\nIwQYMBaAFDZh4QB8iAUJUYtEbEf/GkzJ6k8SMA8GA1UdEwEB/wQFMAMBAf8wDgYD\nVR0PAQH/BAQDAgIEMA0GCSqGSIb3DQEBCwUAA4ICAQBOMaBc8oumXb2voc7XCWnu\nXKhBBK3e2KMGz39t7lA3XXRe2ZLLAkLM5y3J7tURkf5a1SutfdOyXAmeE6SRo83U\nh6WszodmMkxK5GM4JGrnt4pBisu5igXEydaW7qq2CdC6DOGjG+mEkN8/TA6p3cno\nL/sPyz6evdjLlSeJ8rFBH6xWyIZCbrcpYEJzXaUOEaxxXxgYz5/cTiVKN2M1G2ok\nQBUIYSY6bjEL4aUN5cfo7ogP3UvliEo3Eo0YgwuzR2v0KR6C1cZqZJSTnghIC/vA\nD32KdNQ+c3N+vl2OTsUVMC1GiWkngNx1OO1+kXW+YTnnTUOtOIswUP/Vqd5SYgAI\nmMAfY8U9/iIgkQj6T2W6FsScy94IN9fFhE1UtzmLoBIuUFsVXJMTz+Jucth+IqoW\nFua9v1R93/k98p41pjtFX+H8DslVgfP097vju4KDlqN64xV1grw3ZLl4CiOe/A91\noeLm2UHOq6wn3esB4r2EIQKb6jTVGu5sYCcdWpXr0AUVqcABPdgL+H7qJguBw09o\njm6xNIrw2OocrDKsudk/okr/AwqEyPKw9WnMlQgLIKw1rODG2NvU9oR3GVGdMkUB\nZutL8VuFkERQGt6vQ2OCw0sV47VMkuYbacK/xyZFiRcrPJPb41zgbQj9XAEyLKCH\nex0SdDrx+tWUDqG8At2JHA==\n-----END CERTIFICATE-----\n</Certificate></CertificateChain></Key></Keybox></AndroidAttestation>\n<!-- Android Attestation for OPPO / OnePlus / Realme by NekoYuzu -->\n"
  },
  {
    "path": "Module/webroot/common/boot_hash.sh",
    "content": "#!/system/bin/sh\n\nlog_message() {\n    echo \"$(date +%Y-%m-%d\\ %H:%M:%S) [SET_BOOT_HASH] $1\"\n}\n\nlog_message \"Start\"\n\n# Get vbmeta hash\nboot_hash=$(su -c \"getprop ro.boot.vbmeta.digest\" 2>/dev/null)\n[ -z \"$boot_hash\" ] && boot_hash=\"0000000000000000000000000000000000000000000000000000000000000000\"\n\nfile_path=\"/data/adb/boot_hash\"\n\n# Create folder and write file\nlog_message \"Writing\"\nmkdir -p \"$(dirname \"$file_path\")\"\necho \"$boot_hash\" > \"$file_path\"\nchmod 644 \"$file_path\"\nsu -c \"resetprop -n ro.boot.vbmeta.digest $boot_hash\" >/dev/null 2>&1\n\nlog_message \"Finish\""
  },
  {
    "path": "Module/webroot/common/device-info.sh",
    "content": "#!/system/bin/sh\n\n# Specify the current root directory for both normal and update path\nif [ -d \"/data/adb/modules_update/Yurikey\" ]; then\n  BASE_PATH=\"/data/adb/modules_update/Yurikey\"\nelse\n  BASE_PATH=\"/data/adb/modules/Yurikey\"\nfi\n\nINFO_PATH=\"$BASE_PATH/webroot/json/device-info.json\"\n\nandroid_ver=$(getprop ro.build.version.release)\nkernel_ver=$(uname -r)\n\n# Root Implementation\nif [ -d \"/data/adb/magisk\" ] && [ -f \"/data/adb/magisk.db\" ]; then\n  root_type=\"Magisk\"\nelif [ -f \"/data/apatch/apatch\" ]; then\n  root_type=\"Apatch\"\nelif [ -d \"/data/adb/ksu\" ] && { [ -d \"/data/adb/kpm\" ] || [ -f \"/data/adb/ksu/.dynamic_sign\" ]; }; then\n  root_type=\"SukiSU-Ultra\"\nelif [ -d \"/data/adb/ksu\" ] && { [ -f \"/data/adb/ksud\" ] || [ -f \"/sys/module/kernelsu/parameters/expected_manager_size\" ]; }; then\n  root_type=\"KernelSU-Next\"\nelif [ -d \"/data/adb/ksu\" ]; then\n  root_type=\"KernelSU\"\nelse\n  root_type=\"Unknown\"\nfi\n\n# Output JSON\ncat <<EOF > \"$INFO_PATH\"\n{\n  \"android\": \"$android_ver\",\n  \"kernel\": \"$kernel_ver\",\n  \"root\": \"$root_type\"\n}\nEOF"
  },
  {
    "path": "Module/webroot/common/lsposed2.sh",
    "content": "#!/system/bin/sh\n\nfind /data/app -type f -name base.odex -delete"
  },
  {
    "path": "Module/webroot/common/pif2.sh",
    "content": "#!/system/bin/sh\n\nsu -c '\ngetprop | grep -E \"pihook|pixelprops\" | sed -E \"s/^\\[(.*)\\]:.*/\\1/\" | while IFS= read -r prop; do\n  resetprop -p -d \"$prop\"\ndone\n'"
  },
  {
    "path": "Module/webroot/common/twrp.sh",
    "content": "#!/system/bin/sh\n# delete_twrp_folder.sh\n# Script to delete TWRP folder from Android internal storage\n\necho \"Starting deletion of TWRP folder...\"\n\n# Define the TWRP folder path (adjust if needed)\nTWRP_FOLDER=\"/sdcard/TWRP\"\n\nif [ -d \"$TWRP_FOLDER\" ]; then\n  echo \"- Found folder $TWRP_FOLDER. Deleting...\"\n  rm -rf \"$TWRP_FOLDER\"\n  echo \"Folder deleted successfully.\"\nelse\n  echo \"- Folder $TWRP_FOLDER not found. Nothing to delete.\"\nfi\n\necho \"TWRP folder deletion script completed.\""
  },
  {
    "path": "Module/webroot/common/widevinel1.sh",
    "content": "#!/system/bin/sh\n# Copy FixWidevineL1/* directory to /data/local/tmp\ncp -r ./FixWidevineL1/* /data/local/tmp/\n\n# Set correct permissions\nchmod 777 /data/local/tmp/FixWidevineL1.sh\nchmod 777 /data/local/tmp/attestation\n\n# Set owner and group to root:root\nchown root:root /data/local/tmp/FixWidevineL1.sh\nchown root:root /data/local/tmp/attestation\n\n# Execute the script\nsu -c sh /data/local/tmp/FixWidevineL1.sh\n"
  },
  {
    "path": "Module/webroot/config.json",
    "content": "{\n    \"title\": \"Yurikey Manager\",\n    \"icon\": \"yurikey.png\",\n    \"windowResize\": false,\n    \"exitConfirm\": false\n}"
  },
  {
    "path": "Module/webroot/css/style.css",
    "content": ":root {\n  color-scheme: dark;\n  --ui-bg: #111a26;\n  --ui-text: #f3edf7;\n  --ui-card-bg: #1d2a3a;\n  --ui-card-border: #334759;\n  --ui-muted: #c2d0e3;\n  --ui-pill-bg: #9ecaff;\n  --ui-pill-bg-hover: #b0d4ff;\n  --ui-pill-border: #c7ddff;\n  --ui-pill-text: #003258;\n  --ui-nav-active: #00497d;\n  --ui-nav-text: #d1e4ff;\n  --ui-nav-text-active: #ffffff;\n  --ui-select-bg: #3a546f;\n  --ui-select-border: #6f90b2;\n  --ui-select-panel: #273a4e;\n  --ui-select-panel-border: #587493;\n  --snackbar-info: #2196f3;\n  --snackbar-success: #43a047;\n  --snackbar-warning: #f9a825;\n  --snackbar-error: #e53935;\n  --snackbar-text: #ffffff;\n}\n\n:root[data-theme-mode=\"light\"] {\n  color-scheme: light;\n  --ui-bg: #e9f2ff;\n  --ui-text: #2f2433;\n  --ui-card-bg: #f2f7ff;\n  --ui-card-border: #c6d8ef;\n  --ui-muted: #44607d;\n  --ui-pill-bg: #0061a4;\n  --ui-pill-bg-hover: #1a74b7;\n  --ui-pill-border: #6aa6d3;\n  --ui-pill-text: #ffffff;\n  --ui-nav-active: #0061a4;\n  --ui-nav-text: #001d36;\n  --ui-nav-text-active: #ffffff;\n  --ui-select-bg: #d1e4ff;\n  --ui-select-border: #b2cbe9;\n  --ui-select-panel: #e2eeff;\n  --ui-select-panel-border: #c3d8f3;\n}\n\nbody {\n  margin: 0;\n  background: var(--ui-bg);\n  color: var(--ui-text);\n}\n\n.page-shell {\n  max-width: 1080px;\n  margin: 0 auto;\n  padding: 1rem 0.75rem 6rem;\n}\n\n.page {\n  display: none;\n}\n\n.page.active {\n  display: block;\n}\n\n.page-card {\n  padding: 1rem;\n  border-radius: 1rem;\n}\n\n.block {\n  margin-top: 1rem;\n  padding: 1rem;\n  border-radius: 0.9rem;\n}\n\n.stack {\n  display: flex;\n  flex-direction: column;\n  gap: 0.65rem;\n}\n\n.menu-btn {\n  width: 100%;\n  justify-content: center;\n}\n\n.page-title {\n  font-size: 1.5rem;\n  line-height: 1.2;\n}\n\n#home-page #refresh-info-btn,\n#actions-page .menu-btn,\n#advance-menu .menu-btn,\n#settings-page .update-support .menu-btn {\n  border-radius: 999px;\n  min-height: 46px;\n  padding: 0.65rem 1rem;\n  border: 1px solid var(--ui-pill-border);\n  background: var(--ui-pill-bg);\n  color: var(--ui-pill-text);\n  font-weight: 700;\n  letter-spacing: 0.01em;\n  box-shadow: none;\n}\n\n#home-page #refresh-info-btn {\n  width: auto;\n  min-width: 180px;\n  align-self: flex-start;\n}\n\n.mini-card {\n  padding: 0.5rem 0.8rem;\n  border-radius: 0.9rem;\n  background: var(--ui-card-bg);\n  border: 1px solid var(--ui-card-border);\n  width: 100%;\n  max-width: 100%;\n  box-sizing: border-box;\n}\n\n.mini-card-value {\n  margin: 0.35rem 0 0;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--ui-text);\n}\n\n.module-version-label {\n  font-size: 0.98rem;\n}\n\n.module-version-value {\n  font-size: 1.08rem;\n}\n\n.home-top-controls {\n  display: flex;\n  flex-direction: column;\n  align-items: stretch;\n  gap: 0.7rem;\n  margin-bottom: 0.5rem;\n}\n\n\n#home-page #refresh-info-btn:hover,\n#actions-page .menu-btn:hover,\n#advance-menu .menu-btn:hover,\n#settings-page .update-support .menu-btn:hover {\n  background: var(--ui-pill-bg-hover);\n}\n\n#home-page #refresh-info-btn:disabled,\n#home-page #refresh-info-btn.rotating {\n  opacity: 1 !important;\n  background: var(--ui-pill-bg) !important;\n  background-image: none !important;\n  color: var(--ui-pill-text) !important;\n  border-color: var(--ui-pill-border) !important;\n  box-shadow: none !important;\n  filter: none !important;\n}\n\n#home-page #refresh-info-btn.rotating:hover,\n#home-page #refresh-info-btn.rotating:active {\n  background: var(--ui-pill-bg) !important;\n  background-image: none !important;\n}\n\n#home-page #refresh-info-btn.rotating::before,\n#home-page #refresh-info-btn.rotating::after {\n  color: var(--ui-pill-text) !important;\n  border-color: var(--ui-pill-text) !important;\n}\n\n#home-page #refresh-info-btn:active,\n#actions-page .menu-btn:active,\n#advance-menu .menu-btn:active,\n#settings-page .update-support .menu-btn:active:active {\n  transform: translateY(1px);\n}\n\n.home-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Küçük kartlar için daha dar kolonlar */\n  gap: 0.75rem;\n}\n\n.beer-card {\n  padding: 0.8rem 1rem;\n  border-radius: 1.25rem;\n  background: var(--ui-card-bg);\n  border: 1px solid var(--ui-card-border);\n  box-shadow: 0 4px 16px rgb(0 0 0 / 20%);\n  min-height: 100px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.card-title {\n  color: var(--ui-muted);\n  font-size: 1rem;\n}\n\n.section-heading {\n  font-size: 1.14rem;\n  line-height: 1.35;\n}\n\n.long-heading {\n  font-size: 1.08rem;\n}\n\n.card-value {\n  margin: 0.65rem 0 0;\n  font-weight: 700;\n  font-size: 1.02rem;\n  color: var(--ui-text);\n}\n\n#status-row.online {\n  border: 1px solid color-mix(in srgb, var(--tertiary) 50%, transparent);\n}\n\n#status-row.offline {\n  border: 1px solid color-mix(in srgb, var(--error) 50%, transparent);\n}\n\n.bottom-nav {\n  position: fixed;\n  left: 0.5rem;\n  right: 0.5rem;\n  bottom: 0.5rem;\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 0.35rem;\n  padding: 0.35rem;\n  border-radius: 999px;\n  border: 1px solid var(--outline-variant);\n  backdrop-filter: blur(12px);\n  box-shadow: 0 8px 30px rgb(0 0 0 / 35%);\n}\n\n.nav-btn {\n  border: none;\n  background: transparent;\n  min-height: 44px;\n  padding: 0.55rem 0.35rem;\n  border-radius: 999px;\n  color: var(--ui-nav-text);\n  font-weight: 600;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 0.45rem;\n  opacity: 0.72;\n  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;\n}\n\n.nav-icon {\n  font-size: 18px !important;\n  line-height: 1;\n  opacity: 0.72;\n}\n\n.nav-btn.active {\n  background: var(--ui-nav-active);\n  color: var(--ui-nav-text-active);\n  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 16%), 0 8px 24px rgb(127 39 80 / 35%);\n  opacity: 1;\n}\n\n.nav-btn.active .nav-icon {\n  opacity: 1;\n  transform: scale(1.03);\n}\n\n.nav-btn span {\n  font-size: 0.85rem;\n  white-space: nowrap;\n}\n\n.custom-dropdown {\n  position: relative;\n}\n\n.lang-select-wrap {\n  margin-top: 0.4rem;\n}\n\n#settings-page .lang-select-btn {\n  width: 100%;\n  min-height: 54px;\n  border-radius: 999px;\n  border: 1px solid var(--ui-select-border);\n  background: var(--ui-select-bg);\n  color: var(--ui-text);\n  font-weight: 600;\n  justify-content: space-between;\n  padding: 0.8rem 1rem 0.8rem 1.2rem;\n  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);\n}\n\n#settings-page .lang-select-btn::after {\n  content: \"\";\n  width: 0;\n  height: 0;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 6px solid var(--ui-text);\n  margin-left: 0.5rem;\n}\n\n.lang-options-list {\n  margin-top: 0.45rem;\n  border-radius: 1rem;\n  background: var(--ui-select-panel);\n  border: 1px solid var(--ui-select-panel-border);\n  box-shadow: 0 10px 28px rgb(0 0 0 / 45%);\n}\n\n.dropdown-list {\n  display: none;\n  position: absolute;\n  z-index: 20;\n  left: 0;\n  right: 0;\n  margin-top: 0.25rem;\n  max-height: 240px;\n  overflow-y: auto;\n  border-radius: 0.75rem;\n  background: var(--surface-container-high);\n  border: 1px solid var(--outline-variant);\n  padding: 0.25rem 0;\n}\n\n.dropdown-list.show {\n  display: block;\n}\n\n.dropdown-list li {\n  list-style: none;\n  cursor: pointer;\n  padding: 0.6rem 0.75rem;\n}\n\n.dropdown-list li:hover {\n  background: var(--surface-container-highest);\n}\n\n.lang-select-wrap .lang-options-list {\n  background: var(--ui-select-panel);\n  border: 1px solid var(--ui-select-panel-border);\n  box-shadow: 0 10px 28px rgb(0 0 0 / 45%);\n}\n\n.lang-select-wrap .lang-options-list li:hover {\n  background: color-mix(in srgb, var(--ui-select-panel) 86%, #ffffff 14%);\n}\n\n.theme-presets {\n  margin-top: 0.75rem;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));\n  gap: 0.5rem;\n}\n\n.theme-preset-btn {\n  border: 1px solid var(--ui-pill-border);\n  background: color-mix(in srgb, var(--ui-card-bg) 78%, var(--ui-pill-bg) 22%);\n  color: var(--ui-text);\n  border-radius: 999px;\n  padding: 0.55rem 0.7rem;\n  font-weight: 600;\n}\n\n.theme-preset-btn.active {\n  background: var(--ui-pill-bg);\n  color: var(--ui-pill-text);\n  border-color: var(--ui-pill-border);\n}\n\n#settings-page .surface-variant.block,\n#actions-page .surface-variant.block.menu-card,\n#advance-menu .surface-variant.block.menu-card {\n  background: var(--ui-card-bg);\n  border: 1px solid var(--ui-card-border);\n  color: var(--ui-text);\n  box-shadow: 0 4px 12px rgb(0 0 0 / 20%);\n  padding: 0.8rem 1rem;\n  border-radius: 1rem;\n  min-height: 100px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n#actions-page .surface-variant.block.menu-card h6,\n#advance-menu .surface-variant.block.menu-card h6,\n#settings-page .surface-variant.block h6 {\n  color: var(--ui-text);\n  font-size: 1rem;\n  font-weight: 600;\n}\n\n@media (max-width: 768px) {\n  #settings-page .surface-variant.block,\n  #actions-page .surface-variant.block.menu-card,\n  #advance-menu .surface-variant.block.menu-card {\n    padding: 0.6rem 0.8rem;\n    min-height: 90px;\n    border-radius: 0.9rem;\n  }\n\n  #actions-page .surface-variant.block.menu-card h6,\n  #advance-menu .surface-variant.block.menu-card h6,\n  #settings-page .surface-variant.block h6 {\n    font-size: 0.9rem;\n  }\n}\n\n.appearance-header {\n  display: flex;\n  align-items: center;\n  justify-content: flex-start;\n  gap: 0.75rem;\n}\n\n.appearance-title {\n  font-size: 1.08rem;\n  line-height: 1.2;\n}\n\n\n\n.contrib-grid {\n  margin-top: 0.75rem;\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n  gap: 0.75rem;\n}\n\n.contrib-card {\n  border: 1px solid var(--outline-variant);\n  border-radius: 0.8rem;\n  background: color-mix(in srgb, var(--ui-card-bg) 88%, #ffffff 12%);\n  color: var(--on-surface);\n  padding: 0.8rem;\n  text-align: center;\n  min-height: 138px;\n  box-shadow: 0 6px 16px rgb(0 0 0 / 18%);\n}\n\n.contrib-card:hover {\n  transform: translateY(-2px);\n  border-color: var(--ui-pill-border);\n}\n\n.contrib-card img {\n  width: 56px;\n  height: 56px;\n  border-radius: 999px;\n  object-fit: cover;\n}\n\n.contrib-name {\n  margin-top: 0.45rem;\n  font-weight: 700;\n}\n\n.contrib-role {\n  font-size: 0.85rem;\n  color: var(--on-surface-variant);\n}\n\n.small-text {\n  font-size: 0.95rem;\n  line-height: 1.5;\n}\n\n#settings-page h6[data-i18n=\"settings_language\"],\n#settings-page h6[data-i18n=\"update_title\"],\n#settings-page h6[data-i18n=\"settings_contributors\"] {\n  font-size: 1.08rem;\n}\n\n#settings-page .surface-variant.block > h6:not(.section-heading) {\n  font-size: 1.08rem;\n}\n\n#settings-page p[data-i18n=\"update_desc\"] {\n  font-size: 1rem;\n  line-height: 1.55;\n}\n\n#settings-page p[data-i18n=\"update_note\"] {\n  font-size: 1rem;\n  line-height: 1.6;\n}\n\n\n\n.snackbar {\n  position: fixed;\n  left: 50%;\n  top: 1rem;\n  transform: translateX(-50%) translateY(-20px);\n  min-width: min(88vw, 560px);\n  max-width: min(88vw, 560px);\n  padding: 0.85rem 1rem;\n  border-radius: 0.8rem;\n  color: var(--snackbar-text);\n  opacity: 0;\n  pointer-events: none;\n  transition: opacity 0.25s ease, transform 0.25s ease;\n  z-index: 40;\n  box-shadow: 0 10px 26px rgb(0 0 0 / 32%);\n}\n\n.snackbar.show {\n  opacity: 1;\n  transform: translateX(-50%) translateY(0);\n}\n\n.snackbar.has-output {\n  pointer-events: auto;\n  cursor: pointer;\n}\n\n.snackbar.info { background: var(--snackbar-info); }\n.snackbar.success { background: var(--snackbar-success); }\n.snackbar.warning { background: var(--snackbar-warning); }\n.snackbar.error { background: var(--snackbar-error); }\n\n.overlay.blur {\n  position: fixed;\n  inset: 0;\n  background: rgb(0 0 0 / 35%);\n  backdrop-filter: blur(3px);\n  opacity: 0;\n  pointer-events: none;\n  transition: opacity 0.2s ease;\n  z-index: 60;\n}\n\n.overlay.blur.active {\n  opacity: 1;\n  pointer-events: auto;\n}\n\n.snackbar-dialog {\n  z-index: 61;\n  width: min(92vw, 640px);\n  border: 1px solid var(--ui-card-border);\n  border-radius: 1rem;\n  background: var(--ui-card-bg);\n  color: var(--ui-text);\n}\n\n.snackbar-output-pre {\n  max-height: 48vh;\n  overflow: auto;\n  white-space: pre-wrap;\n  background: color-mix(in srgb, var(--ui-card-bg) 78%, #000 22%);\n  border-radius: 0.7rem;\n  padding: 0.85rem;\n}\n\n.snackbar-output-meta {\n  margin: 0.6rem 0 0;\n  opacity: 0.85;\n}\n\n.history-dialog-actions {\n  margin-top: 1rem;\n  gap: 0.5rem;\n}\n\n.history-dialog-actions .history-btn {\n  border-radius: 999px;\n  min-width: 110px;\n  padding: 0.6rem 1rem;\n  border: 1px solid var(--ui-pill-border);\n  background: var(--ui-pill-bg);\n  color: var(--ui-pill-text);\n  font-weight: 700;\n  box-shadow: none;\n}\n\n.history-dialog-actions .history-btn:hover {\n  background: var(--ui-pill-bg-hover);\n}\n\n@media (max-width: 768px) {\n  .beer-card {\n    min-height: 90px; /* Mobilde daha kısa */\n    padding: 0.7rem 0.8rem; /* Daha küçük iç boşluk */\n  }\n\n  .mini-card {\n    padding: 0.4rem 0.6rem; /* Küçük kartlar daha da küçülsün */\n  }\n\n  .home-grid {\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Kolonlar daha dar */\n  }\n}\n"
  },
  {
    "path": "Module/webroot/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <meta name=\"theme-color\" content=\"#121212\" />\n  <title>Yurikey Manager</title>\n\n  <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@1\" />\n  <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/beercss@3.9.8/dist/cdn/beer.min.css\" />\n  <link rel=\"stylesheet\" href=\"css/style.css\" />\n</head>\n<body class=\"dark\">\n  <main id=\"app\" class=\"page-shell\">\n    <section id=\"home-page\" class=\"page active\">\n      <article class=\"surface page-card\">\n        <h4 class=\"center-align page-title\">Yurikey Manager</h4>\n\n        <div class=\"home-top-controls\">\n          <div id=\"module-version-card\" class=\"mini-card\">\n            <h6 class=\"no-margin module-version-label\" data-i18n=\"home_version\">Version</h6>\n            <p id=\"version-text\" class=\"mini-card-value module-version-value\">Error</p>\n          </div>\n          <button id=\"refresh-info-btn\" type=\"button\" class=\"menu-btn\" data-script=\"webroot/common/device-info.sh\" data-i18n=\"home_refresh\">Refresh Info</button>\n        </div>\n\n        <div class=\"home-grid\">\n          <article class=\"beer-card\">\n            <h6 class=\"card-title no-margin\" data-i18n=\"home_clock_date\">Clock Date</h6>\n            <p id=\"clock-date\" class=\"card-value\">--/--/--</p>\n          </article>\n\n          <article class=\"beer-card\">\n            <h6 class=\"card-title no-margin\" data-i18n=\"home_clock_time\">Clock Time</h6>\n            <p id=\"clock-time\" class=\"card-value\">--:--:--</p>\n          </article>\n\n          <article id=\"status-row\" class=\"beer-card offline\">\n            <h6 class=\"card-title no-margin\" data-i18n=\"home_status\">Status</h6>\n            <p id=\"status-bar-text\" class=\"card-value\" data-i18n=\"home_status_offline\">Offline</p>\n          </article>\n\n          <article class=\"beer-card\">\n            <h6 class=\"card-title no-margin\">Android</h6>\n            <p id=\"android-version\" class=\"card-value\">Error</p>\n          </article>\n\n          <article class=\"beer-card\">\n            <h6 class=\"card-title no-margin\">Kernel</h6>\n            <p id=\"kernel-version\" class=\"card-value\">Error</p>\n          </article>\n\n          <article class=\"beer-card\">\n            <h6 class=\"card-title no-margin\" data-i18n=\"home_root\">Root Implementation</h6>\n            <p id=\"root-type\" class=\"card-value\">Error</p>\n          </article>\n        </div>\n      </article>\n    </section>\n\n    <section id=\"actions-page\" class=\"page\">\n      <article class=\"surface page-card\">\n        <h5 class=\"page-title\" data-i18n=\"menu_title\">Main Menu</h5>\n\n        <article class=\"surface-variant block menu-card\">\n          <h6 class=\"section-heading\">Keybox</h6>\n          <div class=\"stack\">\n            <button class=\"menu-btn\" data-script=\"yuri_keybox.sh\" data-i18n=\"menu_keybox\">Set up Yuri Keybox</button>\n          </div>\n        </article>\n\n        <article class=\"surface-variant block menu-card\">\n          <h6 class=\"section-heading\">GMS</h6>\n          <div class=\"stack\">\n            <button class=\"menu-btn\" data-script=\"kill_google_process.sh\" data-i18n=\"menu_force_clear\">Force Stop & Clear Data Play Store</button>\n            <button class=\"menu-btn\" data-script=\"target_txt.sh\" data-i18n=\"menu_target\">Set up target.txt</button>\n            <button class=\"menu-btn\" data-script=\"select_app_neccesary.sh\" data-i18n=\"menu_necessary\">Set Necessary App</button>\n            <button class=\"menu-btn\" data-script=\"security_patch.sh\" data-i18n=\"menu_patch\">Set up Security Patch</button>\n            <button class=\"menu-btn\" data-script=\"boot_hash.sh\" data-i18n=\"advance_set_verified_boot\">Set Verified Boothash</button>\n          </div>\n        </article>\n      </article>\n    </section>\n\n    <section id=\"advance-menu\" class=\"page\">\n      <article class=\"surface page-card\">\n        <h5 class=\"page-title\" data-i18n=\"advance_menu_title\">Advanced Menu</h5>\n\n        <article class=\"surface-variant block menu-card\">\n          <h6 class=\"section-heading\" data-i18n=\"nav_advance_menu\">Menu +</h6>\n          <div class=\"stack\">\n            <button class=\"menu-btn\" data-script=\"clear_all_detection_traces.sh\" data-i18n=\"advance_clear_all_detection_traces\">Clear all detection traces</button>\n            <button class=\"menu-btn\" data-script=\"hma.sh\" data-i18n=\"advance_set_hma-oss_configs\">Set HMA-oss configs</button>\n            <button class=\"menu-btn\" data-script=\"znctl.sh\" data-i18n=\"advance_set_zygisk_next_configs\">Set Zygisk Next configs</button>\n            <button class=\"menu-btn\" data-script=\"pif.sh\" data-i18n=\"advance_set_pif\">Set fingerprint (PIF)</button>\n            <button class=\"menu-btn\" data-script=\"webroot/common/lsposed2.sh\" data-i18n=\"advance_fix_detect_lsposed\">Fix LSPosed Detection</button>\n            <button class=\"menu-btn\" data-script=\"webroot/common/pif2.sh\" data-i18n=\"advance_fix_detect_pif\">Fix PIF Detection</button>\n            <button class=\"menu-btn\" data-script=\"webroot/common/twrp.sh\" data-i18n=\"advance_fix_detect_recovery_file\">Fix Recovery File Detection</button>\n            <button class=\"menu-btn\" data-script=\"kill_all.sh\" data-i18n=\"advance_kill_all\">Kill All Process</button>\n            <button class=\"menu-btn\" data-script=\"yurirka.sh\" data-i18n=\"advance_upd_yurirka\">Update RKA config</button>\n          </div>\n        </article>\n\n        <article class=\"surface-variant block menu-card\">\n          <h6 class=\"section-heading long-heading\">Fix TEE broken: Oneplus, Redmagic, Realme, Oppo,...</h6>\n          <div class=\"stack\">\n            <button class=\"menu-btn\" data-script=\"webroot/common/widevinel1.sh\" data-i18n=\"advance_widevinel1\">Fix Widevine L1</button>\n          </div>\n        </article>\n      </article>\n    </section>\n\n    <section id=\"settings-page\" class=\"page\">\n      <article class=\"surface page-card\">\n        <h5 class=\"page-title\" data-i18n=\"settings_title\">Settings</h5>\n\n        <article class=\"surface-variant block\">\n          <h6 data-i18n=\"settings_language\">Language</h6>\n          <div class=\"custom-dropdown lang-select-wrap\">\n            <button id=\"lang-btn\" class=\"menu-btn lang-select-btn\">🇬🇧 English</button>\n            <ul id=\"lang-options\" class=\"dropdown-list lang-options-list\">\n              <li data-lang=\"af\">🇿🇦 Afrikaans</li>\n              <li data-lang=\"ar\">🇸🇦 Arabic</li>\n              <li data-lang=\"ca\">🇪🇸 Catalan</li>\n              <li data-lang=\"cs\">🇨🇿 Czech</li>\n              <li data-lang=\"da\">🇩🇰 Danish</li>\n              <li data-lang=\"de\">🇩🇪 German</li>\n              <li data-lang=\"el\">🇬🇷 Greek</li>\n              <li data-lang=\"en\">🇬🇧 English</li>\n              <li data-lang=\"es\">🇪🇸 Spanish</li>\n              <li data-lang=\"fi\">🇫🇮 Finnish</li>\n              <li data-lang=\"fr\">🇫🇷 French</li>\n              <li data-lang=\"he\">🇮🇱 Hebrew</li>\n              <li data-lang=\"hu\">🇭🇺 Hungarian</li>\n              <li data-lang=\"it\">🇮🇹 Italian</li>\n              <li data-lang=\"ja\">🇯🇵 Japanese</li>\n              <li data-lang=\"ko\">🇰🇷 Korean</li>\n              <li data-lang=\"nl\">🇳🇱 Dutch</li>\n              <li data-lang=\"no\">🇳🇴 Norwegian</li>\n              <li data-lang=\"pl\">🇵🇱 Polish</li>\n              <li data-lang=\"pt\">🇵🇹 Portuguese</li>\n              <li data-lang=\"ro\">🇷🇴 Romanian</li>\n              <li data-lang=\"ru\">🇷🇺 Russian</li>\n              <li data-lang=\"sr\">🇷🇸 Serbian</li>\n              <li data-lang=\"sv\">🇸🇪 Swedish</li>\n              <li data-lang=\"tr\">🇹🇷 Turkish</li>\n              <li data-lang=\"uk\">🇺🇦 Ukrainian</li>\n              <li data-lang=\"vi\">🇻🇳 Vietnamese</li>\n              <li data-lang=\"zh\">🇨🇳 Chinese</li>\n            </ul>\n          </div>\n        </article>\n\n        <article class=\"surface-variant block\">\n          <div class=\"appearance-header\">\n            <h6 class=\"appearance-title\" data-i18n=\"settings_appearance\">Appearance</h6>\n          </div>\n          <div class=\"custom-dropdown lang-select-wrap\">\n            <button id=\"theme-mode-btn\" class=\"menu-btn lang-select-btn\" data-i18n=\"theme_mode_dark\">Dark</button>\n            <ul id=\"theme-mode-options\" class=\"dropdown-list lang-options-list\">\n              <li data-mode=\"dark\" data-i18n=\"theme_mode_dark\">Dark</li>\n              <li data-mode=\"light\" data-i18n=\"theme_mode_light\">Light</li>\n              <li data-mode=\"auto\" data-i18n=\"theme_mode_auto\">Auto (System)</li>\n            </ul>\n          </div>\n          <div class=\"theme-presets\">\n            <button class=\"theme-preset-btn\" data-theme-preset=\"ocean\" data-i18n=\"theme_preset_ocean\">Ocean</button>\n            <button class=\"theme-preset-btn\" data-theme-preset=\"rose\" data-i18n=\"theme_preset_rose\">Rose</button>\n            <button class=\"theme-preset-btn\" data-theme-preset=\"forest\" data-i18n=\"theme_preset_forest\">Forest</button>\n            <button class=\"theme-preset-btn\" data-theme-preset=\"sunset\" data-i18n=\"theme_preset_sunset\">Sunset</button>\n            <button class=\"theme-preset-btn\" data-theme-preset=\"violet\" data-i18n=\"theme_preset_violet\">Violet</button>\n          </div>\n        </article>\n\n        <article class=\"surface-variant block\">\n          <h6 data-i18n=\"settings_clock_format\">Clock Format</h6>\n          <div class=\"custom-dropdown lang-select-wrap\">\n            <button id=\"clock-format-btn\" class=\"menu-btn lang-select-btn\" data-i18n=\"clock_format_auto\">Auto (Device)</button>\n            <ul id=\"clock-format-options\" class=\"dropdown-list lang-options-list\">\n              <li data-format=\"auto\" data-i18n=\"clock_format_auto\">Auto (Device)</li>\n              <li data-format=\"24h\" data-i18n=\"clock_format_24h\">24-hour (00:00)</li>\n              <li data-format=\"12h\" data-i18n=\"clock_format_12h\">12-hour (AM/PM)</li>\n            </ul>\n          </div>\n        </article>\n        <article class=\"surface-variant block update-support\">\n          <h6 data-i18n=\"update_title\">Update & Support</h6>\n          <p data-i18n=\"update_desc\">Stay up-to-date with the latest version of <strong>YuriKey</strong>, bug fixes, and new features.</p>\n\n          <div class=\"stack\">\n            <button class=\"menu-btn\" data-url=\"https://github.com/Yurii0307/yurikey\" data-i18n=\"update_github\">View on GitHub</button>\n            <button class=\"menu-btn\" data-url=\"https://t.me/yuriiroot\" data-i18n=\"update_telegram\">Join Telegram Channel</button>\n          </div>\n\n          <p class=\"small-text\" data-i18n=\"update_note\">Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.</p>\n        </article>\n\n        <article id=\"dev-info\" class=\"surface-variant block\">\n          <h6 data-i18n=\"settings_contributors\">Project Contributors</h6>\n          <div id=\"contrib-list\" class=\"contrib-grid\"></div>\n        </article>\n      </article>\n    </section>\n  </main>\n\n  <nav class=\"bottom-nav surface-container-high\">\n    <button class=\"nav-btn active\" type=\"button\">\n      <i class=\"material-symbols-rounded nav-icon\" aria-hidden=\"true\">home</i>\n      <span data-i18n=\"nav_home\">Home</span>\n    </button>\n    <button class=\"nav-btn\" type=\"button\">\n      <i class=\"material-symbols-rounded nav-icon\" aria-hidden=\"true\">grid_view</i>\n      <span data-i18n=\"nav_menu\">Menu</span>\n    </button>\n    <button class=\"nav-btn\" type=\"button\">\n      <i class=\"material-symbols-rounded nav-icon\" aria-hidden=\"true\">tune</i>\n      <span data-i18n=\"nav_advance_menu\">Menu +</span>\n    </button>\n    <button class=\"nav-btn\" type=\"button\">\n      <i class=\"material-symbols-rounded nav-icon\" aria-hidden=\"true\">settings</i>\n      <span data-i18n=\"nav_settings\">Settings</span>\n    </button>\n  </nav>\n\n\n  <div id=\"snackbar\" class=\"snackbar\" role=\"status\" aria-live=\"polite\"></div>\n\n  <div id=\"script-history-overlay\" class=\"overlay blur\"></div>\n  <dialog id=\"script-history-dialog\" class=\"snackbar-dialog\">\n    <h5 data-i18n=\"script_history_title\">Script Outputs</h5>\n    <div id=\"script-history-content\" class=\"snackbar-output-pre\"></div>\n    <nav class=\"right-align history-dialog-actions\">\n      <button id=\"script-history-clear\" class=\"history-btn\" data-i18n=\"dialog_clear\">Clear</button>\n      <button id=\"script-history-close\" class=\"history-btn\" data-i18n=\"dialog_close\">Close</button>\n    </nav>\n  </dialog>\n\n  <script src=\"https://cdn.jsdelivr.net/npm/beercss@3.9.8/dist/cdn/beer.min.js\" type=\"module\"></script>\n  <!-- Utilities -->\n  <script src=\"js/utils/i18n.js\"></script>\n  <script src=\"js/utils/toast.js\"></script>\n  <script src=\"js/utils/scriptExecutor.js\"></script>\n  <!-- Components -->\n  <script src=\"js/components/navigation.js\"></script>\n  <script src=\"js/components/clock.js\"></script>\n  <script src=\"js/components/networkStatus.js\"></script>\n  <!-- Main Components -->\n  <script src=\"js/theme.js\"></script>\n  <script src=\"js/redirect.js\"></script>\n  <script src=\"js/device.js\"></script>\n  <script src=\"js/main.js\"></script>\n  <script src=\"js/version.js\"></script>\n  <script src=\"js/dev.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "Module/webroot/js/components/clock.js",
    "content": "// Clock Component\nconst CLOCK_FORMAT_KEY = \"clockFormat\";\n\nfunction getClockFormat() {\n  return localStorage.getItem(CLOCK_FORMAT_KEY) || \"auto\";\n}\n\nfunction getClockFormatLabel(format) {\n  if (format === \"24h\") return \"24-hour (00:00)\";\n  if (format === \"12h\") return \"12-hour (AM/PM)\";\n  return \"Auto (Device)\";\n}\n\nfunction setupClockFormatDropdown() {\n  const clockFormatBtn = document.getElementById(\"clock-format-btn\");\n  const clockFormatOptions = document.getElementById(\"clock-format-options\");\n  \n  if (!clockFormatBtn || !clockFormatOptions) return;\n\n  const currentFormat = getClockFormat();\n  clockFormatBtn.innerText = getClockFormatLabel(currentFormat);\n\n  clockFormatBtn.addEventListener(\"click\", (e) => {\n    e.stopPropagation();\n    clockFormatOptions.classList.toggle(\"show\");\n  });\n\n  document.addEventListener(\"click\", (e) => {\n    if (!clockFormatOptions.contains(e.target) && e.target !== clockFormatBtn) {\n      clockFormatOptions.classList.remove(\"show\");\n    }\n  });\n\n  clockFormatOptions.querySelectorAll(\"li[data-format]\").forEach(item => {\n    item.addEventListener(\"click\", () => {\n      const format = item.dataset.format || \"auto\";\n      localStorage.setItem(CLOCK_FORMAT_KEY, format);\n      clockFormatBtn.innerText = getClockFormatLabel(format);\n      clockFormatOptions.classList.remove(\"show\");\n      updateClock();\n      showToast(`Clock format: ${getClockFormatLabel(format)}`, \"success\");\n    });\n  });\n}\n\nfunction updateClock() {\n  const now = new Date();\n  const format = getClockFormat();\n\n  const formattedDate = new Intl.DateTimeFormat(undefined, {\n    day: \"2-digit\",\n    month: \"2-digit\",\n    year: \"numeric\",\n  }).format(now);\n\n  let formattedTime;\n  if (format === \"24h\") {\n    formattedTime = new Intl.DateTimeFormat(undefined, {\n      hour: \"2-digit\",\n      minute: \"2-digit\",\n      second: \"2-digit\",\n      hour12: false,\n    }).format(now);\n  } else if (format === \"12h\") {\n    formattedTime = new Intl.DateTimeFormat(undefined, {\n      hour: \"2-digit\",\n      minute: \"2-digit\",\n      second: \"2-digit\",\n      hour12: true,\n    }).format(now);\n  } else {\n    formattedTime = now.toLocaleTimeString(undefined, {\n      hour: \"2-digit\",\n      minute: \"2-digit\",\n      second: \"2-digit\",\n    });\n  }\n\n  const clockDateEl = document.getElementById(\"clock-date\");\n  const clockTimeEl = document.getElementById(\"clock-time\");\n  \n  if (clockDateEl) clockDateEl.textContent = formattedDate;\n  if (clockTimeEl) clockTimeEl.textContent = formattedTime;\n}\n\n// Initialize clock\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  setupClockFormatDropdown();\n  updateClock();\n  setInterval(updateClock, 1000);\n});\n\n// Export functions\nwindow.updateClock = updateClock;\n"
  },
  {
    "path": "Module/webroot/js/components/navigation.js",
    "content": "// Navigation Component\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  // Navigation buttons\n  document.querySelectorAll(\".nav-btn\").forEach((btn, idx) => {\n    btn.addEventListener(\"click\", () => {\n      document.querySelectorAll(\".nav-btn\").forEach(b => b.classList.remove(\"active\"));\n      document.querySelectorAll(\".page\").forEach(p => p.classList.remove(\"active\"));\n      btn.classList.add(\"active\");\n      document.querySelectorAll(\".page\")[idx].classList.add(\"active\");\n      window.scrollTo({ top: 0, behavior: 'smooth' });\n    });\n  });\n});\n"
  },
  {
    "path": "Module/webroot/js/components/networkStatus.js",
    "content": "// Network Status Component\nlet lastStatus = null;\n\nasync function verifyRealInternet() {\n  try {\n    const controller = new AbortController();\n    const timeoutId = setTimeout(() => controller.abort(), 2000);\n\n    await fetch(\"https://clients3.google.com/generate_204\", {\n      method: \"GET\",\n      cache: \"no-store\",\n      signal: controller.signal,\n    });\n\n    clearTimeout(timeoutId);\n    return true;\n  } catch {\n    try {\n      const controller = new AbortController();\n      const timeoutId = setTimeout(() => controller.abort(), 2000);\n\n      await fetch(\"https://clients3.google.com/generate_204\", {\n        method: \"GET\",\n        cache: \"no-store\",\n        mode: \"no-cors\",\n        signal: controller.signal,\n      });\n\n      clearTimeout(timeoutId);\n      return true;\n    } catch {\n      return false;\n    }\n  }\n}\n\nasync function updateNetworkStatus() {\n  const statusRow = document.getElementById(\"status-row\");\n  const statusText = document.getElementById(\"status-bar-text\");\n\n  if (!statusRow || !statusText) {\n    console.warn(\"Status elements not found\");\n    return;\n  }\n\n  // Show temporary status while checking\n  statusText.textContent = t(\"home_refreshing\");\n  statusRow.title = t(\"home_refreshing\");\n\n  const isProbablyOnline = navigator.onLine;\n  const isActuallyOnline = isProbablyOnline && await verifyRealInternet();\n\n  if (isActuallyOnline && lastStatus !== \"online\") {\n    statusRow.classList.replace(\"offline\", \"online\");\n    statusText.textContent = t(\"home_status_online\");\n    statusRow.title = t(\"status_online\");\n    lastStatus = \"online\";\n  } else if (!isActuallyOnline && lastStatus !== \"offline\") {\n    statusRow.classList.replace(\"online\", \"offline\");\n    statusText.textContent = t(\"home_status_offline\");\n    statusRow.title = t(\"status_offline\");\n    showToast(t(\"status_offline\"), \"error\");\n    lastStatus = \"offline\";\n  } else {\n    // Update text only to sync language\n    if (lastStatus === \"online\") {\n      statusText.textContent = t(\"home_status_online\");\n      statusRow.title = t(\"status_online\");\n    } else if (lastStatus === \"offline\") {\n      statusText.textContent = t(\"home_status_offline\");\n      statusRow.title = t(\"status_offline\");\n    }\n  }\n}\n\n// Initialize network status\nsetTimeout(() => {\n  updateNetworkStatus();\n  setInterval(updateNetworkStatus, 3000);\n  window.addEventListener(\"online\", updateNetworkStatus);\n  window.addEventListener(\"offline\", updateNetworkStatus);\n}, 500);\n\n// Export function\nwindow.updateNetworkStatus = updateNetworkStatus;\n"
  },
  {
    "path": "Module/webroot/js/dev.js",
    "content": "// === Load Contributors and Apply Translations ===\n(function loadContributors() {\n  fetch(\"json/dev.json\")\n    .then(res => {\n      if (!res.ok) throw new Error(`HTTP ${res.status}`);\n      return res.json();\n    })\n    .then(data => {\n      const container = document.getElementById(\"contrib-list\");\n      if (!container || !Array.isArray(data.contributors)) return;\n\n      container.innerHTML = \"\"; // Clear any existing entries\n\n      // Render each contributor\n      data.contributors.forEach(user => {\n        const username = user.username || user.name || \"unknown\";\n        const avatar = `https://github.com/${encodeURIComponent(username)}.png`;\n        const profileURL = user.url || \"#\";\n        const rawRole = user.role || \"Unknown Role\";\n        const roleKey = `role_${rawRole}`; // Use this for translation lookup\n\n        const card = document.createElement(\"button\");\n        card.className = \"contrib-card\";\n        card.setAttribute(\"type\", \"button\");\n        card.addEventListener(\"click\", () => openUrlViaIntent(profileURL));\n\n        card.innerHTML = `\n          <img src=\"${avatar}\" alt=\"${user.name}\" onerror=\"this.src='/common/icon/default-avatar.png'\" />\n          <div class=\"contrib-name\">${user.name}</div>\n          <div class=\"contrib-role\" data-i18n=\"${roleKey}\">${rawRole}</div>\n        `;\n\n        container.appendChild(card);\n      });\n\n      // Re-apply language translation after cards are rendered\n      const currentLang = localStorage.getItem(\"selectedLanguage\") || \"en\";\n      setTimeout(() => applyLanguage(currentLang), 50); // delay to ensure DOM is updated\n    })\n    .catch(err => {\n      console.error(\"Failed to load contributors:\", err);\n    });\n})();\n"
  },
  {
    "path": "Module/webroot/js/device.js",
    "content": "// Device Information Component\nconst BASE_SCRIPT = \"/data/adb/modules/Yurikey/webroot/common/\";\n\n// Wait until translation data is loaded\nasync function waitForTranslations(timeout = 3000) {\n  const start = Date.now();\n  while (Date.now() - start < timeout) {\n    if (window.translations && Object.keys(window.translations).length > 0) {\n      return;\n    }\n    await new Promise(r => setTimeout(r, 100));\n  }\n  console.warn(\"translations not loaded in time.\");\n}\n\n// Wait for valid device-info.json response\nasync function waitForValidDeviceInfo(maxWait = 4000, interval = 400) {\n  const start = Date.now();\n  while (Date.now() - start < maxWait) {\n    try {\n      const res = await fetch(\"/json/device-info.json?ts=\" + Date.now());\n      if (!res.ok) throw new Error(\"Fetch failed\");\n\n      const data = await res.json();\n      if (data.android || data.kernel || data.root) return data;\n    } catch (err) {}\n    await new Promise(r => setTimeout(r, interval));\n  }\n  throw new Error(\"Timeout waiting for valid device-info.json\");\n}\n\n// Load device info and display it in the UI\nasync function loadDeviceInfo() {\n  try {\n    const res = await fetch(\"/json/device-info.json?ts=\" + Date.now());\n    if (!res.ok) throw new Error(\"Failed to fetch\");\n\n    const data = await res.json();\n    document.getElementById(\"android-version\").innerText = data.android || \"-\";\n    document.getElementById(\"kernel-version\").innerText = data.kernel || \"-\";\n    document.getElementById(\"root-type\").innerText = data.root || \"-\";\n  } catch (err) {\n    console.error(\"loadDeviceInfo() error:\", err);\n    document.getElementById(\"android-version\").innerText = \"Error\";\n    document.getElementById(\"kernel-version\").innerText = \"Error\";\n    document.getElementById(\"root-type\").innerText = \"Error\";\n  }\n}\n\n// Execute a shell script with KernelSU\nfunction runScript(scriptName, callback) {\n  const fullPath = `${BASE_SCRIPT}${scriptName}`;\n  if (typeof ksu === \"object\" && typeof ksu.exec === \"function\") {\n    const cbId = `cb_${Date.now()}`;\n    window[cbId] = () => {\n      delete window[cbId];\n      if (typeof callback === \"function\") callback();\n    };\n    ksu.exec(`sh '${fullPath}'`, \"{}\", cbId);\n  } else {\n    console.warn(\"ksu.exec not available.\");\n    if (typeof callback === \"function\") callback();\n  }\n}\n\n// Setup refresh button behavior with translation and animation\nfunction setupRefreshButton() {\n  const refreshBtn = document.getElementById(\"refresh-info-btn\");\n  if (!refreshBtn) return;\n\n  const scriptName = refreshBtn.dataset.script;\n\n  refreshBtn.addEventListener(\"click\", () => {\n    if (refreshBtn.disabled) return;\n    refreshBtn.disabled = true;\n    refreshBtn.classList.add(\"rotating\");\n\n    runScript(scriptName, async () => {\n      try {\n        const data = await waitForValidDeviceInfo();\n        document.getElementById(\"android-version\").innerText = data.android || \"-\";\n        document.getElementById(\"kernel-version\").innerText = data.kernel || \"-\";\n        document.getElementById(\"root-type\").innerText = data.root || \"-\";\n      } catch (err) {\n        console.warn(\"Could not update device info:\", err);\n      }\n\n      refreshBtn.classList.remove(\"rotating\");\n      refreshBtn.disabled = false;\n    });\n  });\n}\n\n// Init device info and action buttons on page load\nwindow.addEventListener(\"DOMContentLoaded\", async () => {\n  await waitForTranslations();     // Make sure translations are loaded\n  loadDeviceInfo();                // Load initial device info\n  setupRefreshButton();           // Setup refresh button\n\n  // Bind all action buttons to their scripts\n  document.querySelectorAll(\".action-buttons .menu-btn\").forEach(button => {\n    const scriptName = button.dataset.script;\n    if (scriptName) {\n      button.addEventListener(\"click\", () => runScript(scriptName));\n    }\n  });\n});\n\nwindow.loadDeviceInfo = loadDeviceInfo;\n"
  },
  {
    "path": "Module/webroot/js/main.js",
    "content": "// Main Application Entry Point\n// This file orchestrates the loading of all components and utilities\n\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  console.log(\"main.js active\");\n\n  const BASE_SCRIPT = \"/data/adb/modules/Yurikey/Yuri/\";\n\n  // Register click events for buttons in Actions Page\n  document.querySelectorAll(\"#actions-page .menu-btn[data-script]\").forEach(button => {\n    const scriptName = button.dataset.script;\n    if (scriptName) {\n      button.addEventListener(\"click\", () => runScript(scriptName, BASE_SCRIPT, button));\n    }\n  });\n\n  // Register click events for buttons in Advanced Menu Page\n  document.querySelectorAll(\"#advance-menu .menu-btn[data-script]\").forEach(button => {\n      const scriptName = button.dataset.script;\n      if (scriptName) {\n          button.addEventListener(\"click\", () => runScript(scriptName, BASE_SCRIPT, button));\n      }\n  });\n\n  const historyCard = document.getElementById(\"module-version-card\");\n  const historyDialog = document.getElementById(\"script-history-dialog\");\n  const historyOverlay = document.getElementById(\"script-history-overlay\");\n  const historyCloseBtn = document.getElementById(\"script-history-close\");\n  const historyClearBtn = document.getElementById(\"script-history-clear\");\n\n  historyCard?.addEventListener(\"click\", openHistoryDialog);\n  historyCloseBtn?.addEventListener(\"click\", closeHistoryDialog);\n  historyOverlay?.addEventListener(\"click\", closeHistoryDialog);\n  historyDialog?.addEventListener(\"close\", () => historyOverlay?.classList.remove(\"active\"));\n  historyClearBtn?.addEventListener(\"click\", () => {\n    writeHistory([]);\n    renderHistoryDialog();\n  });\n\n  // Refresh info button event\n  const refreshBtn = document.getElementById(\"refresh-info-btn\");\n  if (refreshBtn) {\n    refreshBtn.addEventListener(\"click\", () => {\n      showToast(t(\"home_refreshing\"), \"info\");\n      updateNetworkStatus();\n      if (window.loadDeviceInfo) {\n        window.loadDeviceInfo();\n      }\n    });\n  }\n});\n"
  },
  {
    "path": "Module/webroot/js/redirect.js",
    "content": "// === Function: Open a URL using Android Intent via KernelSU ===\nfunction openUrlViaIntent(url) {\n  if (!url || typeof url !== \"string\") return;\n\n  // Build the intent command to open the URL\n  const intentCmd = `nohup am start -a android.intent.action.VIEW -d '${url}' >/dev/null 2>&1 &`;\n\n  // Check if KernelSU is available and execute the intent command\n  if (typeof ksu === \"object\" && typeof ksu.exec === \"function\") {\n    const cbId = `cb_${Date.now()}`;\n    window[cbId] = () => delete window[cbId];\n    ksu.exec(intentCmd, \"{}\", cbId);\n  } else {\n    // Fallback for non-KernelSU environments (desktop browser, webview without exec bridge)\n    try {\n      const opened = window.open(url, \"_blank\", \"noopener,noreferrer\");\n      if (!opened) {\n        window.location.href = url;\n      }\n    } catch {\n      window.location.href = url;\n    }\n  }\n}\n\n// === Function: Attach click listeners to elements with [data-url] ===\nfunction setupIntentLinks(selector = \"[data-url]\") {\n  document.querySelectorAll(selector).forEach(button => {\n    const url = button.dataset.url;\n    if (url) {\n      button.addEventListener(\"click\", () => openUrlViaIntent(url));\n    }\n  });\n}\n\n// === Initialize: Run setup when the DOM is fully loaded ===\nwindow.addEventListener(\"DOMContentLoaded\", () => {\n  setupIntentLinks();\n});\n"
  },
  {
    "path": "Module/webroot/js/theme.js",
    "content": "const THEME_MODE_KEY = \"themeMode\";\nconst THEME_PRESET_KEY = \"themePreset\";\n\nconst SNACKBAR_COLOR_KEYS = {\n  info: \"snackbarInfoColor\",\n  success: \"snackbarSuccessColor\",\n  warning: \"snackbarWarningColor\",\n  error: \"snackbarErrorColor\",\n  text: \"snackbarTextColor\",\n};\n\nconst SNACKBAR_DEFAULTS = {\n  info: \"#2196f3\",\n  success: \"#43a047\",\n  warning: \"#f9a825\",\n  error: \"#e53935\",\n  text: \"#ffffff\",\n};\n\nconst THEME_PRESETS = {\n  ocean: {\n    dark: { \"--ui-bg\": \"#111a26\", \"--ui-card-bg\": \"#1d2a3a\", \"--ui-card-border\": \"#334759\", \"--ui-pill-bg\": \"#9ecaff\", \"--ui-pill-text\": \"#003258\", \"--ui-nav-active\": \"#00497d\", \"--ui-nav-text\": \"#d1e4ff\", \"--ui-select-bg\": \"#3a546f\", \"--ui-select-border\": \"#6f90b2\", \"--ui-select-panel\": \"#273a4e\", \"--ui-select-panel-border\": \"#587493\" },\n    light:{ \"--ui-bg\": \"#e9f2ff\", \"--ui-card-bg\": \"#f2f7ff\", \"--ui-card-border\": \"#c6d8ef\", \"--ui-pill-bg\": \"#0061a4\", \"--ui-pill-text\": \"#ffffff\", \"--ui-nav-active\": \"#0061a4\", \"--ui-nav-text\": \"#001d36\", \"--ui-select-bg\": \"#d1e4ff\", \"--ui-select-border\": \"#b2cbe9\", \"--ui-select-panel\": \"#e2eeff\", \"--ui-select-panel-border\": \"#c3d8f3\" },\n  },\n  rose: {\n    dark: { \"--ui-bg\": \"#221516\", \"--ui-card-bg\": \"#362124\", \"--ui-card-border\": \"#5a3539\", \"--ui-pill-bg\": \"#ffb4a9\", \"--ui-pill-text\": \"#690002\", \"--ui-nav-active\": \"#930005\", \"--ui-nav-text\": \"#ffdad5\", \"--ui-select-bg\": \"#5f3a3e\", \"--ui-select-border\": \"#9a6c72\", \"--ui-select-panel\": \"#452a2d\", \"--ui-select-panel-border\": \"#7a4c51\" },\n    light:{ \"--ui-bg\": \"#fff3f1\", \"--ui-card-bg\": \"#ffe8e4\", \"--ui-card-border\": \"#efc7c1\", \"--ui-pill-bg\": \"#bb1614\", \"--ui-pill-text\": \"#ffffff\", \"--ui-nav-active\": \"#bb1614\", \"--ui-nav-text\": \"#410001\", \"--ui-select-bg\": \"#ffdad5\", \"--ui-select-border\": \"#e4b7b1\", \"--ui-select-panel\": \"#ffe9e5\", \"--ui-select-panel-border\": \"#e8c1bc\" },\n  },\n  forest: {\n    dark: { \"--ui-bg\": \"#132016\", \"--ui-card-bg\": \"#1d3222\", \"--ui-card-border\": \"#365441\", \"--ui-pill-bg\": \"#78dc77\", \"--ui-pill-text\": \"#00390a\", \"--ui-nav-active\": \"#005313\", \"--ui-nav-text\": \"#94f990\", \"--ui-select-bg\": \"#355142\", \"--ui-select-border\": \"#6f9a7f\", \"--ui-select-panel\": \"#253b2b\", \"--ui-select-panel-border\": \"#5d7e68\" },\n    light:{ \"--ui-bg\": \"#eff9ef\", \"--ui-card-bg\": \"#f5fcf4\", \"--ui-card-border\": \"#cce3cd\", \"--ui-pill-bg\": \"#006e1c\", \"--ui-pill-text\": \"#ffffff\", \"--ui-nav-active\": \"#006e1c\", \"--ui-nav-text\": \"#002204\", \"--ui-select-bg\": \"#94f990\", \"--ui-select-border\": \"#77d274\", \"--ui-select-panel\": \"#def6dd\", \"--ui-select-panel-border\": \"#b8dfb7\" },\n  },\n  sunset: {\n    dark: { \"--ui-bg\": \"#241911\", \"--ui-card-bg\": \"#39291b\", \"--ui-card-border\": \"#5d4330\", \"--ui-pill-bg\": \"#ffb870\", \"--ui-pill-text\": \"#4a2800\", \"--ui-nav-active\": \"#693c00\", \"--ui-nav-text\": \"#ffdcbe\", \"--ui-select-bg\": \"#594131\", \"--ui-select-border\": \"#8f6a4e\", \"--ui-select-panel\": \"#3f2d20\", \"--ui-select-panel-border\": \"#73543d\" },\n    light:{ \"--ui-bg\": \"#fff4ea\", \"--ui-card-bg\": \"#fff8f2\", \"--ui-card-border\": \"#ecd3bc\", \"--ui-pill-bg\": \"#8b5000\", \"--ui-pill-text\": \"#ffffff\", \"--ui-nav-active\": \"#8b5000\", \"--ui-nav-text\": \"#2c1600\", \"--ui-select-bg\": \"#ffdcbe\", \"--ui-select-border\": \"#e8bf98\", \"--ui-select-panel\": \"#ffeddc\", \"--ui-select-panel-border\": \"#edcdb0\" },\n  },\n  violet: {\n    dark: { \"--ui-bg\": \"#1f1626\", \"--ui-card-bg\": \"#30243a\", \"--ui-card-border\": \"#52405f\", \"--ui-pill-bg\": \"#f9abff\", \"--ui-pill-text\": \"#570066\", \"--ui-nav-active\": \"#7b008f\", \"--ui-nav-text\": \"#ffd6fe\", \"--ui-select-bg\": \"#4f3d5e\", \"--ui-select-border\": \"#8b74a0\", \"--ui-select-panel\": \"#3a2d47\", \"--ui-select-panel-border\": \"#715788\" },\n    light:{ \"--ui-bg\": \"#f9ecff\", \"--ui-card-bg\": \"#fdf5ff\", \"--ui-card-border\": \"#e4cdee\", \"--ui-pill-bg\": \"#9a25ae\", \"--ui-pill-text\": \"#ffffff\", \"--ui-nav-active\": \"#9a25ae\", \"--ui-nav-text\": \"#35003f\", \"--ui-select-bg\": \"#ffd6fe\", \"--ui-select-border\": \"#e8b8e8\", \"--ui-select-panel\": \"#ffe9ff\", \"--ui-select-panel-border\": \"#eecbf1\" },\n  },\n};\n\nfunction hexToRgb(hex) {\n  const h = hex.replace(\"#\", \"\");\n  const n = h.length === 3 ? h.split(\"\").map(c => c + c).join(\"\") : h;\n  const int = parseInt(n, 16);\n  return { r: (int >> 16) & 255, g: (int >> 8) & 255, b: int & 255 };\n}\nfunction rgbToHex({ r, g, b }) {\n  return `#${[r, g, b].map(v => v.toString(16).padStart(2, \"0\")).join(\"\")}`;\n}\nfunction mix(a, b, t) {\n  const c1 = hexToRgb(a), c2 = hexToRgb(b);\n  return rgbToHex({ r: Math.round(c1.r + (c2.r - c1.r) * t), g: Math.round(c1.g + (c2.g - c1.g) * t), b: Math.round(c1.b + (c2.b - c1.b) * t) });\n}\n\nfunction getStoredMode() { return localStorage.getItem(THEME_MODE_KEY) || \"dark\"; }\nfunction getResolvedMode(mode) { return mode === \"auto\" ? (window.matchMedia(\"(prefers-color-scheme: light)\").matches ? \"light\" : \"dark\") : (mode || \"dark\"); }\nfunction getStoredPreset() {\n  const preset = localStorage.getItem(THEME_PRESET_KEY) || \"ocean\";\n  return THEME_PRESETS[preset] ? preset : \"ocean\";\n}\nfunction themeText(key, fallback) { return window.translations?.[key] || fallback; }\nfunction modeLabel(mode) {\n  if (mode === \"auto\") return themeText(\"theme_mode_auto\", \"Auto (System)\");\n  if (mode === \"light\") return themeText(\"theme_mode_light\", \"Light\");\n  return themeText(\"theme_mode_dark\", \"Dark\");\n}\n\nfunction withDerived(colors, mode) {\n  const base = colors[\"--ui-pill-bg\"];\n  const pillText = colors[\"--ui-pill-text\"] || (mode === \"light\" ? \"#ffffff\" : \"#231531\");\n  return {\n    ...colors,\n    \"--ui-pill-bg-hover\": mix(base, mode === \"light\" ? \"#ffffff\" : \"#f8d8e8\", 0.18),\n    \"--ui-pill-border\": mix(base, mode === \"light\" ? \"#ffffff\" : \"#f9e7f2\", 0.35),\n    \"--ui-nav-text-active\": \"#ffffff\",\n    \"--ui-pill-text\": pillText,\n  };\n}\n\nfunction applyColors(rawColors) {\n  const root = document.documentElement;\n  Object.entries(rawColors).forEach(([k, v]) => root.style.setProperty(k, v));\n}\n\nfunction applyThemeMode(mode) {\n  const resolved = getResolvedMode(mode);\n  document.documentElement.setAttribute(\"data-theme-mode\", resolved);\n  return resolved;\n}\n\nfunction applyThemePreset(presetName) {\n  const mode = document.documentElement.getAttribute(\"data-theme-mode\") || \"dark\";\n  const preset = THEME_PRESETS[presetName] || THEME_PRESETS.ocean;\n  applyColors(withDerived(preset[mode] || preset.dark, mode));\n  document.querySelectorAll(\".theme-preset-btn\").forEach(btn => btn.classList.toggle(\"active\", btn.dataset.themePreset === presetName));\n}\n\n\nfunction normalizeHex(value, fallback = \"#2196f3\") {\n  const raw = (value || \"\").trim();\n  const match = raw.match(/^#?[0-9a-fA-F]{6}$/);\n  if (!match) return fallback;\n  return raw.startsWith(\"#\") ? raw.toLowerCase() : `#${raw.toLowerCase()}`;\n}\n\nfunction hexToRgbTuple(hex) {\n  const n = normalizeHex(hex).replace(\"#\", \"\");\n  return {\n    r: parseInt(n.slice(0, 2), 16),\n    g: parseInt(n.slice(2, 4), 16),\n    b: parseInt(n.slice(4, 6), 16),\n  };\n}\n\nfunction rgbToHexTuple(r, g, b) {\n  return `#${[r, g, b].map(v => Number(v).toString(16).padStart(2, \"0\")).join(\"\")}`;\n}\n\nfunction setSnackbarColor(type, value) {\n  const key = SNACKBAR_COLOR_KEYS[type];\n  const normalized = normalizeHex(value, SNACKBAR_DEFAULTS[type]);\n  localStorage.setItem(key, normalized);\n  document.documentElement.style.setProperty(`--snackbar-${type}`, normalized);\n\n  const input = document.getElementById(`snackbar-${type}-color`);\n  const preview = document.getElementById(`snackbar-${type}-preview`);\n  if (input) input.value = normalized;\n  if (preview) preview.style.background = normalized;\n  return normalized;\n}\n\nfunction applySnackbarColors() {\n  Object.entries(SNACKBAR_COLOR_KEYS).forEach(([type, key]) => {\n    const value = localStorage.getItem(key) || SNACKBAR_DEFAULTS[type];\n    setSnackbarColor(type, value);\n  });\n}\n\nfunction bindSnackbarColorInputs() {\n  Object.keys(SNACKBAR_COLOR_KEYS).forEach(type => {\n    const input = document.getElementById(`snackbar-${type}-color`);\n    if (!input) return;\n\n    input.addEventListener(\"change\", () => setSnackbarColor(type, input.value));\n    input.addEventListener(\"blur\", () => setSnackbarColor(type, input.value));\n  });\n}\n\nfunction bindSnackbarColorTool() {\n  const target = document.getElementById(\"snackbar-color-target\");\n  const hexInput = document.getElementById(\"snackbar-color-tool-hex\");\n  const preview = document.getElementById(\"snackbar-color-tool-preview\");\n  const rangeR = document.getElementById(\"snackbar-color-r\");\n  const rangeG = document.getElementById(\"snackbar-color-g\");\n  const rangeB = document.getElementById(\"snackbar-color-b\");\n  const applyBtn = document.getElementById(\"snackbar-color-tool-apply\");\n  if (!target || !hexInput || !preview || !rangeR || !rangeG || !rangeB || !applyBtn) return;\n\n  const syncFromHex = (hex) => {\n    const rgb = hexToRgbTuple(hex);\n    rangeR.value = rgb.r;\n    rangeG.value = rgb.g;\n    rangeB.value = rgb.b;\n    preview.style.background = normalizeHex(hex);\n    hexInput.value = normalizeHex(hex);\n  };\n\n  const syncFromTarget = () => {\n    const type = target.value || \"info\";\n    const input = document.getElementById(`snackbar-${type}-color`);\n    syncFromHex(input?.value || SNACKBAR_DEFAULTS[type]);\n  };\n\n  const syncFromRanges = () => {\n    const hex = rgbToHexTuple(rangeR.value, rangeG.value, rangeB.value);\n    preview.style.background = hex;\n    hexInput.value = hex;\n  };\n\n  target.addEventListener(\"change\", syncFromTarget);\n  [rangeR, rangeG, rangeB].forEach(range => range.addEventListener(\"input\", syncFromRanges));\n  hexInput.addEventListener(\"input\", () => {\n    if (/^#?[0-9a-fA-F]{6}$/.test(hexInput.value.trim())) {\n      syncFromHex(hexInput.value);\n    }\n  });\n\n  applyBtn.addEventListener(\"click\", () => {\n    const type = target.value || \"info\";\n    const applied = setSnackbarColor(type, hexInput.value);\n    syncFromHex(applied);\n  });\n\n  syncFromTarget();\n}\n\nwindow.addEventListener(\"DOMContentLoaded\", () => {\n  const modeBtn = document.getElementById(\"theme-mode-btn\");\n  const modeOptions = document.getElementById(\"theme-mode-options\");\n\n  const mode = getStoredMode();\n  modeBtn.innerText = modeLabel(mode);\n  applyThemeMode(mode);\n\n  modeBtn.addEventListener(\"click\", (e) => { e.stopPropagation(); modeOptions.classList.toggle(\"show\"); });\n  modeOptions.querySelectorAll(\"li[data-mode]\").forEach(item => {\n    item.addEventListener(\"click\", () => {\n      const m = item.dataset.mode || \"dark\";\n      localStorage.setItem(THEME_MODE_KEY, m);\n      modeBtn.innerText = modeLabel(m);\n      modeOptions.classList.remove(\"show\");\n      applyThemeMode(m);\n      applyThemePreset(getStoredPreset());\n    });\n  });\n  document.addEventListener(\"click\", (e) => { if (!modeOptions.contains(e.target) && e.target !== modeBtn) modeOptions.classList.remove(\"show\"); });\n\n  document.querySelectorAll(\".theme-preset-btn\").forEach(btn => {\n    btn.addEventListener(\"click\", () => {\n      const p = btn.dataset.themePreset;\n      if (!p || !THEME_PRESETS[p]) return;\n      localStorage.setItem(THEME_PRESET_KEY, p);\n      applyThemePreset(p);\n    });\n  });\n\n  applyThemePreset(getStoredPreset());\n  applySnackbarColors();\n  bindSnackbarColorInputs();\n  bindSnackbarColorTool();\n\n  window.matchMedia(\"(prefers-color-scheme: light)\").addEventListener(\"change\", () => {\n    if (getStoredMode() === \"auto\") {\n      applyThemeMode(\"auto\");\n      applyThemePreset(getStoredPreset());\n    }\n  });\n\n  document.addEventListener(\"languageChanged\", () => { modeBtn.innerText = modeLabel(getStoredMode()); });\n});\n"
  },
  {
    "path": "Module/webroot/js/utils/i18n.js",
    "content": "// Internationalization Utilities\nconst LANG_PATH = \"lang/\";\nconst DEFAULT_LANG = \"en\";\nlet translations = {};\nwindow.translations = translations;\n\n// Translation helper function\nfunction t(key) {\n  return window.translations?.[key] || key;\n}\n\n// Interpolation formatter for translation strings\nfunction tFormat(key, vars = {}) {\n  let str = t(key);\n  Object.keys(vars).forEach(k => {\n    str = str.replace(`{${k}}`, vars[k]);\n  });\n  return str;\n}\n\n// Load and apply translations to all elements\nasync function applyLanguage(langCode) {\n  try {\n    let fetchUrl = `${LANG_PATH}${langCode}.json?ts=${Date.now()}`;\n    if (langCode === 'en') {\n      fetchUrl = `${LANG_PATH}source/string.json?ts=${Date.now()}`;\n    }\n    const res = await fetch(fetchUrl);\n    const json = await res.json();\n\n    translations = json;\n    window.translations = json;\n\n    // Apply to elements using [data-i18n] attribute\n    document.querySelectorAll(\"[data-i18n]\").forEach(el => {\n      const key = el.getAttribute(\"data-i18n\");\n      if (translations[key]) {\n        if (el.children.length > 0) {\n          const hasHTMLContent = el.innerHTML.includes('<');\n          if (hasHTMLContent) {\n            el.innerHTML = translations[key];\n          } else {\n            const walker = document.createTreeWalker(\n              el,\n              NodeFilter.SHOW_TEXT,\n              null,\n              false\n            );\n            let textNodes = [];\n            let textNode;\n            while (textNode = walker.nextNode()) {\n              if (textNode.nodeValue.trim()) {\n                textNodes.push(textNode);\n              }\n            }\n            if (textNodes.length > 0) {\n              textNodes[0].nodeValue = translations[key];\n              for (let i = 1; i < textNodes.length; i++) {\n                textNodes[i].remove();\n              }\n            } else {\n              el.appendChild(document.createTextNode(translations[key]));\n            }\n          }\n        } else {\n          el.innerText = translations[key];\n        }\n      }\n    });\n\n    // Update refresh button text if available\n    const refreshBtn = document.getElementById(\"refresh-info-btn\");\n    if (refreshBtn && refreshBtn.getAttribute(\"data-i18n\")) {\n      const defaultKey = refreshBtn.getAttribute(\"data-i18n\");\n      refreshBtn.innerText = t(defaultKey);\n    }\n\n    // Save the selected language in localStorage\n    document.documentElement.lang = langCode;\n    localStorage.setItem(\"selectedLanguage\", langCode);\n\n    // Call updateNetworkStatus to refresh network status text in new language with a slight delay\n    if (typeof window.updateNetworkStatus === \"function\") {\n      setTimeout(() => window.updateNetworkStatus(), 100);\n    }\n\n    document.dispatchEvent(new CustomEvent(\"languageChanged\", {\n      detail: { language: langCode, translations: translations }\n    }));\n  } catch (err) {\n    console.error(\"Failed to load language:\", err);\n  }\n}\n\n// Handle dropdown language selection\nfunction setupLanguageDropdown(currentLang) {\n  const langBtn = document.getElementById(\"lang-btn\");\n  const langOptions = document.getElementById(\"lang-options\");\n\n  const activeItem = document.querySelector(`#lang-options li[data-lang='${currentLang}']`);\n  if (langBtn && activeItem) langBtn.innerText = activeItem.innerText;\n\n  // Toggle dropdown visibility\n  langBtn?.addEventListener(\"click\", (e) => {\n    e.stopPropagation();\n    langOptions?.classList.toggle(\"show\");\n  });\n\n  // Close dropdown if clicked outside\n  document.addEventListener(\"click\", (e) => {\n    if (!langOptions.contains(e.target) && e.target !== langBtn) {\n      langOptions?.classList.remove(\"show\");\n    }\n  });\n\n  // Handle language option click\n  document.querySelectorAll(\"#lang-options li\").forEach(item => {\n    item.addEventListener(\"click\", () => {\n      const lang = item.getAttribute(\"data-lang\");\n      applyLanguage(lang);\n      langOptions?.classList.remove(\"show\");\n      langBtn.innerText = item.innerText;\n    });\n  });\n}\n\n// Initialize language and dropdown on page load\ndocument.addEventListener(\"DOMContentLoaded\", async () => {\n  const savedLang = localStorage.getItem(\"selectedLanguage\") || DEFAULT_LANG;\n  await applyLanguage(savedLang);\n  setupLanguageDropdown(savedLang);\n});\n\n// Export functions to window object\nwindow.t = t;\nwindow.tFormat = tFormat;\nwindow.applyLanguage = applyLanguage;\nwindow.setupLanguageDropdown = setupLanguageDropdown;\n"
  },
  {
    "path": "Module/webroot/js/utils/scriptExecutor.js",
    "content": "// Script Execution Utilities\nconst SCRIPT_HISTORY_KEY = \"scriptHistoryLogs\";\n\nfunction getScriptExecutor() {\n  if (typeof window.YuriKeyHost?.execScript === \"function\") {\n    return (scriptPath, scriptName, cb) => {\n      Promise.resolve(window.YuriKeyHost.execScript(scriptPath, scriptName))\n        .then(result => cb(typeof result === \"string\" ? result : JSON.stringify(result)))\n        .catch(() => cb(\"\"));\n    };\n  }\n\n  if (typeof window.execYurikeyScript === \"function\") {\n    return (scriptPath, scriptName, cb) => {\n      Promise.resolve(window.execYurikeyScript(scriptPath, scriptName))\n        .then(result => cb(typeof result === \"string\" ? result : JSON.stringify(result)))\n        .catch(() => cb(\"\"));\n    };\n  }\n\n  if (typeof ksu === \"object\" && typeof ksu.exec === \"function\") {\n    return (scriptPath, _scriptName, cbName) => ksu.exec(`sh \"${scriptPath}\"`, \"{}\", cbName);\n  }\n\n  return null;\n}\n\nfunction readHistory() {\n  try {\n    const parsed = JSON.parse(localStorage.getItem(SCRIPT_HISTORY_KEY) || \"[]\");\n    return Array.isArray(parsed) ? parsed : [];\n  } catch {\n    return [];\n  }\n}\n\nfunction writeHistory(items) {\n  localStorage.setItem(SCRIPT_HISTORY_KEY, JSON.stringify(items.slice(0, 80)));\n}\n\nfunction addScriptHistory(scriptName, outputText) {\n  const cleanOutput = (outputText || \"\").trim();\n  if (!cleanOutput) return;\n\n  const history = readHistory();\n  history.unshift({\n    script: scriptName,\n    output: cleanOutput,\n    time: new Date().toLocaleString(),\n  });\n  writeHistory(history);\n}\n\nfunction renderHistoryDialog() {\n  const contentEl = document.getElementById(\"script-history-content\");\n  if (!contentEl) return;\n\n  const history = readHistory();\n  if (!history.length) {\n    contentEl.textContent = t(\"script_history_empty\");\n    return;\n  }\n\n  contentEl.innerHTML = history.map(item => {\n    const script = item.script || \"script\";\n    const time = item.time || \"\";\n    const output = (item.output || \"\")\n      .replace(/&/g, \"&amp;\")\n      .replace(/</g, \"&lt;\")\n      .replace(/>/g, \"&gt;\")\n              .replace(/\\n/g, \"<br>\");\n    return `<div><strong>[${time}] ${script}</strong><br>${output}</div><hr>`;\n  }).join(\"\");\n}\n\nfunction openHistoryDialog() {\n  const dialog = document.getElementById(\"script-history-dialog\");\n  const overlay = document.getElementById(\"script-history-overlay\");\n  if (!dialog || !overlay) return;\n\n  renderHistoryDialog();\n  overlay.classList.add(\"active\");\n  if (!dialog.open) dialog.showModal();\n}\n\nfunction closeHistoryDialog() {\n  const dialog = document.getElementById(\"script-history-dialog\");\n  const overlay = document.getElementById(\"script-history-overlay\");\n  if (!dialog || !overlay) return;\n\n  if (dialog.open) dialog.close();\n  overlay.classList.remove(\"active\");\n}\n\nfunction handleScriptResult(rawOutput, scriptName) {\n  const raw = typeof rawOutput === \"string\" ? rawOutput.trim() : \"\";\n\n  if (!raw) {\n    showToast(tFormat(\"success\", { script: scriptName }), \"success\", 3000);\n    return;\n  }\n\n  try {\n    const json = JSON.parse(raw);\n    if (json.success) {\n      const commandOutput = typeof json.output === \"string\" ? json.output.trim() : \"\";\n      addScriptHistory(scriptName, commandOutput || tFormat(\"success\", { script: scriptName }));\n      showToast(tFormat(\"success\", { script: scriptName }), \"success\", 3000);\n    } else {\n      addScriptHistory(scriptName, raw);\n      showToast(t(\"script_execution_failed_generic\"), \"error\", 4000);\n    }\n  } catch {\n    addScriptHistory(scriptName, raw);\n    showToast(tFormat(\"success\", { script: scriptName }), \"success\", 3500);\n  }\n}\n\nfunction runScript(scriptName, basePath, button) {\n  const scriptPath = `${basePath}${scriptName}`;\n  const executeScript = getScriptExecutor();\n\n  const originalClass = button.className;\n  button.classList.add(\"executing\");\n\n  const cb = `cb_${Date.now()}_${Math.floor(Math.random() * 1000)}`;\n  let timeoutId;\n\n  window[cb] = (output) => {\n    clearTimeout(timeoutId);\n    delete window[cb];\n    button.className = originalClass;\n    handleScriptResult(output, scriptName);\n  };\n\n  try {\n    if (!executeScript) {\n      throw new Error(\"executor-unavailable\");\n    }\n\n    showToast(tFormat(\"executing\", { script: scriptName }), \"info\");\n    executeScript(scriptPath, scriptName, cb);\n  } catch (_e) {\n    clearTimeout(timeoutId);\n    delete window[cb];\n    button.className = originalClass;\n    addScriptHistory(scriptName, t(\"script_execution_failed_generic\"));\n    showToast(t(\"script_execution_failed_generic\"), \"error\", 4500);\n    return;\n  }\n\n  timeoutId = setTimeout(() => {\n    delete window[cb];\n    button.className = originalClass;\n    addScriptHistory(scriptName, tFormat(\"timeout\", { script: scriptName }));\n    showToast(t(\"script_execution_failed_generic\"), \"error\", 4500);\n  }, 7000);\n}\n\n// Export functions to window object\nwindow.getScriptExecutor = getScriptExecutor;\nwindow.readHistory = readHistory;\nwindow.writeHistory = writeHistory;\nwindow.addScriptHistory = addScriptHistory;\nwindow.renderHistoryDialog = renderHistoryDialog;\nwindow.openHistoryDialog = openHistoryDialog;\nwindow.closeHistoryDialog = closeHistoryDialog;\nwindow.handleScriptResult = handleScriptResult;\nwindow.runScript = runScript;\n"
  },
  {
    "path": "Module/webroot/js/utils/toast.js",
    "content": "// Toast Notification Utilities\nlet toastTimer;\n\nfunction showToast(message, type = \"info\", duration = 3000) {\n  const snackbar = document.getElementById(\"snackbar\");\n  if (!snackbar) return;\n\n  snackbar.textContent = message;\n  snackbar.className = `snackbar show ${type}`;\n\n  clearTimeout(toastTimer);\n  toastTimer = setTimeout(() => {\n    snackbar.classList.remove(\"show\");\n  }, duration);\n}\n\n// Export toast functions to window object\nwindow.showToast = showToast;\nwindow.showSuccessToast = (message, duration = 3000) => showToast(message, \"success\", duration);\nwindow.showErrorToast = (message, duration = 4000) => showToast(message, \"error\", duration);\nwindow.showWarningToast = (message, duration = 3500) => showToast(message, \"warning\", duration);\nwindow.showInfoToast = (message, duration = 3000) => showToast(message, \"info\", duration);\n"
  },
  {
    "path": "Module/webroot/js/version.js",
    "content": "// ========== EXECUTOR FUNCTION ==========\n// Executes a shell command using KernelSU and returns a Promise with the output\nfunction exec(command) {\n  return new Promise((resolve, reject) => {\n    const cb = `cb_${Date.now()}`;\n    window[cb] = (code, out, err) => {\n      delete window[cb];\n      code ? reject(err || \"Unknown error\") : resolve(out);\n    };\n    ksu.exec(command, \"{}\", cb);\n  });\n}\n\n// ========== VERSION MODULE DETECTION ==========\n// Reads the 'version' from /data/adb/modules/Yurikey/module.prop\nasync function loadVersionFromModuleProp() {\n  const versionElement = document.getElementById('version-text');\n  try {\n    const version = await exec(\"grep '^version=' /data/adb/modules/Yurikey/module.prop | cut -d'=' -f2\");\n    versionElement.textContent = version.trim();\n  } catch (error) {\n    appendToOutput(\"[!] Failed to read version from module.prop\");\n    console.error(\"Failed to read version from module.prop:\", error);\n  }\n}\n\n// ========== DOM INITIALIZATION ==========\ndocument.addEventListener('DOMContentLoaded', () => {\n  loadVersionFromModuleProp();\n});\n"
  },
  {
    "path": "Module/webroot/json/dev.json",
    "content": "{\n  \"project\": \"Project Contributors\",\n  \"contributors\": [\n    {\n      \"name\": \"Yuri\",\n      \"username\": \"Yurii0307\",\n      \"role\": \"Founder & Module Developer\",\n      \"url\": \"https://github.com/Yurii0307\"\n    },\n    {\n      \"name\": \"Tam\",\n      \"username\": \"Tam97123\",\n      \"role\": \"Module Developer\",\n      \"url\": \"https://github.com/Tam97123\"\n    },\n    {\n      \"name\": \"yourbestregard\",\n      \"username\": \"yourbestregard\",\n      \"role\": \"Module Developer\",\n      \"url\": \"https://github.com/yourbestregard\"\n    },\n    {\n      \"name\": \"CEHunter\",\n      \"username\": \"cvnertnc\",\n      \"role\": \"Module/WebUI Developer\",\n      \"url\": \"https://github.com/cvnertnc\"\n    },\n    {\n      \"name\": \"ZG089\",\n      \"username\": \"ZG089\",\n      \"role\": \"Module Developer\",\n      \"url\": \"https://github.com/ZG089\"\n    },\n    {\n      \"name\": \"Munch\",\n      \"username\": \"SudoNothing404\",\n      \"role\": \"WebUI Developer\",\n      \"url\": \"https://github.com/SudoNothing404\"\n    },\n    {\n      \"name\": \"Wes\",\n      \"username\": \"p0ntu5\",\n      \"role\": \"WebUI Developer\",\n      \"url\": \"https://github.com/ihatenodejs\"\n    },\n    {\n      \"name\": \"Khx\",\n      \"username\": \"dpejoh\",\n      \"role\": \"Ex Module Developer\",\n      \"url\": \"https://github.com/dpejoh\"\n    },\n    {\n      \"name\": \"HzzMonet\",\n      \"username\": \"hzzmonet\",\n      \"role\": \"Feminine Boy\",\n      \"url\": \"https://github.com/hzzmonetvn\"\n    }\n  ]\n}\n"
  },
  {
    "path": "Module/webroot/lang/af.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ar.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ca.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/cs.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/da.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/de.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menü\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Einstellungen\",\n  \"home_version\": \"Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Aktualisieren der Info\",\n  \"home_refreshing\": \"Aktualisieren...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Uhrzeit Datum\",\n  \"home_clock_time\": \"Uhrzeit\",\n  \"menu_title\": \"Hauptmenü\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Setze Yuri Keybox\",\n  \"menu_target\": \"Setzte Tarket.txt\",\n  \"menu_necessary\": \"Setze nur benötigte App\",\n  \"menu_patch\": \"Setzte Sicherheitspatch\",\n  \"advance_menu_title\": \"Erweitertes Menü\",\n  \"advance_clear_all_detection_traces\": \"Lösche alle Erkennungspfade\",\n  \"advance_set_hma-oss_configs\": \"Setzte HMA-oss Konfiguration\",\n  \"advance_fix_detect_lsposed\": \"Repariere auffinden von lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Repariere PIF Erkennung (1)\",\n  \"advance_fix_detect_recovery_file\": \"Repariere auffinden von Recovery Datei\",\n  \"advance_kill_all\": \"Stoppe alle Prozesse\",\n  \"advance_set_verified_boot\": \"Setze verifizieren Boothash\",\n  \"update_title\": \"Update und Support\",\n  \"update_desc\": \"Bleib auf Stand mit der neusten Version von Yurikey, Fehlerbehebungen, und neuen Funktionen.\",\n  \"update_github\": \"Schaue auf Github\",\n  \"update_telegram\": \"Besuche Telegram Gruppe\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Projektbeteiligte\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Ausführen \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Fehler info zu erneuern!\",\n  \"home_no_internet\": \"Keine Internetverbindung.\",\n  \"home_connected\": \"Verbunden\",\n  \"home_disconnected\": \"Nicht verbunden\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Uhrzeit Format\",\n  \"clock_format_auto\": \"Auto (Gerät)\",\n  \"clock_format_24h\": \"24-Stunden (00:00)\",\n  \"clock_format_12h\": \"12-Stunden (AM/PM)\",\n  \"theme_mode_dark\": \"Dunkel\",\n  \"theme_mode_light\": \"Hell\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Wald\",\n  \"theme_preset_sunset\": \"Sonnenaufgang\",\n  \"theme_preset_violet\": \"Violett\",\n  \"settings_title\": \"Einstellungen\",\n  \"settings_language\": \"Sprache\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA Konfiguration\",\n  \"advance_widevinel1\": \"Repariere Widevine L1\",\n  \"nav_advance_menu\": \"Menü +\",\n  \"advance_set_zygisk_next_configs\": \"Setzte Zygisk Next Konfiguration\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/el.json",
    "content": "{\n  \"nav_home\": \"Αρχική σελίδα\",\n  \"nav_menu\": \"Μενού\",\n  \"nav_update\": \"Ενημέρωση\",\n  \"nav_settings\": \"Ρυθμίσεις\",\n  \"home_version\": \"Έκδοση ενότητας\",\n  \"home_root\": \"Υλοποίηση Root\",\n  \"home_refresh\": \"Ανανέωση Πληροφοριών\",\n  \"home_refreshing\": \"Ανανέωση...\",\n  \"home_status\": \"Κατάσταση\",\n  \"home_status_online\": \"Συνδεδεμένος\",\n  \"home_status_offline\": \"Εκτός σύνδεσης\",\n  \"home_clock_date\": \"Ημερομηνία ρολογιού\",\n  \"home_clock_time\": \"Ώρα ρολογιού\",\n  \"menu_title\": \"ΚΥΡΙΩΣ ΜΕΝΟΥ\",\n  \"menu_force_clear\": \"Αναγκαστική διακοπή και διαγραφή δεδομένων στο Play Store\",\n  \"menu_keybox\": \"Ρύθμιση του Yuri Keybox\",\n  \"menu_target\": \"Ρύθμιση Στόχου.txt\",\n  \"menu_necessary\": \"Ορίστε μόνο την απαραίτητη εφαρμογή\",\n  \"menu_patch\": \"Ρύθμιση ενημέρωσης κώδικα ασφαλείας\",\n  \"advance_menu_title\": \"Μενού για προχωρημένους\",\n  \"advance_clear_all_detection_traces\": \"Διαγραφή όλων των ιχνών ανίχνευσης\",\n  \"advance_set_hma-oss_configs\": \"Ορισμός ρυθμίσεων HMA-oss\",\n  \"advance_fix_detect_lsposed\": \"Διόρθωση Εντοπισμός lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Διόρθωση Εντοπισμός PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Διόρθωση Εντοπισμός αρχείου ανάκτησης\",\n  \"advance_kill_all\": \"Τερματισμός Όλων Των Διεργασιών\",\n  \"advance_set_verified_boot\": \"Ρύθμιση Επαληθευμένου Boothash\",\n  \"update_title\": \"ΕΝΗΜΕΡΩΣΗ & ΥΠΟΣΤΗΡΙΞΗ\",\n  \"update_desc\": \"Μείνετε ενημερωμένοι με την τελευταία έκδοση του Yurikey, διορθώσεις σφαλμάτων και νέες δυνατότητες.\",\n  \"update_github\": \"Προβολή στο GitHub\",\n  \"update_telegram\": \"Γίνετε μέλος του καναλιού Telegram\",\n  \"update_note\": \"Γίνετε μέλος του καναλιού μας στο Telegram ή επισκεφθείτε το GitHub για ενημερώσεις, συνεισφορές και τεχνικές συζητήσεις.\",\n  \"settings_contributors\": \"Συντελεστές του Έργου\",\n  \"role_Founder & Module Developer\": \"Ιδρυτής & Προγραμματιστής Ενοτήτων\",\n  \"role_Module Developer\": \"Προγραμματιστής Ενοτήτων\",\n  \"role_WebUI Developer\": \"Προγραμματιστής WebUI\",\n  \"role_Ex Module Developer\": \"Πρώην Προγραμματιστής Ενοτήτων\",\n  \"executing\": \"Εκτέλεση του \\\"{script}\\\"...\",\n  \"success\": \"Το σενάριο \\\"{script}\\\" εκτελέστηκε με επιτυχία.\",\n  \"failed\": \"Αποτυχία εκτέλεσης σεναρίου \\\"{script}\\\".\",\n  \"timeout\": \"Το χρονικό όριο του σεναρίου \\\"{script}\\\" έληξε.\",\n  \"ksu_not_available\": \"Το KernelSU exec API δεν είναι διαθέσιμο.\",\n  \"status_online\": \"Κατάσταση: Συνδεδεμένος/η\",\n  \"status_offline\": \"Κατάσταση: Εκτός σύνδεσης\",\n  \"home_refresh_failed\": \"Η ανανέωση των πληροφοριών απέτυχε!\",\n  \"home_no_internet\": \"Δεν υπάρχει σύνδεση στο διαδίκτυο.\",\n  \"home_connected\": \"Συνδεδεμένος\",\n  \"home_disconnected\": \"Αποσυνδέθηκε\",\n  \"settings_appearance\": \"Εμφάνιση\",\n  \"settings_clock_format\": \"Μορφή ρολογιού\",\n  \"clock_format_auto\": \"Αυτόματο (Συσκευή)\",\n  \"clock_format_24h\": \"24ωρο (00:00)\",\n  \"clock_format_12h\": \"12ωρο (ΠΜ/ΜΜ)\",\n  \"theme_mode_dark\": \"Σκοτάδι\",\n  \"theme_mode_light\": \"Φωτεινό\",\n  \"theme_mode_auto\": \"Αυτόματο (Σύστημα)\",\n  \"theme_preset_ocean\": \"Ωκεανός\",\n  \"theme_preset_rose\": \"Τριαντάφυλλο\",\n  \"theme_preset_forest\": \"Δάσος\",\n  \"theme_preset_sunset\": \"Ηλιοβασίλεμα\",\n  \"theme_preset_violet\": \"Βιολέτα\",\n  \"settings_title\": \"Ρυθμίσεις\",\n  \"settings_language\": \"Γλώσσα\",\n  \"menu_keybox_title\": \"Κλειδοκιβώτιο\",\n  \"advance_upd_yurirka\": \"Ενημέρωση διαμόρφωσης RKA\",\n  \"advance_widevinel1\": \"Διόρθωση Widevine L1\",\n  \"nav_advance_menu\": \"Μενού +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/es.json",
    "content": "{\n  \"nav_home\": \"Casa\",\n  \"nav_menu\": \"Menú\",\n  \"nav_update\": \"Actualizar\",\n  \"nav_settings\": \"Ajustes\",\n  \"home_version\": \"Versión Del módulo\",\n  \"home_root\": \"Implementación De Superusuario\",\n  \"home_refresh\": \"Información\",\n  \"home_refreshing\": \"Refrescando...\",\n  \"home_status\": \"Estado\",\n  \"home_status_online\": \"Activo\",\n  \"home_status_offline\": \"Inactivo\",\n  \"home_clock_date\": \"Fecha del reloj\",\n  \"home_clock_time\": \"Hora del reloj\",\n  \"menu_title\": \"Menú principal\",\n  \"menu_force_clear\": \"Detener Google Play Y borrar datos\",\n  \"menu_keybox\": \"Configurar\",\n  \"menu_target\": \"Configurar Target.txt\",\n  \"menu_necessary\": \"Elegir Apps necesarias\",\n  \"menu_patch\": \"Elegir parche de seguridad\",\n  \"advance_menu_title\": \"Ajustes Avanzados\",\n  \"advance_clear_all_detection_traces\": \"Limpiar Detección\",\n  \"advance_set_hma-oss_configs\": \"Elegir Configuración HMA\",\n  \"advance_fix_detect_lsposed\": \"Corregir Detección (2)\",\n  \"advance_fix_detect_pif\": \"Solucionar Detección PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Solucionar Detección de Recuperación\",\n  \"advance_kill_all\": \"Matar todos los procesos\",\n  \"advance_set_verified_boot\": \"Configurar Arranque seguro\",\n  \"update_title\": \"Actualización Y soporte\",\n  \"update_desc\": \"Mantente al día con la última versión correcciones de errores y nuevas funciones.\",\n  \"update_github\": \"Ver En el Repositorio\",\n  \"update_telegram\": \"Unirte al canal de Telegram\",\n  \"update_note\": \"Únete a nuestro canal de Telegram o consulta GitHub para obtener actualizaciones, contribuciones y participar en debates técnicos.\",\n  \"settings_contributors\": \"Ayudantes En el proyecto\",\n  \"role_Founder & Module Developer\": \"Fundador y desarrollador de módulos\",\n  \"role_Module Developer\": \"Creador Del Módulo\",\n  \"role_WebUI Developer\": \"Creador de De interfaz de navegación\",\n  \"role_Ex Module Developer\": \"Antiguo desarrollador de módulos\",\n  \"executing\": \"Ejecutando {script}...\",\n  \"success\": \"Script {script} Ejecutado Correctamente.\",\n  \"failed\": \"No se ha podido ejecutar {script}.\",\n  \"timeout\": \"Script {script} Tiempo Agotado.\",\n  \"ksu_not_available\": \"La API SU no está disponible.\",\n  \"status_online\": \"Estado: Activo\",\n  \"status_offline\": \"Estado: Inactivo\",\n  \"home_refresh_failed\": \"No¡ se Ha podido Refrescar la información!\",\n  \"home_no_internet\": \"No tienes Conexión A Internet.\",\n  \"home_connected\": \"Conectado\",\n  \"home_disconnected\": \"Desconectado\",\n  \"settings_appearance\": \"Apariencia\",\n  \"settings_clock_format\": \"Formato del reloj\",\n  \"clock_format_auto\": \"Auto (dispositivo)\",\n  \"clock_format_24h\": \"Formato 24 Horas (00:00)\",\n  \"clock_format_12h\": \"Formato 12 Horas (AM/PM)\",\n  \"theme_mode_dark\": \"Modo Oscuro\",\n  \"theme_mode_light\": \"Modo Claro\",\n  \"theme_mode_auto\": \"Automático (Sistema)\",\n  \"theme_preset_ocean\": \"Océano\",\n  \"theme_preset_rose\": \"Rosa\",\n  \"theme_preset_forest\": \"Bosque\",\n  \"theme_preset_sunset\": \"Atardecer\",\n  \"theme_preset_violet\": \"Violeta\",\n  \"settings_title\": \"Ajustes\",\n  \"settings_language\": \"Idioma\",\n  \"menu_keybox_title\": \"Caja de claves\",\n  \"advance_upd_yurirka\": \"Actualizar configuración RKA\",\n  \"advance_widevinel1\": \"Corregir Vid ancha L1\",\n  \"nav_advance_menu\": \"Menú avanzado\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/fi.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/fr.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/he.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/hu.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/it.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Aggiorna\",\n  \"nav_settings\": \"Impostazioni\",\n  \"home_version\": \"Versione modulo\",\n  \"home_root\": \"Implementazione root\",\n  \"home_refresh\": \"Aggiorna informazioni\",\n  \"home_refreshing\": \"Aggiornamento...\",\n  \"home_status\": \"Stato\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Data\",\n  \"home_clock_time\": \"Orario\",\n  \"menu_title\": \"MENU PRINCIPALE\",\n  \"menu_force_clear\": \"Forza la chiusura e cancella i dati del Play Store\",\n  \"menu_keybox\": \"Imposta Yuri keybox\",\n  \"menu_target\": \"Imposta Target.txt\",\n  \"menu_necessary\": \"Imposta solo l'app necessaria\",\n  \"menu_patch\": \"Imposta patch di sicurezza\",\n  \"advance_menu_title\": \"Menu avanzato\",\n  \"advance_clear_all_detection_traces\": \"Cancella tutte le tracce di rilevamento\",\n  \"advance_set_hma-oss_configs\": \"Imposta configurazioni HMA-oss\",\n  \"advance_fix_detect_lsposed\": \"Correggi rilevamento lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Correggi rilevamento PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Correggi rilevamento file Recovery\",\n  \"advance_kill_all\": \"Termina tutti i processi\",\n  \"advance_set_verified_boot\": \"Imposta Boothash verificato\",\n  \"update_title\": \"AGGIORNAMENTO E SUPPORTO\",\n  \"update_desc\": \"Rimani aggiornato con l'ultima versione di Yurikey, correzioni di bug e nuove funzionalità.\",\n  \"update_github\": \"Visualizza su GitHub\",\n  \"update_telegram\": \"Unisciti al canale Telegram\",\n  \"update_note\": \"Unisciti al nostro canale Telegram o controlla GitHub per aggiornamenti, contributi e discussioni tecniche.\",\n  \"settings_contributors\": \"Collaboratori del progetto\",\n  \"role_Founder & Module Developer\": \"Fondatore e sviluppatore del modulo\",\n  \"role_Module Developer\": \"Sviluppatore del modulo\",\n  \"role_WebUI Developer\": \"Sviluppatore della WebUI\",\n  \"role_Ex Module Developer\": \"Ex sviluppatore del modulo\",\n  \"executing\": \"Esecuzione di \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" eseguito con successo.\",\n  \"failed\": \"Errore nell'esecuzione dello script \\\"{script}\\\".\",\n  \"timeout\": \"Lo script \\\"{script}\\\" ha superato il tempo di attesa.\",\n  \"ksu_not_available\": \"KernelSU exec API non disponibile.\",\n  \"status_online\": \"Stato: online\",\n  \"status_offline\": \"Stato: offline\",\n  \"home_refresh_failed\": \"Aggiornamento informazioni non riuscito!\",\n  \"home_no_internet\": \"Connessione internet assente.\",\n  \"home_connected\": \"Connesso\",\n  \"home_disconnected\": \"Disconnesso\",\n  \"settings_appearance\": \"Aspetto\",\n  \"settings_clock_format\": \"Formato orologio\",\n  \"clock_format_auto\": \"Automatico (dispositivo)\",\n  \"clock_format_24h\": \"24 ore (00:00)\",\n  \"clock_format_12h\": \"12 ore (AM/PM)\",\n  \"theme_mode_dark\": \"Scuro\",\n  \"theme_mode_light\": \"Chiaro\",\n  \"theme_mode_auto\": \"Automatico (sistema)\",\n  \"theme_preset_ocean\": \"Oceano\",\n  \"theme_preset_rose\": \"Rosa\",\n  \"theme_preset_forest\": \"Foresta\",\n  \"theme_preset_sunset\": \"Tramonto\",\n  \"theme_preset_violet\": \"Viola\",\n  \"settings_title\": \"Impostazioni\",\n  \"settings_language\": \"Lingua\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Aggiorna configurazione RKA\",\n  \"advance_widevinel1\": \"Correggi Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Imposta configurazioni Zygisk Next\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ja.json",
    "content": "{\n  \"nav_home\": \"ホーム\",\n  \"nav_menu\": \"メニュー\",\n  \"nav_update\": \"更新\",\n  \"nav_settings\": \"設定\",\n  \"home_version\": \"モジュールのバージョン\",\n  \"home_root\": \"root の実装\",\n  \"home_refresh\": \"情報を更新\",\n  \"home_refreshing\": \"更新中...\",\n  \"home_status\": \"ステータス\",\n  \"home_status_online\": \"オンライン\",\n  \"home_status_offline\": \"オフライン\",\n  \"home_clock_date\": \"日付\",\n  \"home_clock_time\": \"時刻\",\n  \"menu_title\": \"メインメニュー\",\n  \"menu_force_clear\": \"Play ストアを強制停止とデータを消去\",\n  \"menu_keybox\": \"Yuri Keybox を設定\",\n  \"menu_target\": \"Target.txt を設定\",\n  \"menu_necessary\": \"必要なアプリのみ設定\",\n  \"menu_patch\": \"セキュリティパッチを設定\",\n  \"advance_menu_title\": \"高度なメニュー\",\n  \"advance_clear_all_detection_traces\": \"検出の痕跡をすべて消去\",\n  \"advance_set_hma-oss_configs\": \"HMA-OSS の構成を設定\",\n  \"advance_fix_detect_lsposed\": \"LSPosed の検出を修正 (2)\",\n  \"advance_fix_detect_pif\": \"PIF の検出を修正 (1)\",\n  \"advance_fix_detect_recovery_file\": \"リカバリーファイルの検出を修正\",\n  \"advance_kill_all\": \"すべてのプロセスを停止\",\n  \"advance_set_verified_boot\": \"確認付きブートハッシュを設定\",\n  \"update_title\": \"更新とサポート\",\n  \"update_desc\": \"Yurikey の最新バージョン、バグ修正、新機能に関する最新情報を入手しましょう。\",\n  \"update_github\": \"GitHub を表示\",\n  \"update_telegram\": \"Telegram チャンネルに参加\",\n  \"update_note\": \"最新情報、貢献、技術的な議論については、Telegram のチャンネルにご参加いただくか、GitHub をご確認ください。\",\n  \"settings_contributors\": \"プロジェクトの貢献者\",\n  \"role_Founder & Module Developer\": \"創設者とモジュールの開発者\",\n  \"role_Module Developer\": \"モジュールの開発者\",\n  \"role_WebUI Developer\": \"WebUI の開発者\",\n  \"role_Ex Module Developer\": \"モジュールの元開発者\",\n  \"executing\": \"「{script}」を実行中...\",\n  \"success\": \"「{script}」のスクリプトの実行に成功しました。\",\n  \"failed\": \"「{script}」のスクリプトの実行に失敗しました。\",\n  \"timeout\": \"「{script}」のスクリプトがタイムアウトしました。\",\n  \"ksu_not_available\": \"KernelSU exec API は利用できません。\",\n  \"status_online\": \"ステータス: オンライン\",\n  \"status_offline\": \"ステータス: オフライン\",\n  \"home_refresh_failed\": \"情報の更新に失敗しました！\",\n  \"home_no_internet\": \"インターネットに未接続です。\",\n  \"home_connected\": \"接続\",\n  \"home_disconnected\": \"切断\",\n  \"settings_appearance\": \"外観\",\n  \"settings_clock_format\": \"時計のフォーマット\",\n  \"clock_format_auto\": \"自動 (デバイス)\",\n  \"clock_format_24h\": \"24 時間制 (00:00)\",\n  \"clock_format_12h\": \"12 時間制 (午前/午後)\",\n  \"theme_mode_dark\": \"ダーク\",\n  \"theme_mode_light\": \"ライト\",\n  \"theme_mode_auto\": \"自動 (システム)\",\n  \"theme_preset_ocean\": \"オーシャン\",\n  \"theme_preset_rose\": \"ローズ\",\n  \"theme_preset_forest\": \"フォレスト\",\n  \"theme_preset_sunset\": \"サンセット\",\n  \"theme_preset_violet\": \"バイオレット\",\n  \"settings_title\": \"設定\",\n  \"settings_language\": \"言語\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"RKA の構成を更新\",\n  \"advance_widevinel1\": \"Widevine L1 の修正\",\n  \"nav_advance_menu\": \"メニュー +\",\n  \"advance_set_zygisk_next_configs\": \"Zygisk Next の構成を設定\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ko.json",
    "content": "{\n  \"nav_home\": \"홈\",\n  \"nav_menu\": \"메뉴\",\n  \"nav_update\": \"업데이트\",\n  \"nav_settings\": \"설정\",\n  \"home_version\": \"모듈 버전\",\n  \"home_root\": \"루트 구현\",\n  \"home_refresh\": \"정보 새로고침\",\n  \"home_refreshing\": \"새로고침중...\",\n  \"home_status\": \"상태\",\n  \"home_status_online\": \"온라인\",\n  \"home_status_offline\": \"오프라인\",\n  \"home_clock_date\": \"날짜\",\n  \"home_clock_time\": \"시간\",\n  \"menu_title\": \"메인 메뉴\",\n  \"menu_force_clear\": \"Play 스토어 강제 종료 및 데이터 삭제\",\n  \"menu_keybox\": \"Yuri Keybox 설정\",\n  \"menu_target\": \"Target.txt 설정\",\n  \"menu_necessary\": \"필수 앱만 설정\",\n  \"menu_patch\": \"보안 패치 설정\",\n  \"advance_menu_title\": \"고급 메뉴\",\n  \"advance_clear_all_detection_traces\": \"모든 탐지 흔적 지우기\",\n  \"advance_set_hma-oss_configs\": \"HMA-oss 구성 설정\",\n  \"advance_fix_detect_lsposed\": \"LSPosed 탐지 수정 (2)\",\n  \"advance_fix_detect_pif\": \"PIF 탐지 수정 (1)\",\n  \"advance_fix_detect_recovery_file\": \"리커버리 파일 탐지 수정\",\n  \"advance_kill_all\": \"모든 프로세스 종료\",\n  \"advance_set_verified_boot\": \"검증된 부트 해시 설정\",\n  \"update_title\": \"업데이트 및 지원\",\n  \"update_desc\": \"최신 버전의 Yurikey, 버그 수정 및 새로운 기능에 대한 최신 정보를 확인하세요.\",\n  \"update_github\": \"GitHub에서 보기\",\n  \"update_telegram\": \"Telegram 채널 가입\",\n  \"update_note\": \"Telegram 채널에 가입하거나 GitHub에서 업데이트, 기여 및 기술 토론을 확인하세요.\",\n  \"settings_contributors\": \"프로젝트 기여자\",\n  \"role_Founder & Module Developer\": \"설립자 및 모듈 개발자\",\n  \"role_Module Developer\": \"모듈 개발자\",\n  \"role_WebUI Developer\": \"WebUI 개발자\",\n  \"role_Ex Module Developer\": \"전 모듈 개발자\",\n  \"executing\": \"\\\"{script}\\\" 실행중...\",\n  \"success\": \"스크립트 \\\"{script}\\\"를 성공적으로 실행하였습니다.\",\n  \"failed\": \"스크립트 \\\"{script}\\\" 실행을 실패하였습니다.\",\n  \"timeout\": \"스크립트 \\\"{script}\\\" 실행 시간을 초과하였습니다.\",\n  \"ksu_not_available\": \"KernelSU 실행 API를 사용할 수 없습니다.\",\n  \"status_online\": \"상태: 온라인\",\n  \"status_offline\": \"상태: 오프라인\",\n  \"home_refresh_failed\": \"정보 새로고침 실패!\",\n  \"home_no_internet\": \"인터넷에 연결되어 있지 않습니다.\",\n  \"home_connected\": \"연결됨\",\n  \"home_disconnected\": \"연결 끊김\",\n  \"settings_appearance\": \"테마\",\n  \"settings_clock_format\": \"시간 형식\",\n  \"clock_format_auto\": \"자동 (디바이스)\",\n  \"clock_format_24h\": \"24시간 (00:00)\",\n  \"clock_format_12h\": \"12시간 (AM/PM)\",\n  \"theme_mode_dark\": \"다크\",\n  \"theme_mode_light\": \"라이트\",\n  \"theme_mode_auto\": \"자동 (시스탬)\",\n  \"theme_preset_ocean\": \"바다\",\n  \"theme_preset_rose\": \"장미\",\n  \"theme_preset_forest\": \"숲\",\n  \"theme_preset_sunset\": \"일몰\",\n  \"theme_preset_violet\": \"바이올렛\",\n  \"settings_title\": \"설정\",\n  \"settings_language\": \"언어\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"RKA 구성 업데이트\",\n  \"advance_widevinel1\": \"Widevine L1 수정\",\n  \"nav_advance_menu\": \"메뉴 +\",\n  \"advance_set_zygisk_next_configs\": \"Zygisk Next 구성 설정\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/nl.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/no.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/pl.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/pt.json",
    "content": "{\n  \"nav_home\": \"Início\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Atualizar\",\n  \"nav_settings\": \"Configurações\",\n  \"home_version\": \"Versão do módulo\",\n  \"home_root\": \"Implementação do Root\",\n  \"home_refresh\": \"Atualizar informações\",\n  \"home_refreshing\": \"Atualizando...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Dia\",\n  \"home_clock_time\": \"Hora\",\n  \"menu_title\": \"MENU PRINCIPAL\",\n  \"menu_force_clear\": \"Forçar Parar & Limpar Dados da Play Store\",\n  \"menu_keybox\": \"Configurar Yuri Keybox\",\n  \"menu_target\": \"Configurar Target.txt\",\n  \"menu_necessary\": \"Configurar Apenas Aplicativos Necessários \",\n  \"menu_patch\": \"Configurar Security Patch\",\n  \"advance_menu_title\": \"Menu Avançado\",\n  \"advance_clear_all_detection_traces\": \"Limpar todos os rastros de detecção\",\n  \"advance_set_hma-oss_configs\": \"Definir configurações de HMA-oss\",\n  \"advance_fix_detect_lsposed\": \"Corrigir Detecção do lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Corrigir Detecção do PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Corrigir Detecção do Arquivo de Recuperação \",\n  \"advance_kill_all\": \"Matar todos os processos\",\n  \"advance_set_verified_boot\": \"Configurar Verified Boothash\",\n  \"update_title\": \"ATUALIZAÇÃO & SUPORTE\",\n  \"update_desc\": \"Mantenha-se atualizado com a última versão de Yurikey, correções de bugs e novos recursos.\",\n  \"update_github\": \"Ver no GitHub\",\n  \"update_telegram\": \"Entre no canal do Telegram\",\n  \"update_note\": \"Entre no nosso canal do Telegram ou confira no GitHub por atualizações, contribuições e discussões técnicas.\",\n  \"settings_contributors\": \"Colaboradores do Projeto\",\n  \"role_Founder & Module Developer\": \"Fundador e Desenvolvedor do Módulo\",\n  \"role_Module Developer\": \"Desenvolvedor do Módulo\",\n  \"role_WebUI Developer\": \"Desenvolvedor do WebUI\",\n  \"role_Ex Module Developer\": \"Antigo Desenvolvedor do Módulo\",\n  \"executing\": \"Executando \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executado com sucesso.\",\n  \"failed\": \"Falha ao executar o script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" tempo esgotado.\",\n  \"ksu_not_available\": \"API KernelSU exec não está disponível.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Falha ao atualizar informações!\",\n  \"home_no_internet\": \"Sem conexão à internet.\",\n  \"home_connected\": \"Conectado\",\n  \"home_disconnected\": \"Desconectado\",\n  \"settings_appearance\": \"Aparência\",\n  \"settings_clock_format\": \"Formato do relógio\",\n  \"clock_format_auto\": \"Automático (Dispositivo)\",\n  \"clock_format_24h\": \"24 horas (00:00)\",\n  \"clock_format_12h\": \"12 horas (AM/PM)\",\n  \"theme_mode_dark\": \"Escuro\",\n  \"theme_mode_light\": \"Claro\",\n  \"theme_mode_auto\": \"Automático (Sistema)\",\n  \"theme_preset_ocean\": \"Oceano\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Floresta\",\n  \"theme_preset_sunset\": \"Pôr do Sol\",\n  \"theme_preset_violet\": \"Violeta\",\n  \"settings_title\": \"Configurações\",\n  \"settings_language\": \"Linguagem\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Atualizar configuração do RKA\",\n  \"advance_widevinel1\": \"Corrigir Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ro.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/ru.json",
    "content": "{\n  \"nav_home\": \"Главная\",\n  \"nav_menu\": \"Меню\",\n  \"nav_update\": \"Обновление\",\n  \"nav_settings\": \"Настройки\",\n  \"home_version\": \"Версия модуля\",\n  \"home_root\": \"Рут реализация\",\n  \"home_refresh\": \"Обновить информацию\",\n  \"home_refreshing\": \"Обновление...\",\n  \"home_status\": \"Статус\",\n  \"home_status_online\": \"Онлайн\",\n  \"home_status_offline\": \"Офлайн\",\n  \"home_clock_date\": \"Дата часов\",\n  \"home_clock_time\": \"Время на часах\",\n  \"menu_title\": \"ГЛАВНОЕ МЕНЮ\",\n  \"menu_force_clear\": \"Принудительная остановка и очистка данных Play Store\",\n  \"menu_keybox\": \"Установить Yuri Keybox\",\n  \"menu_target\": \"Установить Target.txt\",\n  \"menu_necessary\": \"Установить только необходимые приложения\",\n  \"menu_patch\": \"Установить патч безопасности\",\n  \"advance_menu_title\": \"Расширенное Меню\",\n  \"advance_clear_all_detection_traces\": \"Очистить все следы обнаружения\",\n  \"advance_set_hma-oss_configs\": \"Настройка параметров HMA-oss\",\n  \"advance_fix_detect_lsposed\": \"Исправить обнаружение lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Исправить обнаружение PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Исправить обнаружение файла восстановления\",\n  \"advance_kill_all\": \"Отключить все процессы\",\n  \"advance_set_verified_boot\": \"Настроить проверенный Boothash\",\n  \"update_title\": \"ОБНОВЛЕНИЯ И ПОДДЕРЖКА\",\n  \"update_desc\": \"Будьте в курсе последних обновлений Yurikey, исправлений ошибок и новых функций.\",\n  \"update_github\": \"Посмотреть на GitHub\",\n  \"update_telegram\": \"Присоединяйтесь к Telegram каналу\",\n  \"update_note\": \"Присоединяйтесь к нашему Telegram каналу или следите за обновлениями, предложениями по улучшению и техническими обсуждениями на GitHub.\",\n  \"settings_contributors\": \"Участники проекта\",\n  \"role_Founder & Module Developer\": \"Основатель и разработчик модуля\",\n  \"role_Module Developer\": \"Разработчик модуля\",\n  \"role_WebUI Developer\": \"Разработчик веб-интерфейса\",\n  \"role_Ex Module Developer\": \"Бывший разработчик модулей\",\n  \"executing\": \"Выполнение \\\"{script}\\\"...\",\n  \"success\": \"Скрипт \\\"{script}\\\" выполнен успешно.\",\n  \"failed\": \"Не удалось выполнить скрипт \\\"{script}\\\".\",\n  \"timeout\": \"Скрипт \\\"{script}\\\" завершился по истечении времени ожидания.\",\n  \"ksu_not_available\": \"API KernelSU exec недоступен.\",\n  \"status_online\": \"Статус: Онлайн\",\n  \"status_offline\": \"Статус: Офлайн\",\n  \"home_refresh_failed\": \"Не удалось обновить информацию!\",\n  \"home_no_internet\": \"Не удалось подключиться к интернету.\",\n  \"home_connected\": \"Соединено\",\n  \"home_disconnected\": \"Отключено\",\n  \"settings_appearance\": \"Внешний вид\",\n  \"settings_clock_format\": \"Формат часов\",\n  \"clock_format_auto\": \"Авто (Устройство)\",\n  \"clock_format_24h\": \"24-часовой (00:00)\",\n  \"clock_format_12h\": \"12-часовой (AM/PM)\",\n  \"theme_mode_dark\": \"Тёмный\",\n  \"theme_mode_light\": \"Светлый\",\n  \"theme_mode_auto\": \"Авто (Системно)\",\n  \"theme_preset_ocean\": \"Океан\",\n  \"theme_preset_rose\": \"Роза\",\n  \"theme_preset_forest\": \"Лес\",\n  \"theme_preset_sunset\": \"Закат\",\n  \"theme_preset_violet\": \"Фиолетовый\",\n  \"settings_title\": \"Настройки\",\n  \"settings_language\": \"Язык\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Обновить конфигурацию RKA\",\n  \"advance_widevinel1\": \"Исправить Widevine L1\",\n  \"nav_advance_menu\": \"Меню +\",\n  \"advance_set_zygisk_next_configs\": \"Настройка параметров Zygisk Next\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/sr.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/sv.json",
    "content": "{\n  \"nav_home\": \"Home\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Update\",\n  \"nav_settings\": \"Settings\",\n  \"home_version\": \"Module Version\",\n  \"home_root\": \"Root Implementation\",\n  \"home_refresh\": \"Refresh Info\",\n  \"home_refreshing\": \"Refreshing...\",\n  \"home_status\": \"Status\",\n  \"home_status_online\": \"Online\",\n  \"home_status_offline\": \"Offline\",\n  \"home_clock_date\": \"Clock Date\",\n  \"home_clock_time\": \"Clock Time\",\n  \"menu_title\": \"MAIN MENU\",\n  \"menu_force_clear\": \"Force Stop & Clear Data Play Store\",\n  \"menu_keybox\": \"Set Up Yuri Keybox\",\n  \"menu_target\": \"Set Up Target.txt\",\n  \"menu_necessary\": \"Only Set Necessary App\",\n  \"menu_patch\": \"Set Up Security Patch\",\n  \"advance_menu_title\": \"Advanced Menu\",\n  \"advance_clear_all_detection_traces\": \"Clear all detection traces\",\n  \"advance_set_hma-oss_configs\": \"Set HMA-oss configs\",\n  \"advance_fix_detect_lsposed\": \"Fix Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Fix Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Fix Detect Recovery File\",\n  \"advance_kill_all\": \"Kill All Process\",\n  \"advance_set_verified_boot\": \"Set Up Verified Boothash\",\n  \"update_title\": \"UPDATE & SUPPORT\",\n  \"update_desc\": \"Stay up to date with the latest version of Yurikey, bug fixes, and new features.\",\n  \"update_github\": \"View on GitHub\",\n  \"update_telegram\": \"Join Telegram Channel\",\n  \"update_note\": \"Join our Telegram channel or check GitHub for updates, contributions, and technical discussions.\",\n  \"settings_contributors\": \"Project Contributors\",\n  \"role_Founder & Module Developer\": \"Founder & Module Developer\",\n  \"role_Module Developer\": \"Module Developer\",\n  \"role_WebUI Developer\": \"WebUI Developer\",\n  \"role_Ex Module Developer\": \"Former Module Developer\",\n  \"executing\": \"Executing \\\"{script}\\\"...\",\n  \"success\": \"Script \\\"{script}\\\" executed successfully.\",\n  \"failed\": \"Failed to execute script \\\"{script}\\\".\",\n  \"timeout\": \"Script \\\"{script}\\\" timed out.\",\n  \"ksu_not_available\": \"KernelSU exec API not available.\",\n  \"status_online\": \"Status: Online\",\n  \"status_offline\": \"Status: Offline\",\n  \"home_refresh_failed\": \"Failed to refresh info!\",\n  \"home_no_internet\": \"No internet connection.\",\n  \"home_connected\": \"Connected\",\n  \"home_disconnected\": \"Disconnected\",\n  \"settings_appearance\": \"Appearance\",\n  \"settings_clock_format\": \"Clock Format\",\n  \"clock_format_auto\": \"Auto (Device)\",\n  \"clock_format_24h\": \"24-hour (00:00)\",\n  \"clock_format_12h\": \"12-hour (AM/PM)\",\n  \"theme_mode_dark\": \"Dark\",\n  \"theme_mode_light\": \"Light\",\n  \"theme_mode_auto\": \"Auto (System)\",\n  \"theme_preset_ocean\": \"Ocean\",\n  \"theme_preset_rose\": \"Rose\",\n  \"theme_preset_forest\": \"Forest\",\n  \"theme_preset_sunset\": \"Sunset\",\n  \"theme_preset_violet\": \"Violet\",\n  \"settings_title\": \"Settings\",\n  \"settings_language\": \"Language\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Update RKA config\",\n  \"advance_widevinel1\": \"Fix Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Set Zygisk Next configs\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/tr.json",
    "content": "{\n  \"nav_home\": \"Ana Sayfa\",\n  \"nav_menu\": \"Menü\",\n  \"nav_update\": \"Güncelle\",\n  \"nav_settings\": \"Ayarlar\",\n  \"home_version\": \"Modül Sürümü\",\n  \"home_root\": \"root Temelli Uygulama Biçimi\",\n  \"home_refresh\": \"Bilgileri Yenile\",\n  \"home_refreshing\": \"Yenileniyor...\",\n  \"home_status\": \"Durum\",\n  \"home_status_online\": \"Çevrimiçi\",\n  \"home_status_offline\": \"Çevrimdışı\",\n  \"home_clock_date\": \"Tarih\",\n  \"home_clock_time\": \"Saat\",\n  \"menu_title\": \"Ana Menü\",\n  \"menu_force_clear\": \"Google Play Store'u Durdurmaya Zorla ve Verileri Temizle\",\n  \"menu_keybox\": \"Yuri Keybox Kur\",\n  \"menu_target\": \"Target.txt Ayarla\",\n  \"menu_necessary\": \"Sadece önerilen uygulamaları ayarlayın\",\n  \"menu_patch\": \"Güvenlik Yamasını Uygula\",\n  \"advance_menu_title\": \"Gelişmiş Menü\",\n  \"advance_clear_all_detection_traces\": \"Tüm tespit izlerini temizle\",\n  \"advance_set_hma-oss_configs\": \"HMA-oss yapılandırmalarını ayarla\",\n  \"advance_fix_detect_lsposed\": \"lsposed Tespitini Düzelt (2)\",\n  \"advance_fix_detect_pif\": \"PIF Tespitini Düzelt (1)\",\n  \"advance_fix_detect_recovery_file\": \"Recovery Dosyası Tespitini Düzelt\",\n  \"advance_kill_all\": \"Tüm İşlemleri Sonlandır\",\n  \"advance_set_verified_boot\": \"Doğrulanmış Boothash Ayarla\",\n  \"update_title\": \"GÜNCELLEME & DESTEK\",\n  \"update_desc\": \"Yurikey'in en son sürümü, hata düzeltmeleri ve yeni özelliklerle güncel kal.\",\n  \"update_github\": \"GitHub'da Görüntüle\",\n  \"update_telegram\": \"Telegram Kanalına Katıl\",\n  \"update_note\": \"Güncellemeler, katkılar ve teknik tartışmalar için Telegram kanalımıza katılabilir veya GitHub'ı kontrol edebilirsin.\",\n  \"settings_contributors\": \"Proje Katkıcıları\",\n  \"role_Founder & Module Developer\": \"Kurucu & Modül Geliştirici\",\n  \"role_Module Developer\": \"Modül Geliştiricisi\",\n  \"role_WebUI Developer\": \"Web Arayüzü geliştiricisi\",\n  \"role_Ex Module Developer\": \"Eski Modül Geliştirici\",\n  \"executing\": \"\\\"{script}\\\" çalıştırılıyor...\",\n  \"success\": \"\\\"{script}\\\" başarıyla çalıştırıldı.\",\n  \"failed\": \"\\\"{script}\\\" çalıştırılamadı(Hata verdi).\",\n  \"timeout\": \"\\\"{script}\\\" zaman aşımına uğradı.\",\n  \"ksu_not_available\": \"KernelSU exec API mevcut değil.\",\n  \"status_online\": \"Durum: Çevrimiçi\",\n  \"status_offline\": \"Durum: Çevrimdışı\",\n  \"home_refresh_failed\": \"Bilgiler yenilenemedi.\",\n  \"home_no_internet\": \"İnternet bağlantısı yok.\",\n  \"home_connected\": \"Bağlandı\",\n  \"home_disconnected\": \"Bağlantı kesildi\",\n  \"settings_appearance\": \"Kişiselleştirme\",\n  \"settings_clock_format\": \"Saat biçimi\",\n  \"clock_format_auto\": \"Otomatik ayarla\",\n  \"clock_format_24h\": \"24-Saat(00:00)\",\n  \"clock_format_12h\": \"12-Saat(ÖÖ/ÖS)\",\n  \"theme_mode_dark\": \"Koyu\",\n  \"theme_mode_light\": \"Açık\",\n  \"theme_mode_auto\": \"Otomatik(sistem)\",\n  \"theme_preset_ocean\": \"Okyanus\",\n  \"theme_preset_rose\": \"Gül Rengi\",\n  \"theme_preset_forest\": \"Orman\",\n  \"theme_preset_sunset\": \"Günbatımı\",\n  \"theme_preset_violet\": \"Menekşe\",\n  \"settings_title\": \"Ayarlar\",\n  \"settings_language\": \"Dil\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"RKA ayarını güncelle\",\n  \"advance_widevinel1\": \"Widevine L1 Düzelt\",\n  \"nav_advance_menu\": \"Menü+\",\n  \"advance_set_zygisk_next_configs\": \"Zygisk-Next Ayarlarını ayarla\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/uk.json",
    "content": "{\n  \"nav_home\": \"Головна\",\n  \"nav_menu\": \"Меню\",\n  \"nav_update\": \"Оновлення\",\n  \"nav_settings\": \"Налаштування\",\n  \"home_version\": \"Версія Модуля\",\n  \"home_root\": \"Рут реалізація\",\n  \"home_refresh\": \"Оновити інформацію\",\n  \"home_refreshing\": \"Оновлення...\",\n  \"home_status\": \"Статус\",\n  \"home_status_online\": \"Онлайн\",\n  \"home_status_offline\": \"Офлайн\",\n  \"home_clock_date\": \"Дата\",\n  \"home_clock_time\": \"Час\",\n  \"menu_title\": \"ГОЛОВНЕ МЕНЮ\",\n  \"menu_force_clear\": \"Примусова зупинка та очищення даних Play Store\",\n  \"menu_keybox\": \"Встановити keybox від Yuri\",\n  \"menu_target\": \"Встановити Target.txt\",\n  \"menu_necessary\": \"Встановити лише необхідні програми\",\n  \"menu_patch\": \"Встановити патч безпеки\",\n  \"advance_menu_title\": \"Розширене Меню\",\n  \"advance_clear_all_detection_traces\": \"Очистити всі сліди виявлення\",\n  \"advance_set_hma-oss_configs\": \"Встановити конфігурацію HMA-oss\",\n  \"advance_fix_detect_lsposed\": \"Виправити виявлення Isposed (2)\",\n  \"advance_fix_detect_pif\": \"Виправити виявлення PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Виправити виявлення файлу відновлення\",\n  \"advance_kill_all\": \"Завершити всі процеси\",\n  \"advance_set_verified_boot\": \"Встановити перевірений Boothash\",\n  \"update_title\": \"ОНОВЛЕННЯ ТА ПІДТРИМКА\",\n  \"update_desc\": \"Будьте в курсі останньої версії Yurikey, виправлень помилок та нових функцій.\",\n  \"update_github\": \"Переглянути на GitHub\",\n  \"update_telegram\": \"Приєднатися до Telegram каналу\",\n  \"update_note\": \"Приєднуйтесь до нашого Telegram каналу або перевіряйте GitHub для оновлень, внесків та технічних обговорень.\",\n  \"settings_contributors\": \"Учасники проєкту\",\n  \"role_Founder & Module Developer\": \"Засновник та Розробник Модулю\",\n  \"role_Module Developer\": \"Розробник Модулю\",\n  \"role_WebUI Developer\": \"Розробник вебінтерфейсу\",\n  \"role_Ex Module Developer\": \"Колишній розробник модулю\",\n  \"executing\": \"Виконання \\\"{script}\\\"...\",\n  \"success\": \"Скрипт \\\"{script}\\\" виконано успішно.\",\n  \"failed\": \"Не вдалося виконати скрипт \\\"{script}\\\".\",\n  \"timeout\": \"Скрипт \\\"{script}\\\" перевищив час очікування.\",\n  \"ksu_not_available\": \"API виконання KernelSU недоступний.\",\n  \"status_online\": \"Статус: Онлайн\",\n  \"status_offline\": \"Статус: Офлайн\",\n  \"home_refresh_failed\": \"Не вдалося оновити інформацію!\",\n  \"home_no_internet\": \"Немає підключення до інтернету.\",\n  \"home_connected\": \"З'єднано\",\n  \"home_disconnected\": \"Від'єднано\",\n  \"settings_appearance\": \"Зовнішній вигляд\",\n  \"settings_clock_format\": \"Формат годинника\",\n  \"clock_format_auto\": \"Авто (Пристрій)\",\n  \"clock_format_24h\": \"24-годинний (00:00)\",\n  \"clock_format_12h\": \"12-годинний (AM/PM)\",\n  \"theme_mode_dark\": \"Темний\",\n  \"theme_mode_light\": \"Світлий\",\n  \"theme_mode_auto\": \"Авто (Системно)\",\n  \"theme_preset_ocean\": \"Океан\",\n  \"theme_preset_rose\": \"Роза\",\n  \"theme_preset_forest\": \"Ліс\",\n  \"theme_preset_sunset\": \"Захід сонця\",\n  \"theme_preset_violet\": \"Фіолетовий\",\n  \"settings_title\": \"Налаштування\",\n  \"settings_language\": \"Мова\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Оновити конфігурацію RKA\",\n  \"advance_widevinel1\": \"Виправити Widevine L1\",\n  \"nav_advance_menu\": \"Меню +\",\n  \"advance_set_zygisk_next_configs\": \"Встановлення конфігурацій Zygisk Next\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/vi.json",
    "content": "{\n  \"nav_home\": \"Trang chủ\",\n  \"nav_menu\": \"Menu\",\n  \"nav_update\": \"Cập nhật\",\n  \"nav_settings\": \"Cài đặt\",\n  \"home_version\": \"Phiên Bản Mô-Đun\",\n  \"home_root\": \"Phần mềm Root\",\n  \"home_refresh\": \"Làm mới thông tin\",\n  \"home_refreshing\": \"Đang làm mới...\",\n  \"home_status\": \"Trạng thái\",\n  \"home_status_online\": \"Trực tuyến\",\n  \"home_status_offline\": \"Ngoại Tuyến\",\n  \"home_clock_date\": \"Ngày\",\n  \"home_clock_time\": \"Thời gian\",\n  \"menu_title\": \"TRANG CHỦ\",\n  \"menu_force_clear\": \"Buộc dừng & Xóa dữ liệu Play Store\",\n  \"menu_keybox\": \"Cài đặt Yuri keybox\",\n  \"menu_target\": \"Cài đặt Target.txt\",\n  \"menu_necessary\": \"Chỉ chọn các phần mềm cần thiết\",\n  \"menu_patch\": \"Cài đặt bản vá bảo mật\",\n  \"advance_menu_title\": \"Menu nâng cao\",\n  \"advance_clear_all_detection_traces\": \"Xóa tất cả các dấu vết\",\n  \"advance_set_hma-oss_configs\": \"Cài đặt\",\n  \"advance_fix_detect_lsposed\": \"Sửa lỗi phát hiện lsposed (2)\",\n  \"advance_fix_detect_pif\": \"Sửa lỗi phát hiện PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"Sửa lỗi phát hiện File Recovery\",\n  \"advance_kill_all\": \"Xóa tất cả các tiến trình\",\n  \"advance_set_verified_boot\": \"Cài đặt Boothash được xác minh\",\n  \"update_title\": \"CẬP NHẬT & HỖ TRỢ\",\n  \"update_desc\": \"Cập nhật phiên bản Yurikey mới nhất, sửa lỗi, và những tính năng mới.\",\n  \"update_github\": \"Xem trên GitHub\",\n  \"update_telegram\": \"Tham gia nhóm Telegram\",\n  \"update_note\": \"Tham gia nhóm Telegram của chúng tôi hoặc xem qua GitHub để cập nhật, đóng góp, và thảo luận về vấn đề kí thuật.\",\n  \"settings_contributors\": \"Những người đóng góp và dự án\",\n  \"role_Founder & Module Developer\": \"Nhà sáng lập & Phát triển mô-đun\",\n  \"role_Module Developer\": \"Nhà phát triển mô-đun\",\n  \"role_WebUI Developer\": \"Nhà phát triển WebUI\",\n  \"role_Ex Module Developer\": \"Đồng nhà sáng lập\",\n  \"executing\": \"Chạy \\\"{script}\\\"\",\n  \"success\": \"Lệnh \\\"{script}\\\" được chạy thành công\",\n  \"failed\": \"Chạy lệnh \\\"{script}\\\" thất bại\",\n  \"timeout\": \"Hết thời gian chờ lệnh \\\"{script}\\\"\",\n  \"ksu_not_available\": \"API của KernelSU exec không thấy\",\n  \"status_online\": \"Trạng thái: Trực tuyến\",\n  \"status_offline\": \"Trạng thái: Ngoại tuyến\",\n  \"home_refresh_failed\": \"Làm mới thông tin thất bại!\",\n  \"home_no_internet\": \"Không có kết nối Internet.\",\n  \"home_connected\": \"Đã kết nối\",\n  \"home_disconnected\": \"Ngắt kết nối\",\n  \"settings_appearance\": \"Giao diện\",\n  \"settings_clock_format\": \"Định dạng đồng hồ\",\n  \"clock_format_auto\": \"Tự động (Theo thiết bị)\",\n  \"clock_format_24h\": \"24 giờ (00:00)\",\n  \"clock_format_12h\": \"12 giờ (Sáng/Chiều)\",\n  \"theme_mode_dark\": \"Tối\",\n  \"theme_mode_light\": \"Sáng\",\n  \"theme_mode_auto\": \"Tự động (Theo hệ thống)\",\n  \"theme_preset_ocean\": \"Biển\",\n  \"theme_preset_rose\": \"Hoa Hồng\",\n  \"theme_preset_forest\": \"Rừng\",\n  \"theme_preset_sunset\": \"Mặt Trời lặn\",\n  \"theme_preset_violet\": \"Tím\",\n  \"settings_title\": \"Cài đặt\",\n  \"settings_language\": \"Ngôn ngữ\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"Cập nhật cấu hình RKA\",\n  \"advance_widevinel1\": \"Sửa Widevine L1\",\n  \"nav_advance_menu\": \"Menu +\",\n  \"advance_set_zygisk_next_configs\": \"Thiết lập cấu hình Zygisk Next\"\n}\n"
  },
  {
    "path": "Module/webroot/lang/zh.json",
    "content": "{\n  \"nav_home\": \"主页\",\n  \"nav_menu\": \"菜单\",\n  \"nav_update\": \"更新\",\n  \"nav_settings\": \"设置\",\n  \"home_version\": \"模块版本\",\n  \"home_root\": \"Root 实现\",\n  \"home_refresh\": \"刷新信息\",\n  \"home_refreshing\": \"刷新中...\",\n  \"home_status\": \"状态\",\n  \"home_status_online\": \"在线\",\n  \"home_status_offline\": \"离线\",\n  \"home_clock_date\": \"时钟日期\",\n  \"home_clock_time\": \"时钟时间\",\n  \"menu_title\": \"主菜单\",\n  \"menu_force_clear\": \"强制停止 Google Play Store 并清除数据\",\n  \"menu_keybox\": \"设置 Yuri Keybox\",\n  \"menu_target\": \"设置 Target.txt\",\n  \"menu_necessary\": \"仅选择必要应用\",\n  \"menu_patch\": \"设置安全补丁\",\n  \"advance_menu_title\": \"高级菜单\",\n  \"advance_clear_all_detection_traces\": \"清除所有检测痕迹\",\n  \"advance_set_hma-oss_configs\": \"更新 HMA-oss 配置\",\n  \"advance_fix_detect_lsposed\": \"修复 Detect lsposed (2)\",\n  \"advance_fix_detect_pif\": \"修复 Detect PIF (1)\",\n  \"advance_fix_detect_recovery_file\": \"修复检测到恢复文件\",\n  \"advance_kill_all\": \"终止全部进程\",\n  \"advance_set_verified_boot\": \"设置哈希值\",\n  \"update_title\": \"更新 & 支持\",\n  \"update_desc\": \"随时了解 Yurikey 的最新版本、错误修复以及新增功能。\",\n  \"update_github\": \"在 GitHub 上查看\",\n  \"update_telegram\": \"加入 Telegram 频道\",\n  \"update_note\": \"加入我们的 Telegram 频道或者查看 GitHub 以获取最新更新、贡献清单和技术讨论。\",\n  \"settings_contributors\": \"项目贡献者\",\n  \"role_Founder & Module Developer\": \"创始人 & 模块开发者\",\n  \"role_Module Developer\": \"模块开发者\",\n  \"role_WebUI Developer\": \"WebUI 开发者\",\n  \"role_Ex Module Developer\": \"前模块开发者\",\n  \"executing\": \"执行 \\\"{script}\\\" 中...\",\n  \"success\": \"脚本 \\\"{script}\\\" 已成功执行。\",\n  \"failed\": \"执行脚本 \\\"{script}\\\" 时发生错误。\",\n  \"timeout\": \"脚本 \\\"{script}\\\" 执行超时。\",\n  \"ksu_not_available\": \"KernelSU exec API 不可用。\",\n  \"status_online\": \"状态: 在线\",\n  \"status_offline\": \"状态: 离线\",\n  \"home_refresh_failed\": \"无法刷新信息！\",\n  \"home_no_internet\": \"无网络连接。\",\n  \"home_connected\": \"已连接\",\n  \"home_disconnected\": \"断开连接\",\n  \"settings_appearance\": \"外观\",\n  \"settings_clock_format\": \"时钟格式\",\n  \"clock_format_auto\": \"自动 (跟随设备)\",\n  \"clock_format_24h\": \"24小时制 (00:00)\",\n  \"clock_format_12h\": \"12小时制 (AM/PM)\",\n  \"theme_mode_dark\": \"暗色模式\",\n  \"theme_mode_light\": \"亮色模式\",\n  \"theme_mode_auto\": \"自动 (跟随系统)\",\n  \"theme_preset_ocean\": \"海洋蓝\",\n  \"theme_preset_rose\": \"玫瑰红\",\n  \"theme_preset_forest\": \"森林绿\",\n  \"theme_preset_sunset\": \"日光橙\",\n  \"theme_preset_violet\": \"菫菜紫\",\n  \"settings_title\": \"设置\",\n  \"settings_language\": \"语言\",\n  \"menu_keybox_title\": \"Keybox\",\n  \"advance_upd_yurirka\": \"更新 RKA 配置\",\n  \"advance_widevinel1\": \"修复 Widevine L1\",\n  \"nav_advance_menu\": \"菜单 +\",\n  \"advance_set_zygisk_next_configs\": \"设置 Zygisk Next 配置\"\n}\n"
  },
  {
    "path": "README.md",
    "content": "# YuriKey\r\n![Artifacts](./doc/banner.webp)\r\n\r\n\r\n[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/yuriiroot)\r\n[![latest release](https://img.shields.io/github/v/release/Yurii0307/yurikey?label=Release&logo=github)](https://github.com/Yurii0307/yurikey/releases/latest)\r\n[![CI](https://img.shields.io/github/actions/workflow/status/Yurii0307/yurikey/build-test.yml?label=Build%20Test%20Module)](https://github.com/Yurii0307/yurikey/actions/workflows/build-test.yml)\r\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Yurii0307/yurikey/total)\r\n[![Crowdin](https://badges.crowdin.net/yurikey/localized.svg)](https://crowdin.com/project/yurikey)\r\n\r\n**Language:** [ja-JP/日本語](./doc/README_ja-JP.md)\r\n\r\nA Systemless Module to get Strong Integrity so Easily\r\n\r\n[Crowdin](https://crwd.in/yurikey/16ffbcb2d7926491c764b48a99bc06c52742324)\r\n\r\n[Download](https://github.com/Yurii0307/yurikey/releases/latest)\r\n\r\n[Changelog](https://raw.githubusercontent.com/Yurii0307/yurikey/main/changelog.md)\r\n\r\nJoin Group/Channel Telegram:\r\n\r\nhttps://t.me/yuriiroot\r\n\r\nhttps://t.me/yurichattt\r\n\r\nhttps://t.me/yuriiarchives\r\n\r\nhttps://t.me/yurikernel\r\n\r\n## How to get Strong Integrity ?\r\n- Install module [Play Integrity Inject](https://github.com/KOWX712/PlayIntegrityFix/releases/latest) or [Play Integrity Fork](https://github.com/osm0sis/PlayIntegrityFork/releases/latest)\r\n- Install module [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest)\r\n- Install module [Yurikey Manager](https://github.com/Yurii0307/yurikey/releases/latest) by your root manager (Magisk/Apatch/KernelSu/Fork of KernelSU)\r\n- Press the action button\r\n\r\n## ⚠️Attention\r\n> [!NOTE]\r\n>\r\n> If you get errors similar to the ones below in action.sh or in module installations, you may need to install the modules below them.\r\n>\r\n> For the error on the side\r\n> \r\n> `ERROR: Tricky Store module not found!`:\r\n> [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest)\r\n> \r\n> For the error on the side\r\n>\r\n> `ERROR: Keybox updated failed!`:\r\n> [BusyBox](https://mmrl.dev/repository/grdoglgmr/busybox-ndk)\r\n\r\n## Contributors\r\n[Yuri](https://github.com/Yurii0307)  \r\n[Tam](https://github.com/Tam97123)  \r\n[yourbestregard](https://github.com/yourbestregard)  \r\n[cvnertnc](https://github.com/cvnertnc)  \r\n[ZG089](https://github.com/ZG089)  \r\n[Munch](https://github.com/SudoNothing404)  \r\n[Wes](https://github.com/ihatenodejs)  \r\n[Khx](https://github.com/dpejoh)  \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
  },
  {
    "path": "changelog.md",
    "content": "***✨ v3.0.5 – Version Changes:***\n\n-> perf(pif): Enhance pif detection\n\n-> Update language string\n\n-> Various performance improvement\n\n→ [All changes](https://github.com/YurikeyDev/yurikey/compare/v3.0.4...main).\n"
  },
  {
    "path": "config.json",
    "content": "{\"configVersion\":93,\"detailLog\":false,\"errorOnlyLog\":false,\"maxLogSize\":256,\"forceMountData\":true,\"disableActivityLaunchProtection\":false,\"altAppDataIsolation\":true,\"altVoldAppDataIsolation\":false,\"skipSystemAppDataIsolation\":true,\"packageQueryWorkaround\":false,\"templates\":{\"HIDE MY CUSTOM APP\":{\"isWhitelist\":false,\"appList\":[\"com.zhenxi.hunter\",\"com.byxiaorun.detector\",\"io.github.lsposed.disableflagsecure\",\"io.github.vvb2060.mahoshojo\",\"io.liankong.riskdetector\",\"io.github.rabehx.securify\",\"com.thend.integritychecker\",\"bin.mt.plus.canary\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.coderstory.toolkit\",\"com.sukisu.ultra\",\"com.tencent.docs\",\"me.garfieldhan.holmes\",\"com.github.capntrips.kernelflasher\",\"com.reveny.nativecheck\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"com.my.televip\",\"io.github.vvb2060.keyattestation\",\"com.henrikherzig.playintegritychecker\",\"krypton.tbsafetychecker\",\"com.youhu.laifu\",\"com.tsng.applistdetector\",\"com.kikyps.crackme\",\"com.jc\",\"io.github.a13e300.ksuwebui\",\"io.github.huskydg.memorydetector\",\"com.godevelopers.OprekCek\",\"id.my.pjm.qbcd_okr_dvii\",\"luna.safe.luna\",\"me.yuri.ok\",\"icu.nullptr.nativetext\",\"com.tsng.hidemyapplist\",\"com.zrt.xposed\",\"xzr.hkf\",\"com.android.shell\",\"com.dergoogler.mmrl\",\"com.dergoogler.mmrl.wx\",\"com.aurora.store.nightly\",\"io.github.vvb2060.magisk\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"icu.nullptr.applistdetector\",\"com.omarea.vtools\",\"bin.mt.plus\",\"me.weishu.kernelsu\",\"gvbtcl.yubbjm.qajtjy\",\"tsfvdj.xiwtkz.wuhyrv\",\"com.android.kernel\",\"com.rem01gaming.disclosure\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.termux\",\"com.thor.nonroot\",\"top.ltfan.notdeveloper\",\"ru.zdevs.zarchiver\",\"com.modaov.unlock60fps\",\"org.matrix.demo\",\"com.aorus.extr\",\"com.rcmiku.payload.dumper.compose\",\"wu.Zygisk.Detector\",\"com.suqi8.oshin\",\"com.owopdopkmd.wzarcdtfv\",\"com.abc.abc\",\"com.gearup.booster\",\"com.cn.MaxCheatGL\",\"com.community.oneroom\",\"com.movieshubinpire.android\",\"app.netmirror.netmirrornew\",\"com.jrzheng.supervpnfree\",\"org.telegram.messenger.web\",\"com.mx.thorcheat\",\"org.telegram.messenger\",\"com.gmail.heagoo.apkeditor.pro\",\"com.apkpure.aegon\",\"com.adguard.android\",\"com.twofasapp\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.apowersoft.mirror\",\"com.applisto.appcloner\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"com.py.cloneapp.huawei\",\"com.fitifyworkouts.bodyweight.workoutapp\",\"eu.livesport.FlashScore_com\",\"idm.internet.download.manager.plus\",\"org.lsposed.manager\",\"com.mbcp.helper\",\"eu.thedarken.sdm.unlocker\",\"p.gfgxk.dn\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.huawo.hawofit\",\"popup.toast\",\"com.scottyab.rootbeer.sample\",\"org.telegram.plus\",\"tw.nekomimi.nekogram\",\"org.circleai\",\"com.meowna.keybox\",\"io.github.vvb2060.extractor\",\"tk.yunus.hexeditor\",\"com.meowna\",\"com.twitter.android\",\"com.abdurazaaqmohammed.AntiSplit\",\"flar2.devcheck\",\"bin.mt.termex\",\"i.qlm\",\"com.dexprotector.detector.envchecks\",\"me.itejo443.bindhosts\",\"com.android.preconditions.cts\",\"com.studio.duckdetector\",\"secure.unblock.unlimited.proxy.snap.hotspot.shield\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"me.bmax.apatch\",\"com.tempmail\",\"com.houvven.oplusupdater\",\"com.c.cn\",\"tq.tech.Fpsfree\",\"com.aide.ui\",\"com.idragoncheats.studiopro\",\"com.sand.remotesupportaddon\",\"com.apkcombo.app\",\"top.niunaijun.blackdexa64\",\"gg.now.billing.service2\",\"com.n0n3m4.droidc\",\"com.catsmoker.app\",\"kentos.loader\",\"sami.pro.keyboard.free\",\"com.discord\",\"com.amanyt.tool\",\"flix.com.vision\",\"com.n0n3m4.gcc4droid\",\"me.garfieldhan.attestation\",\"com.happymod.apk\",\"hd.camera\",\"com.myprog.hexedit\",\"com.t2.AvailoHader\",\"cc.honista.app\",\"net.maxters.droid.playi\",\"io.github.a13e300.tricky_store\",\"com.lizardCheatsBGMI\",\"com.lagofast.mobile.acclerater\",\"com.nexstreaming.app.kinemasterfree\",\"com.redfoxpro.iqcars\",\"com.mapswithme.maps.pro\",\"com.mf.file\",\"A.jie.recordscreen\",\"com.bizi.kernel\",\"com.mt.isl.mpos.android.zainirq\",\"com.matrixhax.myapplication\",\"sa.gov.nic.myid\",\"me.ninjagram.messenger\",\"com.noping.gaming.vpn\",\"com.nr.app\",\"iq.oodi.com\",\"com.osn.go\",\"com.lbe.parallel.intl\",\"com.sand.airdroidkidp\",\"com.linux.permissionmanager\",\"inc.trilokia.pubgfxtool.free\",\"inc.trilokia.pubgfxtool\",\"com.deveem.private.browser\",\"com.mycompany.myapp\",\"com.android.vending.billing.InAppBillingService.BINN\",\"com.foxylab.airfox\",\"com.flinkapps.safteynet\",\"wu.Rookie.Detector\",\"com.carriez.flutter_hbb\",\"cnjkkx.usrmav.elfwth\",\"co.solovpn\",\"com.sigma_rt.tcg\",\"com.teamviewer.quicksupport.addon.universal\",\"com.zoogvpn.android\",\"com.PUBGDCL.kernel\",\"com.BYemil\",\"com.factum.nonpenitet\",\"com.tencent.igce\",\"themeworld.zte.nubia.red.magic8.magic9.ztenubiaredmagic8walls.launcher.theme\",\"video.player.videoplayer\",\"com.xe.currency\",\"com.changpeng.instafilter\",\"com.android.kpro\",\"app.jumpjumpvpn.jumpjumpvpn\",\"com.kbzbank.kpaycustomer\",\"com.netflix.NGP.Kamo\",\"com.facepunch.rust.companion\",\"nchiyc.mpbmou.dionhs\",\"com.x.wolfxradar\",\"cuuca.sendfiles.Activity\",\"com.handmark.expressweather\",\"com.cybercat.acbridge\",\"org.adblockplus.adblockplussbrowser\",\"de.szalkowski.activitylauncher\",\"com.anu.developers3k.rootchecker\",\"com.htetznaing.adbotg\",\"org.adaway\",\"com.sec.android.app.sbrowser.webapk.w5bf26fddbe250ca726aa0479178923c91\",\"com.example.androidzonews\",\"dev.dworks.apps.anexplorer.free\",\"dev.dworks.apps.anexplorer.pro\",\"com.apk.editor\",\"com.proapk.apk.installer\",\"com.apkgetter\",\"com.lb.app_manager\",\"io.github.muntashirakon.AppManager\",\"rk.android.app.appbar\",\"com.apkmirror.helper.prod\",\"com.a0soft.gphone.app2sd.pro\",\"com.valhalla.bolt\",\"eu.sisik.hackendebug\",\"eu.sisik.hackendebug.full\",\"com.lemon.lvoverseas\",\"com.vishtekstudios.deviceinfo\",\"org.aospstudio.devoptions\",\"jp.co.bii.android.app.dskvzr\",\"com.domka.theme.iconpack\",\"com.sweetappproivders.setdpi\",\"ru.niqhhfkq.iloqdyaeh\",\"com.chornerman.easydpichanger\",\"org.fdroid.fdroid\",\"com.rom2box.fw_manager\",\"com.flightradar24free\",\"com.natewren.flight\",\"com.samsung.android.heartplugin\",\"com.samsung.android.app.watchmanager\",\"com.androradar.livewallsg2\",\"com.androradar.livewallsg3\",\"com.androradar.livewallsg4\",\"com.androradar.livewallsg9\",\"com.androradar.livewallsg5\",\"com.androradar.livewallsg6\",\"com.androradar.livewallsg7\",\"com.androradar.livewallsg8\",\"com.androradar.livewallsg10\",\"com.androradar.livewallsg16\",\"com.pixsterstudio.gifmaker_editor_photo_gif_video\",\"video.to.gif.maker\",\"com.bk.videotogif\",\"com.mike.gifmaker\",\"gifmaker.gifcreator.gifeditor\",\"com.monotype.android.font.kapp.custom_1714429462\",\"com.csdeveloper.imgconverterpro\",\"ru.tech.imageresizershrinker\",\"com.spaceship.screen.textcopy\",\"com.akbon.ios\",\"cn.sealili.icons\",\"co.livesatelliteview\",\"com.screensavers_store.matrixlivewallpaper\",\"mega.privacy.android.app\",\"com.vpnbottle.melon.free.unblock.fast.vpn\",\"com.mixplorer\",\"com.mixplorer.beta\",\"ru.gavrikov.mocklocations\",\"com.hrd.motivation\",\"com.motorola.wallpaper.parallaa\",\"com.mxtech.videoplayer.ae\",\"com.mxtech.videoplayer.pro\",\"com.andatsoft.myapk.fwa\",\"com.machiav3lli.fdroid\",\"com.livewallpaper.opace5proBlack\",\"ostrsf.ijmoeu.uircnu\",\"in.pyshivam.clearappdata\",\"com.ytheekshana.deviceinfo\",\"ru.andr7e.deviceinfohw\",\"com.fantasytat.det\",\"me.yuki.folk\",\"com.jazibkhan.equalizer\",\"ropl.momo.item\",\"me.neko.fckvip\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"at.austriao.fake_gps_detector_app\",\"com.fkjc.zcro\",\"io.github.jqssun.gpssetter\",\"ydyqb.kfqdjcxrr.b.s\",\"com.android.lc\",\"com.lizardCheats\",\"com.accarunit.motionvideoeditor\",\"app.greyshirts.firewall\",\"yqheks.hcfaem.elmxyb\",\"com.niksoftware.snapseed\",\"dev.hexasoftware.v2box\",\"com.resukisu.resukisu\",\"io.ngankbakaa.lineage.detector\",\"com.chuqniudetector\",\"com.pyshivam.gplaylicense\",\"io.github.a13e300.fusefixer\",\"io.github.mhmrdd.libxposed.ps.passit\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"wu.keyChain.test\",\"org.akanework.checker\",\"com.scheler.superproxy\",\"com.mcdonalds.mobileapp\",\"xuet.ahwmyctnhgbgf\",\"org.thoughtcrime.securesms\",\"com.dark.venom.injector\",\"com.dark.venom.injectf\",\"com.nordvpn.android\",\"opqiox.jowjlg.bfttdz\",\"com.fast.free.unblock.secure.vpn\",\"com.mi.global.bbs\",\"com.ziipin.softkeyboard.saudi\",\"rgqvrb.cmoiar.mdwbwo\",\"com.anydesk.adcontrol.ad1\",\"tw.reh.deviceid\",\"com.evernote\",\"com.gsmcenter.imeiinfo\",\"wu.futiletest\",\"com.cpuid.cpu_z\",\"god.of.gods\",\"app.phantom\",\"pwjnvc.rvktvb.mcfihj\",\"fksncb.wm.yw\",\"com.android1500.gpssetter\",\"com.noobexon.xposedfakelocation\",\"eu.faircode.xlua\",\"com.github.thepiemonster.hidemocklocation\",\"io.github.auag0.hidemocklocation\",\"com.telegram.a1064\",\"com.fingerprintjs.android.playground\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.anatdx.yukisu\",\"com.android1500.androidfaker\",\"wbfl.eqon\",\"net.typeblog.socks\",\"znbzyu.xgvzep.uyfzma\",\"oj.jglv.wblgy.cwzh\",\"lcehic.cxkirx.puzvmy\",\"com.yoyodan.kc\",\"com.reveny.vbmetafix.service\",\"uwmeok.izrwce.qoaluu\",\"nwdexh.npjguz.jhrdbr\",\"com.starvpn\",\"sgdxnu.chhdye.kmveuy\",\"com.m0dulePro.xinoShell\",\"dev.sdex.idv2\",\"j.crkh\",\"dz.orzzsttlunbkj\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.sunilpaulmathew.debloater\",\"com.silverlabtm.app.deviceidchanger.free\",\"ru.otdr.deviceinfo\",\"com.okirat.dnsmanager.pro\",\"com.androidfung.drminfo\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.auag0.mocklocationdetector\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.machiav3lli.backup\",\"me.hoshino.novpndetect\",\"top.canyie.settingsfirewall\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"org.zwanoo.android.speedtest\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"com.defragd3m0n.uniqueizationofphone\",\"com.jhc.detach\",\"oks.x.o\",\"com.estrongs.android.pop\",\"pikjeftbrovsrvz.jyy\",\"com.molink.john.hummingbird\",\"com.xthax.dst\",\"com.qosaw.suybcfrx.orpm\",\"com.parallelc.micts\",\"com.nstudio.mtoolkit\",\"jxlaue.nibekc.fzixxz\",\"com.detect.rooted.apps\",\"com.rosan.installer.x.revived\",\"com.freevpnplanet\",\"rp.rkp\",\"com.xver.app\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"io.github.nkr00711.xviphook\",\"com.cq.detector\",\"vzwhke.brxebg.gsvmdg\",\"chunqiu.safe.detector\",\"com.modelid\",\"com.freyagxf\",\"obb.apply.fix\",\"com.ttdemon.fps.unlocker\",\"cn.nubia.externdevice\",\"com.evozi.injector\",\"com.moonlandtech.pubgrenametool\",\"com.netmod.syna\",\"com.v2raytun.android\",\"windcheat.skin.pro\",\"com.pyshivam.geergit_device_id\",\"com.mantle\",\"vygrrm.vxqxph.rftzrh\",\"com.wowsoftware.hidemyandroid\",\"eqwzww.eouqoj.hjabjg\",\"com.alaskaairlines.android\",\"io.github.vvb2060.callrecording\",\"com.greatbytes.fastrebootpro\",\"app.revanced.android.gms\",\"com.aoya.telegami\",\"email.titan.app\",\"com.newtoolsworks.tun2tap\",\"com.v2ray.ang\",\"com.mantle.cad\",\"com.mantle.verify\",\"xr.rwur.j\",\"com.crabid\",\"com.getcopper.copper\",\"com.eltavine.duckdetector\",\"com.draftkings.sportsbook\",\"com.mr3h4n.driver_license_scanner\",\"com.tenorshare.ianygo.fakegps\",\"com.tenorshare.ianygo\",\"com.oasisfeng.island\",\"net.mullvad.mullvadvpn\",\"com.mysteriumvpn.android\",\"com.jrummyapps.rootchecker\",\"com.koushikdutta.vysor\",\"com.wuliang.xapkinstaller\",\"pkuqpp.ozvqnq.wtmgxu\",\"com.chunqiunativecheck\",\"com.byedentity\",\"com.coloros.deeptesting\",\"com.yuuki.inject_detect\",\"ch.protonvpn.android\",\"paehnoo.qgba\",\"com.XinoShell.m0dule\",\"wputfi.fssouk.uvksus\",\"com.mediatools.codec\",\"ghvuumda.aqzks\",\"hl.xcnbtflw\",\"eiczkl.qyuuuo.kqwudj\",\"io.suqi8.saned\",\"hhavvf.nzryij.jvpqqg\",\"org.frknkrc44.hma_oss\",\"com.pyshivam.geergit\",\"com.cloudflare.onedotonedotonedotone\",\"qccknq.hdlfxy.elkfbb\",\"com.aurora.store\",\"org.mozilla.firefox\",\"com.android.chrome\",\"nuemwm.gtvqbd.npyvcd\",\"com.anycheck.app\",\"cm.aptoide.pt\",\"com.example.boostx\",\"uz.unnarsx.cherrygram\",\"com.anthropic.claude\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"com.okinc.okex.gp\",\"com.src.module\",\"com.wallet.crypto.trustapp\"]}},\"settingsTemplates\":{},\"scope\":{\"com.shannon.rcsservice\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"icu.nullptr.applistdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"krypton.tbsafetychecker\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"io.github.vvb2060.keyattestation\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.flar2.volumeskip\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kotak811mobilebankingapp.instantsavingsupiscanandpayrecharge\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.zhenxi.hunter\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"io.github.huskydg.memorydetector\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vnid\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\"],\"extraOppositeAppList\":[]},\"com.sbi.lotusintouch\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"org.akanework.checker\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"xuet.ahwmyctnhgbgf\",\"bin.mt.plus\",\"org.frknkrc44.hma_oss\",\"com.mcdonalds.mobileapp\",\"com.android.shell\",\"org.akanework.checker\"],\"extraOppositeAppList\":[]},\"com.engage.pbb.pbengage2my.release\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.tsng.hidemyapplist\"],\"extraOppositeAppList\":[]},\"com.dbs.dbspaylah\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"f.scxkxfbna\"],\"extraOppositeAppList\":[]},\"id.dana\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ysh.hookapkverify\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.godevelopers.OprekCek\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.xiaoji.gamesirnsemulator\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.cimb.cimbocto\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kotak.neo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.cookapps.heroassemble\":{\"useWhitelist\":true,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.csam.icici.bank.imobile\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bet365.authenticator\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ph.com.bdo.retail\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"org.altruist.BajajExperia\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"me.garfieldhan.holmes\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"id.bmri.livin\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"id.co.bri.brimo\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kvb.mobilebanking\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.tideplatform.banking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.vitaodoidao.vdinfos\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ahmed.security_tester\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.fawry.myfawry\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vnpay.vpbankonline\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vakifbank.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.digilocker.android\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.xiaoji.xtouch.google\":{\"useWhitelist\":true,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bochk.bocpay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.emeint.android.myservices\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"luna.safe.luna\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"icu.nullptr.applistdetector\",\"com.tsng.hidemyapplist\",\"io.github.huskydg.memorydetector\",\"com.thepedroo.meowdetector\",\"com.reveny.nativecheck\",\"com.byxiaorun.detector\"],\"extraOppositeAppList\":[]},\"com.ss.android.ugc.aweme\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.YONONPMobileApp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.YONOMVMobileApp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.garena.game.kgth\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.modaov.unlock60fps\",\"com.cloudflare.onedotonedotonedotone\",\"com.anydesk.anydeskandroid\",\"com.android.preconditions.cts\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"io.github.vvb2060.keyattestation\",\"com.luckyzyx.luckytool\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"moe.shizuku.privileged.api\",\"com.sukisu.ultra\",\"com.free.vpn.india.proxy.planet\",\"org.telegram.messenger\",\"com.tsng.applistdetector\",\"icu.nullptr.applistdetector\",\"me.bmax.apatch\",\"bin.mt.plus\",\"org.circleai\"],\"extraOppositeAppList\":[]},\"com.shopee.vn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.netflix.mediaclient\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"net.one97.paytm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"ph.com.bdo.pay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.beeasy.toppay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vnpay.ocean\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.com.vng.zalopay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\"],\"extraOppositeAppList\":[]},\"com.cc.grameenphone\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vnpay.bidv\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mipay.wallet\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.eg.android.AlipayGphone\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.vietinbank.ipay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.sina.weibo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"io.github.vvb2060.mahoshojo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"icu.nullptr.nativetest\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.binance.dev\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.openai.chatgpt\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.facebook.katana\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.vng.pubgmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.zhenxi.hunter\",\"com.byxiaorun.detector\",\"io.github.lsposed.disableflagsecure\",\"io.github.vvb2060.mahoshojo\",\"io.liankong.riskdetector\",\"io.github.rabehx.securify\",\"com.thend.integritychecker\",\"bin.mt.plus.canary\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.coderstory.toolkit\",\"com.sukisu.ultra\",\"com.tencent.docs\",\"me.garfieldhan.holmes\",\"com.github.capntrips.kernelflasher\",\"com.reveny.nativecheck\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"com.my.televip\",\"io.github.vvb2060.keyattestation\",\"com.henrikherzig.playintegritychecker\",\"krypton.tbsafetychecker\",\"com.youhu.laifu\",\"com.tsng.applistdetector\",\"com.kikyps.crackme\",\"com.jc\",\"io.github.a13e300.ksuwebui\",\"io.github.huskydg.memorydetector\",\"com.godevelopers.OprekCek\",\"id.my.pjm.qbcd_okr_dvii\",\"luna.safe.luna\",\"me.yuri.ok\",\"icu.nullptr.nativetext\",\"com.tsng.hidemyapplist\",\"com.zrt.xposed\",\"xzr.hkf\",\"com.android.shell\",\"com.dergoogler.mmrl\",\"com.dergoogler.mmrl.wx\",\"com.aurora.store.nightly\",\"io.github.vvb2060.magisk\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"icu.nullptr.applistdetector\",\"com.omarea.vtools\",\"com.cloudflare.onedotonedotonedotone\",\"bin.mt.plus\",\"me.weishu.kernelsu\",\"gvbtcl.yubbjm.qajtjy\",\"tsfvdj.xiwtkz.wuhyrv\",\"com.android.kernel\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.termux\",\"com.thor.nonroot\",\"com.pyshivam.geergit\",\"top.ltfan.notdeveloper\",\"ru.zdevs.zarchiver\",\"com.modaov.unlock60fps\",\"org.matrix.demo\",\"com.aorus.extr\",\"com.rcmiku.payload.dumper.compose\",\"wu.Zygisk.Detector\",\"com.suqi8.oshin\",\"com.owopdopkmd.wzarcdtfv\",\"com.abc.abc\",\"com.gearup.booster\",\"com.cn.MaxCheatGL\",\"com.community.oneroom\",\"com.movieshubinpire.android\",\"app.netmirror.netmirrornew\",\"com.jrzheng.supervpnfree\",\"org.telegram.messenger.web\",\"com.mx.thorcheat\",\"org.telegram.messenger\",\"com.gmail.heagoo.apkeditor.pro\",\"com.apkpure.aegon\",\"com.adguard.android\",\"com.twofasapp\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.apowersoft.mirror\",\"com.applisto.appcloner\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"com.py.cloneapp.huawei\",\"com.fitifyworkouts.bodyweight.workoutapp\",\"eu.livesport.FlashScore_com\",\"idm.internet.download.manager.plus\",\"org.lsposed.manager\",\"com.mbcp.helper\",\"eu.thedarken.sdm.unlocker\",\"p.gfgxk.dn\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.huawo.hawofit\",\"popup.toast\",\"com.scottyab.rootbeer.sample\",\"org.telegram.plus\",\"tw.nekomimi.nekogram\",\"com.binance.dev\",\"org.circleai\",\"com.meowna.keybox\",\"io.github.vvb2060.extractor\",\"tk.yunus.hexeditor\",\"com.meowna\",\"com.twitter.android\",\"com.abdurazaaqmohammed.AntiSplit\",\"flar2.devcheck\",\"bin.mt.termex\",\"i.qlm\",\"com.dexprotector.detector.envchecks\",\"me.itejo443.bindhosts\",\"com.android.preconditions.cts\",\"com.studio.duckdetector\",\"secure.unblock.unlimited.proxy.snap.hotspot.shield\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"me.bmax.apatch\",\"com.tempmail\",\"com.houvven.oplusupdater\",\"com.c.cn\",\"tq.tech.Fpsfree\",\"com.aide.ui\",\"com.idragoncheats.studiopro\",\"com.sand.remotesupportaddon\",\"com.apkcombo.app\",\"top.niunaijun.blackdexa64\",\"gg.now.billing.service2\",\"com.n0n3m4.droidc\",\"com.catsmoker.app\",\"kentos.loader\",\"sami.pro.keyboard.free\",\"com.discord\",\"com.amanyt.tool\",\"flix.com.vision\",\"com.n0n3m4.gcc4droid\",\"me.garfieldhan.attestation\",\"com.happymod.apk\",\"hd.camera\",\"com.myprog.hexedit\",\"com.t2.AvailoHader\",\"cc.honista.app\",\"net.maxters.droid.playi\",\"io.github.a13e300.tricky_store\",\"com.mantle.verify\",\"com.lizardCheatsBGMI\",\"com.lagofast.mobile.acclerater\",\"com.nexstreaming.app.kinemasterfree\",\"com.redfoxpro.iqcars\",\"com.mapswithme.maps.pro\",\"com.mf.file\",\"A.jie.recordscreen\",\"com.bizi.kernel\",\"com.mt.isl.mpos.android.zainirq\",\"com.matrixhax.myapplication\",\"sa.gov.nic.myid\",\"me.ninjagram.messenger\",\"com.noping.gaming.vpn\",\"com.nr.app\",\"iq.oodi.com\",\"com.osn.go\",\"com.lbe.parallel.intl\",\"com.sand.airdroidkidp\",\"com.linux.permissionmanager\",\"inc.trilokia.pubgfxtool.free\",\"inc.trilokia.pubgfxtool\",\"com.deveem.private.browser\",\"com.mycompany.myapp\",\"com.android.vending.billing.InAppBillingService.BINN\",\"com.foxylab.airfox\",\"com.flinkapps.safteynet\",\"wu.Rookie.Detector\",\"com.carriez.flutter_hbb\",\"cnjkkx.usrmav.elfwth\",\"co.solovpn\",\"com.snapchat.android\",\"com.sigma_rt.tcg\",\"com.teamviewer.quicksupport.addon.universal\",\"com.zoogvpn.android\",\"com.PUBGDCL.kernel\",\"com.BYemil\",\"com.factum.nonpenitet\",\"com.tencent.igce\",\"themeworld.zte.nubia.red.magic8.magic9.ztenubiaredmagic8walls.launcher.theme\",\"video.player.videoplayer\",\"com.xe.currency\",\"com.changpeng.instafilter\",\"com.android.kpro\",\"app.jumpjumpvpn.jumpjumpvpn\",\"com.kbzbank.kpaycustomer\",\"com.netflix.NGP.Kamo\",\"com.facepunch.rust.companion\",\"nchiyc.mpbmou.dionhs\",\"com.x.wolfxradar\",\"cuuca.sendfiles.Activity\",\"chunqiu.safe.detector\",\"com.handmark.expressweather\",\"com.cybercat.acbridge\",\"org.adblockplus.adblockplussbrowser\",\"de.szalkowski.activitylauncher\",\"com.anu.developers3k.rootchecker\",\"com.htetznaing.adbotg\",\"org.adaway\",\"com.sec.android.app.sbrowser.webapk.w5bf26fddbe250ca726aa0479178923c91\",\"com.example.androidzonews\",\"dev.dworks.apps.anexplorer.free\",\"dev.dworks.apps.anexplorer.pro\",\"com.apk.editor\",\"com.proapk.apk.installer\",\"com.apkgetter\",\"com.lb.app_manager\",\"io.github.muntashirakon.AppManager\",\"rk.android.app.appbar\",\"com.apkmirror.helper.prod\",\"com.a0soft.gphone.app2sd.pro\",\"com.valhalla.bolt\",\"eu.sisik.hackendebug\",\"eu.sisik.hackendebug.full\",\"com.lemon.lvoverseas\",\"com.vishtekstudios.deviceinfo\",\"org.aospstudio.devoptions\",\"jp.co.bii.android.app.dskvzr\",\"com.domka.theme.iconpack\",\"com.sweetappproivders.setdpi\",\"ru.niqhhfkq.iloqdyaeh\",\"com.chornerman.easydpichanger\",\"org.fdroid.fdroid\",\"com.rom2box.fw_manager\",\"com.flightradar24free\",\"com.natewren.flight\",\"com.samsung.android.heartplugin\",\"com.samsung.android.app.watchmanager\",\"com.androradar.livewallsg2\",\"com.androradar.livewallsg3\",\"com.androradar.livewallsg4\",\"com.androradar.livewallsg9\",\"com.androradar.livewallsg5\",\"com.androradar.livewallsg6\",\"com.androradar.livewallsg7\",\"com.androradar.livewallsg8\",\"com.androradar.livewallsg10\",\"com.androradar.livewallsg16\",\"com.pixsterstudio.gifmaker_editor_photo_gif_video\",\"video.to.gif.maker\",\"com.bk.videotogif\",\"com.mike.gifmaker\",\"gifmaker.gifcreator.gifeditor\",\"com.monotype.android.font.kapp.custom_1714429462\",\"com.csdeveloper.imgconverterpro\",\"ru.tech.imageresizershrinker\",\"com.spaceship.screen.textcopy\",\"com.akbon.ios\",\"cn.sealili.icons\",\"co.livesatelliteview\",\"com.screensavers_store.matrixlivewallpaper\",\"mega.privacy.android.app\",\"com.vpnbottle.melon.free.unblock.fast.vpn\",\"com.mixplorer\",\"com.mixplorer.beta\",\"ru.gavrikov.mocklocations\",\"com.hrd.motivation\",\"com.motorola.wallpaper.parallaa\",\"com.mxtech.videoplayer.ae\",\"com.mxtech.videoplayer.pro\",\"com.andatsoft.myapk.fwa\",\"com.machiav3lli.fdroid\",\"com.livewallpaper.opace5proBlack\",\"ostrsf.ijmoeu.uircnu\",\"in.pyshivam.clearappdata\",\"com.ytheekshana.deviceinfo\",\"ru.andr7e.deviceinfohw\",\"com.fantasytat.det\",\"me.yuki.folk\",\"com.jazibkhan.equalizer\",\"ropl.momo.item\",\"me.neko.fckvip\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"at.austriao.fake_gps_detector_app\",\"com.fkjc.zcro\",\"io.github.jqssun.gpssetter\",\"ydyqb.kfqdjcxrr.b.s\",\"com.android.lc\",\"com.lizardCheats\",\"com.accarunit.motionvideoeditor\",\"app.greyshirts.firewall\",\"yqheks.hcfaem.elmxyb\",\"com.niksoftware.snapseed\",\"dev.hexasoftware.v2box\",\"com.resukisu.resukisu\",\"io.ngankbakaa.lineage.detector\",\"com.chuqniudetector\",\"com.pyshivam.gplaylicense\",\"com.aegis.apps\",\"com.hydraultra.ipultrabox\",\"com.hdobox.mudx\",\"com.mediaon.apt\",\"app.revanced.android.gms\",\"pwyhpv.lkbxsq.opdmmq\",\"com.security.xvpn.z35kb\"],\"extraOppositeAppList\":[]},\"com.microsoft.office.officehubrow\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.youku.phone\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"uk.co.santander.santanderUK\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"vn.com.techcombank.bb.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[9997],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hbl.android.hblmobilebanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mventus.selfcare.activity\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mservice.momotransfer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.android.preconditions.cts\",\"com.rem01gaming.disclosure\"],\"extraOppositeAppList\":[]},\"id.my.pjm.qbcd_okr_dvii\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":true,\"hideSystemInstallationSource\":true,\"excludeTargetInstallationSource\":true,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kikyps.crackme\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.youhu.laifu\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.revolut.revolut\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.authenticator2\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.google.android.apps.maps\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.kotak.bank.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.dbs.dbschina\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.VCB\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"bjj.bank.digital.indo.prod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mbmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.gsm.customer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.lazada.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"io.github.rabehx.securify\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.Version1\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.lemon.lvoverseas\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.xiaomi.mipicks\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.axis.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"my.com.cimb.ngb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ifast.dtb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ifast.gb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.cimb.sg.clicksMobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bpjstku\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"io.liankong.riskdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.tsng.applistdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.zing.zalo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.OrangeEnvironment.Detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.miui.newhome\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.xunmeng.pinduoduo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.twitter.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.scottyab.rootbeer.sample\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.deepseek.chat\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.grabtaxi.passenger\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.miui.player\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.miui.gallery\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"cn.wps.moffice_eng.xiaomi.lite\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.microsoft.office.outlook\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.google.android.apps.walletnfcrel\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.apple.bnd\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.xiaomi.youpin\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ex.indianoil.in\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"px.indianoil.in\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.reveny.nativecheck\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.suryoday.MB\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.globe.gcash.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.paypal.android.p2pmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.ubercab.driver\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.miniclip.eightballpool\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[\"com.miniclip.tactics\"]},\"com.paygo24.ibank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.android.nativetest\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"chunqiu.safe\":{\"useWhitelist\":false,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.tsng.hidemyapplist\"],\"extraOppositeAppList\":[]},\"app.tabby.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"icu.nullptr.nativetext\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.simplesusdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chunqiu.detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vn.dongabank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.finx.vikki\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"me.nukrs.root.envcheck\":{\"useWhitelist\":true,\"excludeSystemApps\":false,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdfcbank.android.now\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.tpb.mb.gprsandroid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.viettel.bss.viettelpos.v4\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.crunchyroll.crunchyroid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"in.irisbyyes.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.garena.game.kgvo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"moe.shizuku.privileged.api\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"bin.mt.termex\",\"com.sukisu.ultra\",\"com.tsng.hidemyapplist\",\"com.my.televip\",\"com.coderstory.toolkit\",\"io.github.lsposed.disableflagsecure\"],\"extraOppositeAppList\":[]},\"com.squareup\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vnpay.Agribank3g\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[\"ys.od.pfjp.n.jsobh\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\"],\"extraOppositeAppList\":[]},\"az.kapitalbank.mbanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bandhan.mBandhan\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.dd.doordash\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.doordash.driverapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.grubhub.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.ubercab\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"me.lyft.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.ubercab.eats\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.tencent.ig\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.zhenxi.hunter\",\"com.byxiaorun.detector\",\"io.github.lsposed.disableflagsecure\",\"io.github.vvb2060.mahoshojo\",\"io.liankong.riskdetector\",\"io.github.rabehx.securify\",\"com.thend.integritychecker\",\"bin.mt.plus.canary\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.coderstory.toolkit\",\"com.sukisu.ultra\",\"com.tencent.docs\",\"me.garfieldhan.holmes\",\"com.github.capntrips.kernelflasher\",\"com.reveny.nativecheck\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"com.my.televip\",\"io.github.vvb2060.keyattestation\",\"com.henrikherzig.playintegritychecker\",\"krypton.tbsafetychecker\",\"com.youhu.laifu\",\"com.tsng.applistdetector\",\"com.kikyps.crackme\",\"com.jc\",\"io.github.a13e300.ksuwebui\",\"io.github.huskydg.memorydetector\",\"com.godevelopers.OprekCek\",\"id.my.pjm.qbcd_okr_dvii\",\"luna.safe.luna\",\"me.yuri.ok\",\"icu.nullptr.nativetext\",\"com.tsng.hidemyapplist\",\"com.zrt.xposed\",\"xzr.hkf\",\"com.android.shell\",\"com.dergoogler.mmrl\",\"com.dergoogler.mmrl.wx\",\"com.aurora.store.nightly\",\"io.github.vvb2060.magisk\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"icu.nullptr.applistdetector\",\"com.omarea.vtools\",\"com.cloudflare.onedotonedotonedotone\",\"bin.mt.plus\",\"me.weishu.kernelsu\",\"gvbtcl.yubbjm.qajtjy\",\"tsfvdj.xiwtkz.wuhyrv\",\"com.android.kernel\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.termux\",\"com.thor.nonroot\",\"com.pyshivam.geergit\",\"top.ltfan.notdeveloper\",\"ru.zdevs.zarchiver\",\"com.modaov.unlock60fps\",\"org.matrix.demo\",\"com.aorus.extr\",\"com.rcmiku.payload.dumper.compose\",\"wu.Zygisk.Detector\",\"com.suqi8.oshin\",\"com.owopdopkmd.wzarcdtfv\",\"com.abc.abc\",\"com.gearup.booster\",\"com.cn.MaxCheatGL\",\"com.community.oneroom\",\"com.movieshubinpire.android\",\"app.netmirror.netmirrornew\",\"com.jrzheng.supervpnfree\",\"org.telegram.messenger.web\",\"com.mx.thorcheat\",\"org.telegram.messenger\",\"com.gmail.heagoo.apkeditor.pro\",\"com.apkpure.aegon\",\"com.adguard.android\",\"com.twofasapp\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.apowersoft.mirror\",\"com.applisto.appcloner\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"com.py.cloneapp.huawei\",\"com.fitifyworkouts.bodyweight.workoutapp\",\"eu.livesport.FlashScore_com\",\"idm.internet.download.manager.plus\",\"org.lsposed.manager\",\"com.mbcp.helper\",\"eu.thedarken.sdm.unlocker\",\"p.gfgxk.dn\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.huawo.hawofit\",\"popup.toast\",\"com.scottyab.rootbeer.sample\",\"org.telegram.plus\",\"tw.nekomimi.nekogram\",\"com.binance.dev\",\"org.circleai\",\"com.meowna.keybox\",\"io.github.vvb2060.extractor\",\"tk.yunus.hexeditor\",\"com.meowna\",\"com.twitter.android\",\"com.abdurazaaqmohammed.AntiSplit\",\"flar2.devcheck\",\"bin.mt.termex\",\"i.qlm\",\"com.dexprotector.detector.envchecks\",\"me.itejo443.bindhosts\",\"com.android.preconditions.cts\",\"com.studio.duckdetector\",\"secure.unblock.unlimited.proxy.snap.hotspot.shield\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"me.bmax.apatch\",\"com.tempmail\",\"com.houvven.oplusupdater\",\"com.c.cn\",\"tq.tech.Fpsfree\",\"com.aide.ui\",\"com.idragoncheats.studiopro\",\"com.sand.remotesupportaddon\",\"com.apkcombo.app\",\"top.niunaijun.blackdexa64\",\"gg.now.billing.service2\",\"com.n0n3m4.droidc\",\"com.catsmoker.app\",\"kentos.loader\",\"sami.pro.keyboard.free\",\"com.discord\",\"com.amanyt.tool\",\"flix.com.vision\",\"com.n0n3m4.gcc4droid\",\"me.garfieldhan.attestation\",\"com.happymod.apk\",\"hd.camera\",\"com.myprog.hexedit\",\"com.t2.AvailoHader\",\"cc.honista.app\",\"net.maxters.droid.playi\",\"io.github.a13e300.tricky_store\",\"com.mantle.verify\",\"com.lizardCheatsBGMI\",\"com.lagofast.mobile.acclerater\",\"com.nexstreaming.app.kinemasterfree\",\"com.redfoxpro.iqcars\",\"com.mapswithme.maps.pro\",\"com.mf.file\",\"A.jie.recordscreen\",\"com.bizi.kernel\",\"com.mt.isl.mpos.android.zainirq\",\"com.matrixhax.myapplication\",\"sa.gov.nic.myid\",\"me.ninjagram.messenger\",\"com.noping.gaming.vpn\",\"com.nr.app\",\"iq.oodi.com\",\"com.osn.go\",\"com.lbe.parallel.intl\",\"com.sand.airdroidkidp\",\"com.linux.permissionmanager\",\"inc.trilokia.pubgfxtool.free\",\"inc.trilokia.pubgfxtool\",\"com.deveem.private.browser\",\"com.mycompany.myapp\",\"com.android.vending.billing.InAppBillingService.BINN\",\"com.foxylab.airfox\",\"com.flinkapps.safteynet\",\"wu.Rookie.Detector\",\"com.carriez.flutter_hbb\",\"cnjkkx.usrmav.elfwth\",\"co.solovpn\",\"com.snapchat.android\",\"com.sigma_rt.tcg\",\"com.teamviewer.quicksupport.addon.universal\",\"com.zoogvpn.android\",\"com.PUBGDCL.kernel\",\"com.BYemil\",\"com.factum.nonpenitet\",\"com.tencent.igce\",\"themeworld.zte.nubia.red.magic8.magic9.ztenubiaredmagic8walls.launcher.theme\",\"video.player.videoplayer\",\"com.xe.currency\",\"com.changpeng.instafilter\",\"com.android.kpro\",\"app.jumpjumpvpn.jumpjumpvpn\",\"com.kbzbank.kpaycustomer\",\"com.netflix.NGP.Kamo\",\"com.facepunch.rust.companion\",\"nchiyc.mpbmou.dionhs\",\"com.x.wolfxradar\",\"cuuca.sendfiles.Activity\",\"chunqiu.safe.detector\",\"com.handmark.expressweather\",\"com.cybercat.acbridge\",\"org.adblockplus.adblockplussbrowser\",\"de.szalkowski.activitylauncher\",\"com.anu.developers3k.rootchecker\",\"com.htetznaing.adbotg\",\"org.adaway\",\"com.sec.android.app.sbrowser.webapk.w5bf26fddbe250ca726aa0479178923c91\",\"com.example.androidzonews\",\"dev.dworks.apps.anexplorer.free\",\"dev.dworks.apps.anexplorer.pro\",\"com.apk.editor\",\"com.proapk.apk.installer\",\"com.apkgetter\",\"com.lb.app_manager\",\"io.github.muntashirakon.AppManager\",\"rk.android.app.appbar\",\"com.apkmirror.helper.prod\",\"com.a0soft.gphone.app2sd.pro\",\"com.valhalla.bolt\",\"eu.sisik.hackendebug\",\"eu.sisik.hackendebug.full\",\"com.lemon.lvoverseas\",\"com.vishtekstudios.deviceinfo\",\"org.aospstudio.devoptions\",\"jp.co.bii.android.app.dskvzr\",\"com.domka.theme.iconpack\",\"com.sweetappproivders.setdpi\",\"ru.niqhhfkq.iloqdyaeh\",\"com.chornerman.easydpichanger\",\"org.fdroid.fdroid\",\"com.rom2box.fw_manager\",\"com.flightradar24free\",\"com.natewren.flight\",\"com.samsung.android.heartplugin\",\"com.samsung.android.app.watchmanager\",\"com.androradar.livewallsg2\",\"com.androradar.livewallsg3\",\"com.androradar.livewallsg4\",\"com.androradar.livewallsg9\",\"com.androradar.livewallsg5\",\"com.androradar.livewallsg6\",\"com.androradar.livewallsg7\",\"com.androradar.livewallsg8\",\"com.androradar.livewallsg10\",\"com.androradar.livewallsg16\",\"com.pixsterstudio.gifmaker_editor_photo_gif_video\",\"video.to.gif.maker\",\"com.bk.videotogif\",\"com.mike.gifmaker\",\"gifmaker.gifcreator.gifeditor\",\"com.monotype.android.font.kapp.custom_1714429462\",\"com.csdeveloper.imgconverterpro\",\"ru.tech.imageresizershrinker\",\"com.spaceship.screen.textcopy\",\"com.akbon.ios\",\"cn.sealili.icons\",\"co.livesatelliteview\",\"com.screensavers_store.matrixlivewallpaper\",\"mega.privacy.android.app\",\"com.vpnbottle.melon.free.unblock.fast.vpn\",\"com.mixplorer\",\"com.mixplorer.beta\",\"ru.gavrikov.mocklocations\",\"com.hrd.motivation\",\"com.motorola.wallpaper.parallaa\",\"com.mxtech.videoplayer.ae\",\"com.mxtech.videoplayer.pro\",\"com.andatsoft.myapk.fwa\",\"com.machiav3lli.fdroid\",\"com.livewallpaper.opace5proBlack\",\"ostrsf.ijmoeu.uircnu\",\"in.pyshivam.clearappdata\",\"com.ytheekshana.deviceinfo\",\"ru.andr7e.deviceinfohw\",\"com.fantasytat.det\",\"me.yuki.folk\",\"com.jazibkhan.equalizer\",\"ropl.momo.item\",\"me.neko.fckvip\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"at.austriao.fake_gps_detector_app\",\"com.fkjc.zcro\",\"io.github.jqssun.gpssetter\",\"ydyqb.kfqdjcxrr.b.s\",\"com.android.lc\",\"com.lizardCheats\",\"com.accarunit.motionvideoeditor\",\"app.greyshirts.firewall\",\"yqheks.hcfaem.elmxyb\",\"com.niksoftware.snapseed\",\"dev.hexasoftware.v2box\",\"com.resukisu.resukisu\",\"io.ngankbakaa.lineage.detector\",\"com.chuqniudetector\",\"com.pyshivam.gplaylicense\",\"com.aegis.apps\",\"com.hydraultra.ipultrabox\",\"com.hdobox.mudx\",\"com.mediaon.apt\",\"app.revanced.android.gms\",\"pwyhpv.lkbxsq.opdmmq\",\"com.security.xvpn.z35kb\",\"lcehic.cxkirx.puzvmy\",\"com.yoyodan.kc\"],\"extraOppositeAppList\":[]},\"com.pubg.krmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.zhenxi.hunter\",\"com.byxiaorun.detector\",\"io.github.lsposed.disableflagsecure\",\"io.github.vvb2060.mahoshojo\",\"io.liankong.riskdetector\",\"io.github.rabehx.securify\",\"com.thend.integritychecker\",\"bin.mt.plus.canary\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.coderstory.toolkit\",\"com.sukisu.ultra\",\"com.tencent.docs\",\"me.garfieldhan.holmes\",\"com.github.capntrips.kernelflasher\",\"com.reveny.nativecheck\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"com.my.televip\",\"io.github.vvb2060.keyattestation\",\"com.henrikherzig.playintegritychecker\",\"krypton.tbsafetychecker\",\"com.youhu.laifu\",\"com.tsng.applistdetector\",\"com.kikyps.crackme\",\"com.jc\",\"io.github.a13e300.ksuwebui\",\"io.github.huskydg.memorydetector\",\"com.godevelopers.OprekCek\",\"id.my.pjm.qbcd_okr_dvii\",\"luna.safe.luna\",\"me.yuri.ok\",\"icu.nullptr.nativetext\",\"com.tsng.hidemyapplist\",\"com.zrt.xposed\",\"xzr.hkf\",\"com.android.shell\",\"com.dergoogler.mmrl\",\"com.dergoogler.mmrl.wx\",\"com.aurora.store.nightly\",\"io.github.vvb2060.magisk\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"icu.nullptr.applistdetector\",\"com.omarea.vtools\",\"com.cloudflare.onedotonedotonedotone\",\"bin.mt.plus\",\"me.weishu.kernelsu\",\"gvbtcl.yubbjm.qajtjy\",\"tsfvdj.xiwtkz.wuhyrv\",\"com.android.kernel\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.termux\",\"com.thor.nonroot\",\"com.pyshivam.geergit\",\"top.ltfan.notdeveloper\",\"ru.zdevs.zarchiver\",\"com.modaov.unlock60fps\",\"org.matrix.demo\",\"com.aorus.extr\",\"com.rcmiku.payload.dumper.compose\",\"wu.Zygisk.Detector\",\"com.suqi8.oshin\",\"com.owopdopkmd.wzarcdtfv\",\"com.abc.abc\",\"com.gearup.booster\",\"com.cn.MaxCheatGL\",\"com.community.oneroom\",\"com.movieshubinpire.android\",\"app.netmirror.netmirrornew\",\"com.jrzheng.supervpnfree\",\"org.telegram.messenger.web\",\"com.mx.thorcheat\",\"org.telegram.messenger\",\"com.gmail.heagoo.apkeditor.pro\",\"com.apkpure.aegon\",\"com.adguard.android\",\"com.twofasapp\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.apowersoft.mirror\",\"com.applisto.appcloner\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"com.py.cloneapp.huawei\",\"com.fitifyworkouts.bodyweight.workoutapp\",\"eu.livesport.FlashScore_com\",\"idm.internet.download.manager.plus\",\"org.lsposed.manager\",\"com.mbcp.helper\",\"eu.thedarken.sdm.unlocker\",\"p.gfgxk.dn\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.huawo.hawofit\",\"popup.toast\",\"com.scottyab.rootbeer.sample\",\"org.telegram.plus\",\"tw.nekomimi.nekogram\",\"com.binance.dev\",\"org.circleai\",\"com.meowna.keybox\",\"io.github.vvb2060.extractor\",\"tk.yunus.hexeditor\",\"com.meowna\",\"com.twitter.android\",\"com.abdurazaaqmohammed.AntiSplit\",\"flar2.devcheck\",\"bin.mt.termex\",\"i.qlm\",\"com.dexprotector.detector.envchecks\",\"me.itejo443.bindhosts\",\"com.android.preconditions.cts\",\"com.studio.duckdetector\",\"secure.unblock.unlimited.proxy.snap.hotspot.shield\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"me.bmax.apatch\",\"com.tempmail\",\"com.houvven.oplusupdater\",\"com.c.cn\",\"tq.tech.Fpsfree\",\"com.aide.ui\",\"com.idragoncheats.studiopro\",\"com.sand.remotesupportaddon\",\"com.apkcombo.app\",\"top.niunaijun.blackdexa64\",\"gg.now.billing.service2\",\"com.n0n3m4.droidc\",\"com.catsmoker.app\",\"kentos.loader\",\"sami.pro.keyboard.free\",\"com.discord\",\"com.amanyt.tool\",\"flix.com.vision\",\"com.n0n3m4.gcc4droid\",\"me.garfieldhan.attestation\",\"com.happymod.apk\",\"hd.camera\",\"com.myprog.hexedit\",\"com.t2.AvailoHader\",\"cc.honista.app\",\"net.maxters.droid.playi\",\"io.github.a13e300.tricky_store\",\"com.mantle.verify\",\"com.lizardCheatsBGMI\",\"com.lagofast.mobile.acclerater\",\"com.nexstreaming.app.kinemasterfree\",\"com.redfoxpro.iqcars\",\"com.mapswithme.maps.pro\",\"com.mf.file\",\"A.jie.recordscreen\",\"com.bizi.kernel\",\"com.mt.isl.mpos.android.zainirq\",\"com.matrixhax.myapplication\",\"sa.gov.nic.myid\",\"me.ninjagram.messenger\",\"com.noping.gaming.vpn\",\"com.nr.app\",\"iq.oodi.com\",\"com.osn.go\",\"com.lbe.parallel.intl\",\"com.sand.airdroidkidp\",\"com.linux.permissionmanager\",\"inc.trilokia.pubgfxtool.free\",\"inc.trilokia.pubgfxtool\",\"com.deveem.private.browser\",\"com.mycompany.myapp\",\"com.android.vending.billing.InAppBillingService.BINN\",\"com.foxylab.airfox\",\"com.flinkapps.safteynet\",\"wu.Rookie.Detector\",\"com.carriez.flutter_hbb\",\"cnjkkx.usrmav.elfwth\",\"co.solovpn\",\"com.snapchat.android\",\"com.sigma_rt.tcg\",\"com.teamviewer.quicksupport.addon.universal\",\"com.zoogvpn.android\",\"com.PUBGDCL.kernel\",\"com.BYemil\",\"com.factum.nonpenitet\",\"com.tencent.igce\",\"themeworld.zte.nubia.red.magic8.magic9.ztenubiaredmagic8walls.launcher.theme\",\"video.player.videoplayer\",\"com.xe.currency\",\"com.changpeng.instafilter\",\"com.android.kpro\",\"app.jumpjumpvpn.jumpjumpvpn\",\"com.kbzbank.kpaycustomer\",\"com.netflix.NGP.Kamo\",\"com.facepunch.rust.companion\",\"nchiyc.mpbmou.dionhs\",\"com.x.wolfxradar\",\"cuuca.sendfiles.Activity\",\"chunqiu.safe.detector\",\"com.handmark.expressweather\",\"com.cybercat.acbridge\",\"org.adblockplus.adblockplussbrowser\",\"de.szalkowski.activitylauncher\",\"com.anu.developers3k.rootchecker\",\"com.htetznaing.adbotg\",\"org.adaway\",\"com.sec.android.app.sbrowser.webapk.w5bf26fddbe250ca726aa0479178923c91\",\"com.example.androidzonews\",\"dev.dworks.apps.anexplorer.free\",\"dev.dworks.apps.anexplorer.pro\",\"com.apk.editor\",\"com.proapk.apk.installer\",\"com.apkgetter\",\"com.lb.app_manager\",\"io.github.muntashirakon.AppManager\",\"rk.android.app.appbar\",\"com.apkmirror.helper.prod\",\"com.a0soft.gphone.app2sd.pro\",\"com.valhalla.bolt\",\"eu.sisik.hackendebug\",\"eu.sisik.hackendebug.full\",\"com.lemon.lvoverseas\",\"com.vishtekstudios.deviceinfo\",\"org.aospstudio.devoptions\",\"jp.co.bii.android.app.dskvzr\",\"com.domka.theme.iconpack\",\"com.sweetappproivders.setdpi\",\"ru.niqhhfkq.iloqdyaeh\",\"com.chornerman.easydpichanger\",\"org.fdroid.fdroid\",\"com.rom2box.fw_manager\",\"com.flightradar24free\",\"com.natewren.flight\",\"com.samsung.android.heartplugin\",\"com.samsung.android.app.watchmanager\",\"com.androradar.livewallsg2\",\"com.androradar.livewallsg3\",\"com.androradar.livewallsg4\",\"com.androradar.livewallsg9\",\"com.androradar.livewallsg5\",\"com.androradar.livewallsg6\",\"com.androradar.livewallsg7\",\"com.androradar.livewallsg8\",\"com.androradar.livewallsg10\",\"com.androradar.livewallsg16\",\"com.pixsterstudio.gifmaker_editor_photo_gif_video\",\"video.to.gif.maker\",\"com.bk.videotogif\",\"com.mike.gifmaker\",\"gifmaker.gifcreator.gifeditor\",\"com.monotype.android.font.kapp.custom_1714429462\",\"com.csdeveloper.imgconverterpro\",\"ru.tech.imageresizershrinker\",\"com.spaceship.screen.textcopy\",\"com.akbon.ios\",\"cn.sealili.icons\",\"co.livesatelliteview\",\"com.screensavers_store.matrixlivewallpaper\",\"mega.privacy.android.app\",\"com.vpnbottle.melon.free.unblock.fast.vpn\",\"com.mixplorer\",\"com.mixplorer.beta\",\"ru.gavrikov.mocklocations\",\"com.hrd.motivation\",\"com.motorola.wallpaper.parallaa\",\"com.mxtech.videoplayer.ae\",\"com.mxtech.videoplayer.pro\",\"com.andatsoft.myapk.fwa\",\"com.machiav3lli.fdroid\",\"com.livewallpaper.opace5proBlack\",\"ostrsf.ijmoeu.uircnu\",\"in.pyshivam.clearappdata\",\"com.ytheekshana.deviceinfo\",\"ru.andr7e.deviceinfohw\",\"com.fantasytat.det\",\"me.yuki.folk\",\"com.jazibkhan.equalizer\",\"ropl.momo.item\",\"me.neko.fckvip\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"at.austriao.fake_gps_detector_app\",\"com.fkjc.zcro\",\"io.github.jqssun.gpssetter\",\"ydyqb.kfqdjcxrr.b.s\",\"com.android.lc\",\"com.lizardCheats\",\"com.accarunit.motionvideoeditor\",\"app.greyshirts.firewall\",\"yqheks.hcfaem.elmxyb\",\"com.niksoftware.snapseed\",\"dev.hexasoftware.v2box\",\"com.resukisu.resukisu\",\"io.ngankbakaa.lineage.detector\",\"com.chuqniudetector\",\"com.pyshivam.gplaylicense\",\"com.aegis.apps\",\"com.hydraultra.ipultrabox\",\"com.hdobox.mudx\",\"com.mediaon.apt\",\"app.revanced.android.gms\",\"pwyhpv.lkbxsq.opdmmq\",\"com.security.xvpn.z35kb\"],\"extraOppositeAppList\":[]},\"com.grabtaxi.driver2\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.revolut.business\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"ru.ozon.fintech.finance\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.transfergo.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kozhevin.rootchecks\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"lt.lemonlabs.android.paysera\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.paysend.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"gr.payzy\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.robinhood.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.robinhood.global\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"net.typeblog.shelter\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.moneybookers.skrillpayments\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"vivid.money\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.android1500.yard\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ru.rostel\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"org.chromium.webapk.aadc7284a22f4efbc_v2\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.moonpay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.garena.gaslite\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.android.preconditions.cts\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"io.github.vvb2060.keyattestation\",\"com.luckyzyx.luckytool\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"moe.shizuku.privileged.api\",\"com.sukisu.ultra\",\"org.telegram.messenger\",\"com.heytap.themestore\",\"com.free.vpn.india.proxy.planet\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.dts.freefiremax\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"io.github.vvb2060.magisk\",\"me.bmax.apatch\",\"com.tsng.applistdetector\",\"icu.nullptr.applistdetector\",\"com.youhu.laifu\",\"org.frknkrc44.hma_oss\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"com.anydesk.anydeskandroid\",\"io.github.huskydg.memorydetector\",\"com.reveny.nativecheck\",\"io.liankong.riskdetector\",\"com.byxiaorun.detector\",\"icu.nullptr.nativetest\",\"com.android.nativetest\",\"io.github.a13e300.ksuwebui\",\"com.dergoogler.mmrl\",\"com.topjohnwu.magisk\",\"com.sukisu.ultra\",\"com.luckyzyx.luckytool\",\"bin.mt.plus.canary\",\"com.android.shell\",\"com.coderstory.toolkit\",\"com.zrt.xposed\",\"com.android.kernel\",\"com.android.cngpcebkchn\",\"com.game.kernel\",\"com.android.cnpgcebkgl\",\"org.telegram.messenger\",\"org.telegram.plus\",\"com.my.televip\",\"ru.zdevs.zarchiver\",\"io.github.rabehx.securify\",\"com.zhenxi.hunter\",\"moe.shizuku.privileged.api\",\"io.github.chsbuffer.revancedxposed\",\"xzr.hkf\",\"io.github.lsposed.disableflagsecure\",\"com.garena.gaslite\",\"luna.safe.luna\",\"com.anydesk.adcontrol.ad1\",\"com.omarea.vtools\",\"me.garfieldhan.holmes\",\"com.rcmiku.payload.dumper.compose\",\"com.kikyps.crackme\",\"io.github.vvb2060.mahoshojo\",\"com.android.preconditions.cts\",\"com.rem01gaming.disclosure\",\"io.github.vvb2060.keyattestation\",\"gr.nikolasspyr.integritycheck\",\"com.free.vpn.india.proxy.planet\",\"com.owopdopkmd.wzarcdtfv\",\"gnouh.tool\",\"bin.mt.termex\",\"bin.mt.plus\",\"krypton.tbsafetychecker\",\"com.doithecao247\",\"flar2.devcheck\",\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.molink.john.hummingbird\",\"com.studio.duckdetector\",\"com.xthax.dst\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"com.qosaw.suybcfrx.orpm\",\"com.parallelc.micts\",\"com.nstudio.mtoolkit\",\"pikjeftbrovsrvz.jyy\"],\"extraOppositeAppList\":[]},\"com.vng.codmvn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.garena.game.df\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.tsng.hidemyapplist\",\"org.frknkrc44.hma_oss\",\"com.cloudflare.onedotonedotonedotone\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.sukisu.ultra\",\"io.github.vvb2060.magisk\",\"com.topjohnwu.magisk\",\"me.bmax.apatch\",\"icu.nullptr.applistdetector\",\"com.tsng.applistdetector\",\"io.github.huskydg.memorydetector\",\"com.reveny.nativecheck\",\"com.byxiaorun.detector\",\"io.liankong.riskdetector\",\"com.kikyps.crackme\",\"com.omarea.vtools\",\"com.my.televip\",\"org.telegram.plus\",\"org.telegram.messenger\",\"com.android.shell\",\"moe.shizuku.privileged.api\",\"io.github.lsposed.disableflagsecure\",\"com.luckyzyx.luckytool\",\"com.zhenxi.hunter\",\"com.youhu.laifu\",\"com.coloros.securepay\",\"com.android.cngpcebkchn\",\"com.android.cnpgcebkgl\",\"com.android.kernel\",\"com.game.kernel\",\"com.zrt.xposed\"],\"extraOppositeAppList\":[]},\"com.unionpay.tsmservice\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.riotgames.league.wildriftvn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[\"io.github.vvb2060.magisk\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"me.bmax.apatch\",\"com.sukisu.ultra\",\"icu.nullptr.applistdetector\",\"com.tsng.applistdetector\",\"com.youhu.laifu\",\"org.frknkrc44.hma_oss\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"io.liankong.riskdetector\",\"com.byxiaorun.detector\",\"com.reveny.nativecheck\",\"io.github.huskydg.memorydetector\",\"icu.nullptr.nativetest\",\"com.android.nativetest\",\"luna.safe.luna\",\"bin.mt.plus.canary\",\"com.kikyps.crackme\",\"com.omarea.vtools\",\"com.my.televip\",\"org.telegram.plus\",\"org.telegram.messenger\",\"com.android.cngpcebkchn\",\"com.android.cnpgcebkgl\",\"com.android.kernel\",\"com.game.kernel\",\"com.zrt.xposed\",\"com.garena.gaslite\",\"xzr.hkf\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"io.github.a13e300.ksuwebui\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"io.github.vvb2060.mahoshojo\",\"moe.shizuku.privileged.api\",\"com.android.shell\",\"io.github.rabehx.securify\",\"ru.zdevs.zarchiver\",\"io.github.chsbuffer.revancedxposed\",\"com.coderstory.toolkit\",\"io.github.lsposed.disableflagsecure\"],\"extraOppositeAppList\":[]},\"com.dts.freefireth\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"io.github.vvb2060.magisk\",\"me.bmax.apatch\",\"com.anydesk.anydeskandroid\",\"icu.nullptr.applistdetector\",\"com.tsng.applistdetector\",\"com.youhu.laifu\",\"org.frknkrc44.hma_oss\",\"com.coderstory.toolkit\",\"com.kikyps.crackme\",\"me.garfieldhan.holmes\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"com.android.kernel\",\"com.game.kernel\",\"io.github.a13e300.ksuwebui\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.topjohnwu.magisk\",\"com.dergoogler.mmrl\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.rcmiku.payload.dumper.compose\",\"org.telegram.plus\",\"com.teamviewer.quicksupport.market\",\"io.github.chsbuffer.revancedxposed\",\"io.liankong.riskdetector\",\"com.byxiaorun.detector\",\"com.omarea.vtools\",\"io.github.rabehx.securify\",\"moe.shizuku.privileged.api\",\"com.my.televip\",\"com.teamviewer.teamviewer.market.mobile\",\"ru.zdevs.zarchiver\",\"com.zrt.xposed\",\"com.android.cngpcebkchn\",\"com.android.cnpgcebkgl\",\"io.github.huskydg.memorydetector\",\"com.android.shell\",\"bin.mt.plus\",\"bin.mt.termex\",\"com.sukisu.ultra\",\"org.telegram.messenger\",\"com.ss.android.ugc.trill\",\"ibwpdd.vxisug.sjetci\"],\"extraOppositeAppList\":[]},\"com.squareup.cash\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.rem01gaming.disclosure\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.qnbalahli.bebasata\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.customer.herofincorp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"mobile.acb.com.vn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vnpay.smartacccount\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.tpb.ebmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ph.com.gotyme\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.rcbc.pulz\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"sa.com.stcbank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ph.allbank.mbapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"zebpay.Application\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ph.com.metrobank.mcc.mbonline\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"top.ltfan.notdeveloper\",\"org.frknkrc44.hma_oss\"],\"extraOppositeAppList\":[]},\"com.proxima.dfm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.anydeskandroid\",\"com.kikyps.crackme\",\"ninja.thiha.frozenkeyboard2\",\"org.frknkrc44.hma_oss\",\"com.happymod.apk\",\"me.garfieldhan.holmes\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"com.github.capntrips.kernelflasher\",\"com.android.kernel\",\"com.mixplorer\",\"com.minimax.ai\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.sukisu.ultra\",\"com.termux\",\"com.thor.nonroot\",\"ru.zdevs.zarchiver\",\"com.anydesk.adcontrol.ad1\",\"com.android.shell\",\"com.tsng.applistdetector\",\"icu.nullptr.applistdetector\",\"com.youhu.laifu\",\"com.rem01gaming.disclosure\"],\"extraOppositeAppList\":[]},\"vn.com.msb.smartBanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.amazon.rabbit\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.amazon.flex.rabbit\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ubi.parivar\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"org.matrix.demo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"eu.eleader.mobilebanking.nbk\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.okinc.okex.gp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vcb.t2p\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.alinma.retail.mobile.v4\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.garena.game.kgvn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"icu.nullptr.applistdetector\",\"com.tsng.applistdetector\",\"com.youhu.laifu\",\"com.kikyps.crackme\",\"org.matrix.demo\",\"com.modaov.turbogamebooster\",\"com.rem01gaming.disclosure\",\"com.digilocker.android\",\"com.garena.gaslite\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"top.ltfan.notdeveloper\",\"com.rifsxd.ksunext\",\"io.github.a13e300.ksuwebui\",\"io.github.vvb2060.mahoshojo\",\"io.github.huskydg.memorydetector\",\"icu.nullptr.nativetest\",\"com.android.nativetest\",\"com.reveny.nativecheck\",\"tw.nekomimi.nekogram\",\"org.telegram.plus\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"io.github.rabehx.securify\",\"moe.shizuku.privileged.api\",\"me.bmax.apatch\",\"bin.mt.termex\",\"bin.mt.plus\",\"org.circleai\",\"me.garfieldhan.attestation\",\"tk.yunus.hexeditor\",\"io.github.vvb2060.extractor\",\"com.github.capntrips.kernelflasher\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.luckyzyx.luckytool\",\"com.meowna\",\"com.rcmiku.payload.dumper.compose\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"com.sukisu.ultra\",\"com.my.televip\",\"com.termux\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.abdurazaaqmohammed.AntiSplit\",\"luna.safe.luna\",\"com.android.shell\",\"com.android.preconditions.cts\",\"bin.mt.plus.canary\",\"com.free.vpn.india.proxy.planet\",\"com.owopdopkmd.wzarcdtfv\",\"org.telegram.messenger\",\"com.teamviewer.quicksupport.market\",\"com.ss.android.ugc.trill\",\"ibwpdd.vxisug.sjetci\",\"io.github.vvb2060.keyattestation\",\"krypton.tbsafetychecker\"],\"extraOppositeAppList\":[]},\"xyz.be.cake\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bpi.ng.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"cashgiraffe.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.sacombank.ewallet\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vib.myvib2\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.tencent.mm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"wu.Zygisk.Detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.meowna\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.abc.abc\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.youhu.laifu\",\"com.kikyps.crackme\",\"com.gearup.booster\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"com.cn.MaxCheatGL\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"io.liankong.riskdetector\",\"com.byxiaorun.detector\",\"com.sukisu.ultra\",\"com.jrzheng.supervpnfree\"],\"extraOppositeAppList\":[]},\"com.discord\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.garena.game.kgtw\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.android.preconditions.cts\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"io.github.vvb2060.keyattestation\",\"com.luckyzyx.luckytool\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"moe.shizuku.privileged.api\",\"com.sukisu.ultra\",\"org.telegram.messenger\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.vttm.vietteldiscovery\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.whatsapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"vn.shb.saha.mbanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"p.gfgxk.dn\",\"com.cloudflare.onedotonedotonedotone\",\"com.twofasapp\",\"com.anydesk.adcontrol.ad1\",\"com.adguard.android\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.gmail.heagoo.apkeditor.pro\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\"],\"extraOppositeAppList\":[]},\"br.com.bb.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.lcode.ucoupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"de.barmergek.serviceapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bKash.customerapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"pro.bingbon.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.alahli.rf\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.proximabeta.mf.uamo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.angel.guardian.alliance.app\",\"com.anydesk.anydeskandroid\",\"com.aorus.arbr\",\"com.eco.global.app\",\"com.evnhcmc.evnmobileapp\",\"com.expressvpn.vpn\",\"com.goldfun.app\",\"com.havaz_app\",\"com.huawo.hawofit\",\"org.frknkrc44.hma_oss\",\"popup.toast\",\"bin.mt.plus\",\"org.telegram.messenger\",\"com.sukisu.ultra\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.proximabeta.mf.liteuamo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.angel.guardian.alliance.app\",\"com.anydesk.anydeskandroid\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.eco.global.app\",\"com.evnhcmc.evnmobileapp\",\"com.goldfun.app\",\"com.havaz_app\",\"com.huawo.hawofit\",\"org.frknkrc44.hma_oss\",\"popup.toast\",\"bin.mt.plus\",\"org.telegram.messenger\",\"com.sukisu.ultra\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.vnggames.cfl.crossfirelegends\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.angel.guardian.alliance.app\",\"com.anydesk.anydeskandroid\",\"com.aorus.arbr\",\"com.eco.global.app\",\"com.evnhcmc.evnmobileapp\",\"com.expressvpn.vpn\",\"com.havaz_app\",\"com.huawo.hawofit\",\"org.frknkrc44.hma_oss\",\"com.mm.android.smartlifeiot\",\"popup.toast\",\"bin.mt.plus\",\"org.telegram.messenger\",\"com.sukisu.ultra\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.eco.global.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.goldfun.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.havaz_app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.angel.guardian.alliance.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chillyroom.jdyw.gp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.angel.guardian.alliance.app\",\"com.aorus.arbr\",\"com.eco.global.app\",\"com.evnhcmc.evnmobileapp\",\"com.expressvpn.vpn\",\"org.frknkrc44.hma_oss\",\"com.huawo.hawofit\",\"com.havaz_app\",\"com.goldfun.app\",\"popup.toast\",\"com.mm.android.smartlifeiot\",\"bin.mt.plus\",\"com.sukisu.ultra\",\"org.telegram.messenger\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.pbb.mypb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.snapwork.hdfc\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"sg.ndi.sp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.studio.duckdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"iq.qicard.qipay.prod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.aide.ui\",\"com.idragoncheats.studiopro\"],\"extraOppositeAppList\":[]},\"com.shopify.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"org.amnezia.vpn\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"com.tsng.applistdetector\",\"com.sunilpaulmathew.debloater\",\"com.py.cloneapp.huawei\",\"com.piriform.ccleaner\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.okirat.dnsmanager.pro\",\"com.studio.duckdetector\",\"com.rem01gaming.disclosure\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.pyshivam.geergit\",\"com.kikyps.crackme\",\"com.pyshivam.gplaylicense\",\"com.freemium.android.apps.gps.coordinates\",\"com.android1500.gpssetter\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"me.hoshino.novpndetect\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"net.xnano.android.photoexifeditor.pro\",\"org.proxydroid\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.byxiaorun.detector\",\"io.github.rabehx.securify\",\"pl.moniusoft.showmyip\",\"net.typeblog.socks\",\"com.henrikherzig.playintegritychecker\",\"com.scheler.superproxy\",\"org.swiftapps.swiftbackup\",\"com.lonelycatgames.Xplore\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"id.my.pjm.qbcd_okr_dvii\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\",\"com.telegram.a1064\",\"com.defragd3m0n.cashappsoftresetids\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"br.com.gabba.Caixa\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ro.btrl.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bitdefender.gravityzone.securityformobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ocb.liobank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.securitybank.bbx\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ausmallfinancebank.amb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.AlBarakaEG.CorpNew\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.cimbbank.octo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.sotaylpb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.shb.mbanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.cibc.android.mobi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.nbk.weyay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.indiainfoline\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.app.hdfc\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.adcb.bank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdfcbank.smartwealthapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.reservebankofindia\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.dbs.sg.dbsmbanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.iexceed.ib.digitalbankingprod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.snapwork.IDBI\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.com.lpb.lienviet24h\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.msf.kbank.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ops.namabank.com.vn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"uk.co.hsbc.hsbcukmobilebanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.sbg.mobile.phone\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.shinhan.global.in.bank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.nu.production\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"io.lifestyle.plus\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.sbi.SBIFreedomPlus\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hsl.investright\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"in.hsbc.hsbcindia\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.fedmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.tnex.consumer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"capitec.acuity.mobile.prod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.infrasoft.uboi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"co.uk.getmondo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"enetviet.corp.qi.enetvietnew\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.roblox.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kiloo.subwaysurf\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"exodusmovement.exodus\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.worldfirst.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.transferwise.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"br.com.intermedium\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"dev_options\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"vn.com.ocb.awe\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdfcfund.investor\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdfcclife.activities\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"us.zoom.videomeetings\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdfc.smarthub\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.boi.investor\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.cgv.cinema.vn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.dexprotector.detector.envchecks\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.uzpsb.olam\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.blockchainvault\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"chunqiu.safe.detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"wu.Rookie.Detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ap.asiapay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"app.baly.passenger\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ofss.digx.mobile.android.allied\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"invo8.meezan.mb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.pitb.ePayGateway\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[],\"applyPresets\":[],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.techlogix.mobilinkcustomer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.google.android.apps.playconsole\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.surfshark.vpnclient.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.yubico.yubioath\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"pk.gov.nadra.pakid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.telenor.pakistan.mytelenor\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.jazz.jazzworld\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.govpk.citizensportal\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.vng.mf.uamo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"xyz.be.customer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.ngame.allstar.eu\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"hr.asseco.android.intesa.isbd.cib\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.DB.playinstore\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.etisalat.flous\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"cris.org.in.ress\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"at.persie0.root_detection_app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.dcb\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.fkjc.zcro\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"in.org.npci.upiapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"in.jfs.jiofinance\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.naviapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.hdfcbank.payzapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.popclub.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.adityabirlacapitaldigital.OneApp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.myairtelapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"org.telegram.messenger\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.postpe.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.grofers.customerapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.flipkart.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"in.indwealth\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.kreditpe.android.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.uvnv.mintsim\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mobikwik_new\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.jio.myjio\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.phonepe.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.shriram.one\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"indwin.c3.shareapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"money.super.payments\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.twid.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.canarabhim.upiapp.mobility\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":true,\"hideSystemInstallationSource\":true,\"excludeTargetInstallationSource\":true,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.kbzbank.kpaycustomer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\"],\"extraOppositeAppList\":[]},\"com.ubercab.fleet\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.rekoo.pubgm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.zhenxi.hunter\",\"com.byxiaorun.detector\",\"io.github.lsposed.disableflagsecure\",\"io.github.vvb2060.mahoshojo\",\"io.liankong.riskdetector\",\"io.github.rabehx.securify\",\"com.thend.integritychecker\",\"bin.mt.plus.canary\",\"com.android.nativetest\",\"icu.nullptr.nativetest\",\"com.coderstory.toolkit\",\"com.sukisu.ultra\",\"com.tencent.docs\",\"me.garfieldhan.holmes\",\"com.github.capntrips.kernelflasher\",\"com.reveny.nativecheck\",\"gr.nikolasspyr.integritycheck\",\"io.github.chsbuffer.revancedxposed\",\"com.my.televip\",\"io.github.vvb2060.keyattestation\",\"com.henrikherzig.playintegritychecker\",\"krypton.tbsafetychecker\",\"com.youhu.laifu\",\"com.tsng.applistdetector\",\"com.kikyps.crackme\",\"com.jc\",\"io.github.a13e300.ksuwebui\",\"io.github.huskydg.memorydetector\",\"com.godevelopers.OprekCek\",\"id.my.pjm.qbcd_okr_dvii\",\"luna.safe.luna\",\"me.yuri.ok\",\"icu.nullptr.nativetext\",\"com.tsng.hidemyapplist\",\"com.zrt.xposed\",\"xzr.hkf\",\"com.android.shell\",\"com.dergoogler.mmrl\",\"com.dergoogler.mmrl.wx\",\"com.aurora.store.nightly\",\"io.github.vvb2060.magisk\",\"com.luckyzyx.luckytool\",\"com.topjohnwu.magisk\",\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.teamviewer.quicksupport.market\",\"com.teamviewer.teamviewer.market.mobile\",\"icu.nullptr.applistdetector\",\"com.omarea.vtools\",\"com.cloudflare.onedotonedotonedotone\",\"bin.mt.plus\",\"me.weishu.kernelsu\",\"gvbtcl.yubbjm.qajtjy\",\"tsfvdj.xiwtkz.wuhyrv\",\"com.android.kernel\",\"com.rem01gaming.disclosure\",\"org.frknkrc44.hma_oss\",\"eu.thedarken.sdm\",\"eu.darken.sdmse\",\"moe.shizuku.privileged.api\",\"com.termux\",\"com.thor.nonroot\",\"com.pyshivam.geergit\",\"top.ltfan.notdeveloper\",\"ru.zdevs.zarchiver\",\"com.modaov.unlock60fps\",\"org.matrix.demo\",\"com.aorus.extr\",\"com.rcmiku.payload.dumper.compose\",\"wu.Zygisk.Detector\",\"com.suqi8.oshin\",\"com.owopdopkmd.wzarcdtfv\",\"com.abc.abc\",\"com.gearup.booster\",\"com.cn.MaxCheatGL\",\"com.community.oneroom\",\"com.movieshubinpire.android\",\"app.netmirror.netmirrornew\",\"com.jrzheng.supervpnfree\",\"org.telegram.messenger.web\",\"com.mx.thorcheat\",\"org.telegram.messenger\",\"com.gmail.heagoo.apkeditor.pro\",\"com.apkpure.aegon\",\"com.adguard.android\",\"com.twofasapp\",\"me.yourbay.airfrozen\",\"com.onesports.score\",\"com.apowersoft.mirror\",\"com.applisto.appcloner\",\"com.truedevelopersstudio.automatictap.autoclicker\",\"com.hecorat.screenrecorder.free\",\"com.py.cloneapp.huawei\",\"com.fitifyworkouts.bodyweight.workoutapp\",\"eu.livesport.FlashScore_com\",\"idm.internet.download.manager.plus\",\"org.lsposed.manager\",\"com.mbcp.helper\",\"eu.thedarken.sdm.unlocker\",\"p.gfgxk.dn\",\"com.aorus.arbr\",\"com.expressvpn.vpn\",\"com.huawo.hawofit\",\"popup.toast\",\"com.scottyab.rootbeer.sample\",\"org.telegram.plus\",\"tw.nekomimi.nekogram\",\"com.binance.dev\",\"org.circleai\",\"com.meowna.keybox\",\"io.github.vvb2060.extractor\",\"tk.yunus.hexeditor\",\"com.meowna\",\"com.twitter.android\",\"com.abdurazaaqmohammed.AntiSplit\",\"flar2.devcheck\",\"bin.mt.termex\",\"i.qlm\",\"com.dexprotector.detector.envchecks\",\"me.itejo443.bindhosts\",\"com.android.preconditions.cts\",\"com.studio.duckdetector\",\"secure.unblock.unlimited.proxy.snap.hotspot.shield\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"me.bmax.apatch\",\"com.tempmail\",\"com.houvven.oplusupdater\",\"com.c.cn\",\"tq.tech.Fpsfree\",\"com.aide.ui\",\"com.idragoncheats.studiopro\",\"com.sand.remotesupportaddon\",\"com.apkcombo.app\",\"top.niunaijun.blackdexa64\",\"gg.now.billing.service2\",\"com.n0n3m4.droidc\",\"com.catsmoker.app\",\"kentos.loader\",\"sami.pro.keyboard.free\",\"com.discord\",\"com.amanyt.tool\",\"flix.com.vision\",\"com.n0n3m4.gcc4droid\",\"me.garfieldhan.attestation\",\"com.happymod.apk\",\"hd.camera\",\"com.myprog.hexedit\",\"com.t2.AvailoHader\",\"cc.honista.app\",\"net.maxters.droid.playi\",\"io.github.a13e300.tricky_store\",\"com.mantle.verify\",\"com.lizardCheatsBGMI\",\"com.lagofast.mobile.acclerater\",\"com.nexstreaming.app.kinemasterfree\",\"com.redfoxpro.iqcars\",\"com.mapswithme.maps.pro\",\"com.mf.file\",\"A.jie.recordscreen\",\"com.bizi.kernel\",\"com.mt.isl.mpos.android.zainirq\",\"com.matrixhax.myapplication\",\"sa.gov.nic.myid\",\"me.ninjagram.messenger\",\"com.noping.gaming.vpn\",\"com.nr.app\",\"iq.oodi.com\",\"com.osn.go\",\"com.lbe.parallel.intl\",\"com.sand.airdroidkidp\",\"com.linux.permissionmanager\",\"inc.trilokia.pubgfxtool.free\",\"inc.trilokia.pubgfxtool\",\"com.deveem.private.browser\",\"com.mycompany.myapp\",\"com.android.vending.billing.InAppBillingService.BINN\",\"com.foxylab.airfox\",\"com.flinkapps.safteynet\",\"wu.Rookie.Detector\",\"com.carriez.flutter_hbb\",\"cnjkkx.usrmav.elfwth\",\"co.solovpn\",\"com.snapchat.android\",\"com.sigma_rt.tcg\",\"com.teamviewer.quicksupport.addon.universal\",\"com.zoogvpn.android\",\"com.PUBGDCL.kernel\",\"com.BYemil\",\"com.factum.nonpenitet\",\"com.tencent.igce\",\"themeworld.zte.nubia.red.magic8.magic9.ztenubiaredmagic8walls.launcher.theme\",\"video.player.videoplayer\",\"com.xe.currency\",\"com.changpeng.instafilter\",\"com.android.kpro\",\"app.jumpjumpvpn.jumpjumpvpn\",\"com.kbzbank.kpaycustomer\",\"com.netflix.NGP.Kamo\",\"com.facepunch.rust.companion\",\"nchiyc.mpbmou.dionhs\",\"com.x.wolfxradar\",\"cuuca.sendfiles.Activity\",\"chunqiu.safe.detector\",\"com.handmark.expressweather\",\"com.cybercat.acbridge\",\"org.adblockplus.adblockplussbrowser\",\"de.szalkowski.activitylauncher\",\"com.anu.developers3k.rootchecker\",\"com.htetznaing.adbotg\",\"org.adaway\",\"com.sec.android.app.sbrowser.webapk.w5bf26fddbe250ca726aa0479178923c91\",\"com.example.androidzonews\",\"dev.dworks.apps.anexplorer.free\",\"dev.dworks.apps.anexplorer.pro\",\"com.apk.editor\",\"com.proapk.apk.installer\",\"com.apkgetter\",\"com.lb.app_manager\",\"io.github.muntashirakon.AppManager\",\"rk.android.app.appbar\",\"com.apkmirror.helper.prod\",\"com.a0soft.gphone.app2sd.pro\",\"com.valhalla.bolt\",\"eu.sisik.hackendebug\",\"eu.sisik.hackendebug.full\",\"com.lemon.lvoverseas\",\"com.vishtekstudios.deviceinfo\",\"org.aospstudio.devoptions\",\"jp.co.bii.android.app.dskvzr\",\"com.domka.theme.iconpack\",\"com.sweetappproivders.setdpi\",\"ru.niqhhfkq.iloqdyaeh\",\"com.chornerman.easydpichanger\",\"org.fdroid.fdroid\",\"com.rom2box.fw_manager\",\"com.flightradar24free\",\"com.natewren.flight\",\"com.samsung.android.heartplugin\",\"com.samsung.android.app.watchmanager\",\"com.androradar.livewallsg2\",\"com.androradar.livewallsg3\",\"com.androradar.livewallsg4\",\"com.androradar.livewallsg9\",\"com.androradar.livewallsg5\",\"com.androradar.livewallsg6\",\"com.androradar.livewallsg7\",\"com.androradar.livewallsg8\",\"com.androradar.livewallsg10\",\"com.androradar.livewallsg16\",\"com.pixsterstudio.gifmaker_editor_photo_gif_video\",\"video.to.gif.maker\",\"com.bk.videotogif\",\"com.mike.gifmaker\",\"gifmaker.gifcreator.gifeditor\",\"com.monotype.android.font.kapp.custom_1714429462\",\"com.csdeveloper.imgconverterpro\",\"ru.tech.imageresizershrinker\",\"com.spaceship.screen.textcopy\",\"com.akbon.ios\",\"cn.sealili.icons\",\"co.livesatelliteview\",\"com.screensavers_store.matrixlivewallpaper\",\"mega.privacy.android.app\",\"com.vpnbottle.melon.free.unblock.fast.vpn\",\"com.mixplorer\",\"com.mixplorer.beta\",\"ru.gavrikov.mocklocations\",\"com.hrd.motivation\",\"com.motorola.wallpaper.parallaa\",\"com.mxtech.videoplayer.ae\",\"com.mxtech.videoplayer.pro\",\"com.andatsoft.myapk.fwa\",\"com.machiav3lli.fdroid\",\"com.livewallpaper.opace5proBlack\",\"ostrsf.ijmoeu.uircnu\",\"in.pyshivam.clearappdata\",\"com.ytheekshana.deviceinfo\",\"ru.andr7e.deviceinfohw\",\"com.fantasytat.det\",\"me.yuki.folk\",\"com.jazibkhan.equalizer\",\"ropl.momo.item\",\"me.neko.fckvip\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"free.vpnindia.unlimited.fast.secure.proxy.turbo\",\"at.austriao.fake_gps_detector_app\",\"com.fkjc.zcro\",\"io.github.jqssun.gpssetter\",\"ydyqb.kfqdjcxrr.b.s\",\"com.android.lc\",\"com.lizardCheats\",\"com.accarunit.motionvideoeditor\",\"app.greyshirts.firewall\",\"yqheks.hcfaem.elmxyb\",\"com.niksoftware.snapseed\",\"dev.hexasoftware.v2box\",\"com.resukisu.resukisu\",\"io.ngankbakaa.lineage.detector\",\"com.chuqniudetector\",\"com.pyshivam.gplaylicense\",\"com.aegis.apps\",\"com.hydraultra.ipultrabox\",\"com.hdobox.mudx\",\"com.mediaon.apt\",\"app.revanced.android.gms\",\"pwyhpv.lkbxsq.opdmmq\",\"com.security.xvpn.z35kb\"],\"extraOppositeAppList\":[]},\"com.studiowildcard.arkuse\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.fairplayshield.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":true,\"hideSystemInstallationSource\":true,\"excludeTargetInstallationSource\":true,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[1015,1023,1032,1077,1078,1079,3003,9997],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.microsoft.emmx\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"xuet.ahwmyctnhgbgf\",\"bin.mt.plus\",\"org.frknkrc44.hma_oss\",\"com.mcdonalds.mobileapp\",\"com.android.shell\",\"org.akanework.checker\"],\"extraOppositeAppList\":[]},\"org.mozilla.firefox\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"xuet.ahwmyctnhgbgf\",\"bin.mt.plus\",\"org.frknkrc44.hma_oss\",\"com.mcdonalds.mobileapp\",\"com.android.shell\",\"org.akanework.checker\"],\"extraOppositeAppList\":[]},\"com.linkedin.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.booking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ee.mtakso.driver\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"wu.keyChain.test\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chuqniudetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.luckyzyx.luckytool\"],\"extraOppositeAppList\":[]},\"com.grubhub.driver\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.jqssun.gpssetter\",\"com.github.thepiemonster.hidemocklocation\",\"io.github.auag0.hidemocklocation\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\"],\"extraOppositeAppList\":[]},\"de.markusfisch.android.binaryeye\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.shipt.shopper\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.waze\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.levelinfinite.sgameGlobal\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.mada.madapay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.instacart.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.kasikornbank.kplus.vn\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":true,\"hideSystemInstallationSource\":true,\"excludeTargetInstallationSource\":true,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"yqtrack.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.qihoo.smarthome\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.wuba.wbdaojia\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.wuba\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"sksa.aa.customapps\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"app.aawireless\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.abacusbank.imobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"gov.nyc.hra.SelfService\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.adobe.reader\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.aftership.AfterShip\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.autonavi.minimap\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.amazon.mShop.android.shopping\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.huawei.appmarket\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.backcn.ss\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.input\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.bitcoin.mwallet\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.huawei.browser\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.emn8.mobilem8.nativeapp.bk\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"maps.jaoloonda.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.press.matk\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.cathaybank4153.mobile.production\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"cn.cgmcare.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.chase.sig.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.chinamworld.main\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ct.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.chinapost.webapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.chrome.dev\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.citizensbank.androidapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.coned.conedison\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.coolapk.market\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.costco.app.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.hungrypanda.waimai.staffnew\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"flar2.devcheck\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dhl.exp.dhlmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dianping.v1\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.sdu.didi.psnger\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.msi.msigdragondashboard2\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dunkinbrands.otgo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ebay.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.fis.ebtedge\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"me.ele\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"epson.print\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.epson.epsonsmart\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.juanvision.EseeNetProj\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.eliteextra.driver\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.fedex.ida.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.vidure.fitcamx\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.geico.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.google.android.gm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.nbu.paisa.user\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.nordcurrent.happyclinicf2p\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.solutran.otc\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.here.app.maps\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.huawei.hwid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.thehomedepot\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.hp.printercontrol\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.hungrypanda.waimai\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.hypershell.hypershell\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.iparkapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.react_viphealth\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"sharefiles.sharemusic.shareapps.filetransfer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.iqiyi.i18n\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.jingdong.app.mall\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.jetappfactory.jetaudio\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.jobtoday.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.github.capntrips.kernelflasher\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.example.kinginstaller\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.onion.one\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.lexus.oneapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tmcc.click2pay.mylfs\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.lexus.lexusalexa\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.weedle.lg_ac_remotes\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.cisco.connect.cloud\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.payfare.lyft\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.lyft.android.driver\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.sankuai.meituan\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"net.sharewire.meterUP\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.optimum.cma.prod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"epic.mychart.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ifactor.ngrid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.netease.cloudmusic\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.newegg.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"gov.nyc.doitt.ThreeOneOne\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.opera.branding.news\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.incomm.otc\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.spplus.parking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"net.sharewire.Nycdot\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dof.mpts.prod\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.mobileqq\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.MobileTicket\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"moe.shizuku.privileged.api\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.instacart.shopper\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"rk.android.app.shortcutmaker\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tmobile.tuesdays\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"org.telegram.messenger.web\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.termux\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ticketwipercorp.ticketwiper\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.conduent.ezpass\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ss.android.article.news\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.thetransitapp.droid\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ups.mobile.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.usps.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.vmall.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.walmart.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.weather.forecast.weatherchannel\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.gof.global\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.workwhilejobs.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tratao.xcurrency\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.xoom.android.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.zillow.android.zillowmap\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.youavideo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"org.jutuina.com.tuinapro\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.yxonsite.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.greenpoint.android.mc10086.activity\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.sinovatech.unicom.ui\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"cn.beekee.zhongtong\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.jingdong.pdj\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.android.daoway\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"tv.danmaku.bili\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ximalaya.ting.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.yangchong.shangmenanmo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tmall.wireless\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.quark.browser\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.vst.live\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.android.qqdownloader\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"kangyue.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.syyh.deviceinfo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.twototwo.massage\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"ctrip.android.view\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.luna.music\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dz.hmjc\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.taobao.taobao\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.tmgp.sgame\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.dragon.read\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.xs.fm\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.carlife\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.BaiduMap\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.netdisk\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.baidu.tieba\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.zhihu.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.phoenix.read\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.youdao.dict\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.sankuai.meituan.takeoutnew\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.map\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.news\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.tencent.qqlive\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.duowan.kiwi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.ss.android.article.video\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.qidian.QDReader\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.kugou.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.taobao.idlefish\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.alibaba.wireless\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.sf.activity\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.moji.mjweather\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.cloudconsole\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.xiaomi.mitv.phone.tvassistant\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.mi.healthresearch\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"oj.jglv.wblgy.cwzh\",\"org.frknkrc44.hma_oss\",\"com.topmiaohan.superlist\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.messaging\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.whizdm.moneyview.loans\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.vnpay.hdbank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.hdbank.dihdbank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.bancodebogota.bancamovil\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.fisglobal.esafupi.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.euronet.iobupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.lcode.smartz\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.bankofbaroda.upi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.canarabank.mobility\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.anthropic.claude\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.dreamplug.androidapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.yield.curie_money\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.epifi.paisa\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.freecharge.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.moneytap.bnpl.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"money.jupiter\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.kreditbee.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.lxme\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.paynearby.saathi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.tatadigital.tcp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.npst.timepay.society\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"cards.uni.app.credit\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.kikyps.crackme\",\"com.test.detectz\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.auag0.hidemocklocation\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.m0dulePro.xinoShell\",\"bin.mt.plus.canary\",\"com.reveny.nativecheck\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"com.byxiaorun.detector\",\"sgdxnu.chhdye.kmveuy\",\"com.koushikdutta.vysor\",\"wu.Zygisk.Detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.yesbank.yespaynext\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.airbnb.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.bunq.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"ca.koho\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.mexcpro.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.rbc.mobile.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.questrade.questmobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.boursorama.android.clients\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.td\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.wealthsimple.trade\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"io.github.lsposed.disableflagsecure\",\"org.frknkrc44.hma_oss\",\"io.github.a13e300.ksuwebui\",\"bin.mt.plus\",\"org.telegram.messenger\",\"j.crkh\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.aircall\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.bankera.wallet\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.bbva.bbvacontigo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.bitget.exchange\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.bitsacard.BitsaApp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.x8bit.bitwarden\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.papaya.blackcatcard\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.genome.app.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"eu.mobile.icard\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.myfin_demo\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"app.neosurf.NeosurfM\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.payoneer.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.passport.cash\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.zen.application\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"org.amnezia.vpn\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"io.github.muntashirakon.AppManager\",\"com.tsng.applistdetector\",\"com.defragd3m0n.cashappsoftresetids\",\"com.piriform.ccleaner\",\"com.py.cloneapp.huawei\",\"com.sunilpaulmathew.debloater\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"com.rem01gaming.disclosure\",\"com.okirat.dnsmanager.pro\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"de.gmx.mobile.android.mail\",\"com.freemium.android.apps.gps.coordinates\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.auag0.imnotadeveloper\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"com.mapswithme.maps.pro\",\"com.diwa.detector.mock\",\"com.godevelopers.mockinfo\",\"io.github.vvb2060.mahoshojo\",\"io.github.auag0.mocklocationdetector\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.digrasoft.mygpslocation\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"com.godevelopers.OprekCek\",\"me.hoshino.novpndetect\",\"org.proxydroid\",\"net.xnano.android.photoexifeditor.pro\",\"gr.nikolasspyr.integritycheck\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.google.android.safetycore\",\"top.canyie.settingsfirewall\",\"pl.moniusoft.showmyip\",\"com.henrikherzig.playintegritychecker\",\"net.typeblog.socks\",\"com.scheler.superproxy\",\"org.zwanoo.android.speedtest\",\"org.swiftapps.swiftbackup\",\"com.vitaodoidao.vdinfos\",\"com.telegram.a1064\",\"com.vmos.pro\",\"com.ttxapps.wifiadb\",\"com.lonelycatgames.Xplore\",\"id.my.pjm.qbcd_okr_dvii\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\"],\"extraOppositeAppList\":[]},\"com.barclays.android.barclaysmobilebanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ro.btrl.pay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"org.amnezia.vpn\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"com.tsng.applistdetector\",\"com.sunilpaulmathew.debloater\",\"com.py.cloneapp.huawei\",\"com.piriform.ccleaner\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.okirat.dnsmanager.pro\",\"com.studio.duckdetector\",\"com.rem01gaming.disclosure\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.pyshivam.geergit\",\"com.kikyps.crackme\",\"com.pyshivam.gplaylicense\",\"com.freemium.android.apps.gps.coordinates\",\"com.android1500.gpssetter\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"me.hoshino.novpndetect\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"net.xnano.android.photoexifeditor.pro\",\"org.proxydroid\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.byxiaorun.detector\",\"io.github.rabehx.securify\",\"pl.moniusoft.showmyip\",\"net.typeblog.socks\",\"com.henrikherzig.playintegritychecker\",\"com.scheler.superproxy\",\"org.swiftapps.swiftbackup\",\"com.lonelycatgames.Xplore\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"id.my.pjm.qbcd_okr_dvii\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\",\"com.telegram.a1064\",\"com.defragd3m0n.cashappsoftresetids\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"de.number26.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"org.amnezia.vpn\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"com.tsng.applistdetector\",\"com.sunilpaulmathew.debloater\",\"com.py.cloneapp.huawei\",\"com.piriform.ccleaner\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.okirat.dnsmanager.pro\",\"com.studio.duckdetector\",\"com.rem01gaming.disclosure\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.pyshivam.geergit\",\"com.kikyps.crackme\",\"com.pyshivam.gplaylicense\",\"com.freemium.android.apps.gps.coordinates\",\"com.android1500.gpssetter\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"me.hoshino.novpndetect\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"net.xnano.android.photoexifeditor.pro\",\"org.proxydroid\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.byxiaorun.detector\",\"io.github.rabehx.securify\",\"pl.moniusoft.showmyip\",\"net.typeblog.socks\",\"com.henrikherzig.playintegritychecker\",\"com.scheler.superproxy\",\"org.swiftapps.swiftbackup\",\"com.lonelycatgames.Xplore\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"id.my.pjm.qbcd_okr_dvii\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\",\"com.telegram.a1064\",\"com.defragd3m0n.cashappsoftresetids\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.starlingbank.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.starlink.mobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"org.amnezia.vpn\",\"com.thexjxgduwoh.holppkukkufjbtu\",\"com.anydesk.anydeskandroid\",\"com.applisto.appcloner\",\"com.tsng.applistdetector\",\"com.sunilpaulmathew.debloater\",\"com.py.cloneapp.huawei\",\"com.piriform.ccleaner\",\"flar2.devcheck\",\"com.silverlabtm.app.deviceidchanger.free\",\"ru.otdr.deviceinfo\",\"com.androidfung.drminfo\",\"com.okirat.dnsmanager.pro\",\"com.studio.duckdetector\",\"com.rem01gaming.disclosure\",\"io.github.lsposed.disableflagsecure\",\"com.dexprotector.detector.envchecks\",\"com.fingerprintjs.android.fpjs_pro_demo\",\"com.pyshivam.geergit\",\"com.kikyps.crackme\",\"com.pyshivam.gplaylicense\",\"com.freemium.android.apps.gps.coordinates\",\"com.android1500.gpssetter\",\"com.defragd3m0n.hiddenproxy\",\"org.frknkrc44.hma_oss\",\"me.garfieldhan.holmes\",\"com.zhenxi.hunter\",\"com.catchingnow.icebox\",\"io.github.vvb2060.keyattestation\",\"com.google.android.contactkeys\",\"io.github.a13e300.ksuwebui\",\"luna.safe.luna\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus\",\"com.obbedcode.mydevids\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.machiav3lli.backup\",\"me.hoshino.novpndetect\",\"com.godevelopers.OprekCek\",\"gr.nikolasspyr.integritycheck\",\"net.xnano.android.photoexifeditor.pro\",\"org.proxydroid\",\"io.liankong.riskdetector\",\"com.scottyab.rootbeer.sample\",\"com.byxiaorun.detector\",\"io.github.rabehx.securify\",\"pl.moniusoft.showmyip\",\"net.typeblog.socks\",\"com.henrikherzig.playintegritychecker\",\"com.scheler.superproxy\",\"org.swiftapps.swiftbackup\",\"com.lonelycatgames.Xplore\",\"com.defragd3m0n.uniqueizationofphone\",\"eu.faircode.xlua\",\"id.my.pjm.qbcd_okr_dvii\",\"dz.orzzsttlunbkj\",\"com.jhc.detach\",\"com.telegram.a1064\",\"com.defragd3m0n.cashappsoftresetids\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.distribute.socket\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"in.swiggy.android.instamart\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chunqiunativecheck\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chunqiudetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.eltavine.duckdetector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"vygrrm.vxqxph.rftzrh\"],\"extraOppositeAppList\":[]},\"com.mantle.verify\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.snapchat.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.ss.android.ugc.trill\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"net.gsm.driver.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"ag.jup.jupiter.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.byxiaorun.detector\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.logistics.rider.hungerstation\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"net.jahez.fleets\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.anycheck.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.msf.bfsltrade\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.aubank.aupay.bhimupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.lcode.csbupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.lcode.dlbupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.jandk.upi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.mgs.pnbupi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.bigbasket.mobileapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.block.juggle\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.grofers.customerapp.lit\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.romreviewer.bombitup\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.bubbleshooter.popbubbles.collectcards\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.king.candycrushsaga\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.indiaBulls\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.subscriptions.red\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.gyftr\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.excean.parallelspace\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"ai.perplexity.app.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"in.sarvatra.zilasahkaribanktehri.mobilebanking\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.vitastudio.mahjong\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.zeptoconsumerapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.application.zomato\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"dev.sdex.idv2\",\"com.studio.duckdetector\",\"org.frknkrc44.hma_oss\",\"xzr.hkf\",\"com.zhenxi.hunter\",\"bin.mt.plus.canary\",\"gr.nikolasspyr.integritycheck\",\"wputfi.fssouk.uvksus\",\"com.XinoShell.m0dule\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"co.tide.tideplatform.eu\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.chase.intl\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"eu.mobile.mypos\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.rbs.mobile.android.natwest\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.rbs.mobile.android.rbs\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.tapngo.tap\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"uk.co.tsb.newmobilebank\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.anna.money.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.cot.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.afterpaymobile.uk\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.countingup.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.imaginecurve.curve.prd\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.etoro.openbook\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.myklarnamobile\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.kraken.pay.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.bsocial\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.checkfer.lopaymerchant\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"uk.co.mettle.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"uk.co.metrobankonline.mobile.android.production\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.moneybookers.skrillpayments.neteller\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.pockit.mobile.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.remitly.androidapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.revolut.revolutx\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.kaching.merchant\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.terminalpay\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.teya.ac\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.zhiliaoapp.musically\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.virginmoney.uk.mobile.android\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.vivawallet.business\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"co.uk.mycashplus.maapp\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\"],\"extraOppositeAppList\":[]},\"com.sbi.upi\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.kubi.kucoin\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"in.amazon.mShop.android.shopping\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.google.android.apps.chromecast.app\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.anydesk.adcontrol.ad1\",\"com.anydesk.anydeskandroid\",\"com.brave.browser\",\"com.pyshivam.geergit\",\"com.android1500.gpssetter\",\"bin.mt.plus.canary\",\"hhavvf.nzryij.jvpqqg\",\"net.typeblog.socks\",\"org.telegram.messenger.web\",\"org.frknkrc44.hma_oss\",\"com.google.android.apps.maps\",\"com.android.chrome\",\"com.google.android.googlequicksearchbox\"],\"extraOppositeAppList\":[]},\"com.agoda.mobile.consumer\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.thend.integritychecker\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"ee.mtakso.client\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.bsc.mobiletrading\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[\"com.cloudflare.onedotonedotonedotone\",\"com.modaov.unlock60fps\",\"com.anydesk.adcontrol.ad1\",\"com.anycheck.app\",\"com.anydesk.anydeskandroid\",\"com.apkpure.aegon\",\"com.tsng.applistdetector\",\"cm.aptoide.pt\",\"com.aurora.store\",\"com.awesun.remote\",\"in.pyshivam.clearappdata\",\"com.chunqiunativecheck\",\"com.coinex.trade.play\",\"com.cpuid.cpu_z\",\"com.coderstory.toolkit\",\"com.coccoc.trinhduyet\",\"com.detect.rooted.apps\",\"flar2.devcheck\",\"tw.reh.deviceid\",\"ru.andr7e.deviceinfohw\",\"com.rem01gaming.disclosure\",\"com.eltavine.duckdetector\",\"com.studio.duckdetector\",\"io.github.lsposed.disableflagsecure\",\"com.microsoft.emmx\",\"com.fantasytat.det\",\"at.austriao.fake_gps_detector_app\",\"com.facebook.katana\",\"org.mozilla.firefox\",\"com.fkjc.zcro\",\"me.yuki.folk\",\"me.neko.fckvip\",\"io.github.a13e300.fusefixer\",\"wu.futiletest\",\"com.kikyps.crackme\",\"com.pyshivam.geergit\",\"com.pyshivam.gplaylicense\",\"com.google.android.googlequicksearchbox\",\"me.garfieldhan.holmes\",\"org.frknkrc44.hma_oss\",\"com.zhenxi.hunter\",\"ru.tech.imageresizershrinker\",\"com.gsmcenter.imeiinfo\",\"com.yuuki.inject_detect\",\"com.rosan.installer.x.revived\",\"com.panpandada.ios26.free\",\"ag.jup.jupiter.android\",\"com.github.capntrips.kernelflasher\",\"io.github.vvb2060.keyattestation\",\"com.meowna.keybox\",\"kiwivpn.connectip.ipchanger.unblocksites\",\"com.juanma0511.rootdetector.debug\",\"kling.ai.video.chat\",\"io.ngankbakaa.lineage.detector\",\"ropl.momo.item\",\"com.luckyzyx.luckytool\",\"luna.safe.luna\",\"com.mantle\",\"com.mantle.cad\",\"com.mantle.verify\",\"io.metamask\",\"io.github.vvb2060.mahoshojo\",\"bin.mt.plus.canary\",\"bin.mt.plus\",\"com.reveny.nativecheck\",\"icu.nullptr.nativetest\",\"com.nordvpn.android\",\"com.okinc.okex.gp\",\"com.orca.position\",\"com.rcmiku.payload.dumper.compose\",\"app.phantom\",\"com.freevpnplanet\",\"gr.nikolasspyr.integritycheck\",\"com.kblack.demo_play_integrity_api\",\"io.github.mhmrdd.libxposed.ps.passit\",\"org.telegram.plus\",\"ch.protonvpn.android\",\"com.teamviewer.quicksupport.market\",\"qccknq.hdlfxy.elkfbb\",\"io.github.chsbuffer.revancedxposed\",\"paehnoo.qgba\",\"io.liankong.riskdetector\",\"rp.rkp\",\"at.persie0.root_detection_app\",\"dev.probe.roottest\",\"com.byxiaorun.detector\",\"com.carriez.flutter_hbb\",\"moe.shizuku.privileged.api\",\"com.henrikherzig.playintegritychecker\",\"com.src.module\",\"com.my.televip\",\"com.termux\",\"com.coloros.deeptesting\",\"com.wallet.crypto.trustapp\",\"com.UCMobile\",\"com.xver.app\",\"com.telegram.a1064\",\"com.secure.unblock.unlimited.proxy.vpnuk\",\"com.free.vpn.india.proxy.planet\",\"com.googlevibe.nicevibematchman\",\"id.my.pjm.qbcd_okr_dvii\",\"io.github.nkr00711.xviphook\",\"com.deniscerri.ytdl\",\"com.anatdx.yukisu\",\"ru.zdevs.zarchiver\",\"wu.Zygisk.Detector\",\"com.cq.detector\",\"com.android.shell\"],\"extraOppositeAppList\":[]},\"com.deliverynow\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]},\"com.logistics.rider.talabat\":{\"useWhitelist\":false,\"excludeSystemApps\":true,\"hideInstallationSource\":false,\"hideSystemInstallationSource\":false,\"excludeTargetInstallationSource\":false,\"invertActivityLaunchProtection\":false,\"excludeVoldIsolation\":false,\"restrictedZygotePermissions\":[],\"applyTemplates\":[\"HIDE MY CUSTOM APP\"],\"applyPresets\":[\"accessibility_apps\",\"custom_rom\",\"detector_apps\",\"root_apps\",\"shizuku_dhizuku\",\"sus_apps\",\"xposed\"],\"applySettingTemplates\":[],\"applySettingsPresets\":[\"accessibility\",\"dev_options\",\"input_method\"],\"extraAppList\":[],\"extraOppositeAppList\":[]}}}"
  },
  {
    "path": "doc/README_ja-JP.md",
    "content": "# YuriKey\n![Artifacts](/doc/banner.webp)\n\n\n[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/yuriiroot)\n[![latest release](https://img.shields.io/github/v/release/Yurii0307/yurikey?label=Release&logo=github)](https://github.com/Yurii0307/yurikey/releases/latest)\n[![CI](https://github.com/Yurii0307/yurikey/actions/workflows/build.yml/badge.svg)](https://github.com/Yurii0307/yurikey/actions/workflows/build.yml)\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Yurii0307/yurikey/total)\n[![Crowdin](https://badges.crowdin.net/yurikey/localized.svg)](https://crowdin.com/project/yurikey)\n\nStrong Integrity の取得を簡単に実現する Systemless モジュール\n\n[Crowdin](https://crwd.in/yurikey/16ffbcb2d7926491c764b48a99bc06c52742324)\n\n[ダウンロード](https://github.com/Yurii0307/yurikey/releases/latest)\n\n[更新履歴](https://raw.githubusercontent.com/Yurii0307/yurikey/main/changelog.md)\n\nTelegram グループ/チャンネル:\n\nhttps://t.me/yuriiroot\n\nhttps://t.me/yurichattt\n\nhttps://t.me/yuriiarchives\n\nhttps://t.me/yurikernel\n\n## どうすれば Strong Integrity を取得できますか？\n- [Play Integrity Inject](https://github.com/KOWX712/PlayIntegrityFix/releases/latest) または [Play Integrity Fork](https://github.com/osm0sis/PlayIntegrityFork/releases/latest) をインストールしてください\n- [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest) をインストールしてください\n- [Yurikey Manager](https://github.com/Yurii0307/yurikey/releases/latest) を root マネージャーにインストールしてください (Magisk/Apatch/KernelSU/KernelSU のフォーク)\n- アクションボタンを押してください\n\n## ⚠️注意\n> [!NOTE]\n>\n> action.sh またはモジュールのインストール時にエラーが発生した場合は、以下のモジュールをインストールする必要があるかもしれません。\n>\n>\n> `\"ERROR: Tricky Store module not found!\"` が表示された場合:\n> [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest)\n> \n> `\"ERROR: Keybox updated failed!\"` が表示された場合:\n> [BusyBox](https://mmrl.dev/repository/grdoglgmr/busybox-ndk)\n\n## 貢献者\n[Yuri](https://github.com/Yurii0307)  \n[Tam](https://github.com/Tam97123)  \n[yourbestregard](https://github.com/yourbestregard)  \n[cvnertnc](https://github.com/cvnertnc)  \n[ZG089](https://github.com/ZG089)  \n[Munch](https://github.com/SudoNothing404)  \n[Wes](https://github.com/ihatenodejs)  \n[Khx](https://github.com/dpejoh)  \n\n"
  },
  {
    "path": "key",
    "content": "PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxBbmRyb2lkQXR0ZXN0YXRpb24+CjxOdW1iZXJPZktleWJveGVzPjE8L051bWJlck9mS2V5Ym94ZXM+CjxLZXlib3ggRGV2aWNlSUQ9Ill1cmlrZXk1MC4gSm9pbiBteSBncm91cDogdC5tZS95dXJpaXJvb3QiPgo8S2V5IGFsZ29yaXRobT0iZWNkc2EiPgo8UHJpdmF0ZUtleSBmb3JtYXQ9InBlbSI+Ci0tLS0tQkVHSU4gRUMgUFJJVkFURSBLRVktLS0tLQpNSGNDQVFFRUlEWWxjM0ViOUJHWklETWh5bmdwanJyQStoSEE3citMN0VkNFlIOFoxKzd5b0FvR0NDcUdTTTQ5CkF3RUhvVVFEUWdBRTI5RjFMWGdGRGoxWEZHUEt1L2ZSK1V4Y2Q3b0ZEb04zZzc3MGYwZXo3NUVta3NzdzRwaDkKdUx1ZkVnSS9SRTJ6RFdDTTdTeWtmaitJWEdRR3FpaUxjQT09Ci0tLS0tRU5EIEVDIFBSSVZBVEUgS0VZLS0tLS0KPC9Qcml2YXRlS2V5Pgo8Q2VydGlmaWNhdGVDaGFpbj4KPE51bWJlck9mQ2VydGlmaWNhdGVzPjM8L051bWJlck9mQ2VydGlmaWNhdGVzPgo8Q2VydGlmaWNhdGUgZm9ybWF0PSJwZW0iPgotLS0tLUJFR0lOIENFUlRJRklDQVRFLS0tLS0KTUlJQjlEQ0NBWG1nQXdJQkFnSVFSZ1ljQ2k0TVBvZ2t0Sk8xRnI5RVBEQUtCZ2dxaGtqT1BRUURBakE1TVF3dwpDZ1lEVlFRTURBTlVSVVV4S1RBbkJnTlZCQVVUSURkaU16VTBPV1ptWW1ReU9HVTBNMk5tTkRaaVptTmpaakJpCk1UVTNPRFF4TUI0WERUSTBNRGN4TWpJeE16YzBOVm9YRFRNME1EY3hNREl4TXpjME5Wb3dPVEVNTUFvR0ExVUUKREF3RFZFVkZNU2t3SndZRFZRUUZFeUF4TVdNMk5XUmpZMlkyTWpCak5URXhPV1JpTkdaak5tRmpabUkzWTJSaApPREJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSUFCTnZSZFMxNEJRNDlWeFJqeXJ2MzBmbE1YSGU2CkJRNkRkNE8rOUg5SHMrK1JKcExMTU9LWWZiaTdueElDUDBSTnN3MWdqTzBzcEg0L2lGeGtCcW9vaTNDall6QmgKTUIwR0ExVWREZ1FXQkJRUXFIbVpPYWV5b01LVWI0UTVZeVhTN0RZcGZUQWZCZ05WSFNNRUdEQVdnQlJGUTAvVApYbVU4Y2J5dkM5L1NURE5SVXY3RVFEQVBCZ05WSFJNQkFmOEVCVEFEQVFIL01BNEdBMVVkRHdFQi93UUVBd0lDCkJEQUtCZ2dxaGtqT1BRUURBZ05wQURCbUFqRUF3SWczcURsNEgzQmRZaGpYYUZZRy9nQnZiSmh4cTc0N1plZ1cKc1ZUbzJORWhTNHErcG1UVy9TaTlWaW54MUFOZkFqRUEwYS9OMERJdkNSOGJJcFNvYzFvUUgvS1hVSFVmNldEbApNeWErZ1pSWldXNE5HRjR4ZDgxYXFCdkFSMWtseXdGSQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCjwvQ2VydGlmaWNhdGU+CjxDZXJ0aWZpY2F0ZSBmb3JtYXQ9InBlbSI+Ci0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlEbERDQ0FYeWdBd0lCQWdJUkFPTFAvRmpzYUtqYjNuL1NlYUxmT0Q0d0RRWUpLb1pJaHZjTkFRRUxCUUF3Ckd6RVpNQmNHQTFVRUJSTVFaamt5TURBNVpUZzFNMkkyWWpBME5UQWVGdzB5TkRBM01USXlNVE0xTkROYUZ3MHoKTkRBM01UQXlNVE0xTkROYU1Ea3hEREFLQmdOVkJBd01BMVJGUlRFcE1DY0dBMVVFQlJNZ04ySXpOVFE1Wm1aaQpaREk0WlRRelkyWTBObUptWTJObU1HSXhOVGM0TkRFd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVIvCmVZNmsyR2RWYUVaNDQ1NlNYUlAyTjVNRGhremllOWxweWt3OG5WczRMZ3BnUExhbVZmZXFPQ1dVTVY1UjVwTy8KRWlqMXBVNmxEVFRkU0xSL1JBQ2pQYlNGS3NMN3hsUkhUc3RLQXp0eWd2bTJSNXZRcTRFeDVSY2xmQUhBb1R5agpZekJoTUIwR0ExVWREZ1FXQkJSRlEwL1RYbVU4Y2J5dkM5L1NURE5SVXY3RVFEQWZCZ05WSFNNRUdEQVdnQlEyClllRUFmSWdGQ1ZHTFJHeEgveHBNeWVwUEVqQVBCZ05WSFJNQkFmOEVCVEFEQVFIL01BNEdBMVVkRHdFQi93UUUKQXdJQ0JEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FnRUFST3F5YW15TExXbmdUUGdHZHd4QzZBc0V0WFk3OW9iSgp0bGhrbmZCVVd1NXJoM1FxTXdZa1dqaFRsWGk1MmR3ZXprTExybnV6TUZIaDVScnlGK1JadnliSjFHUmY5NU4yCkdSdnZkVzF4Y0pPS2NVS1RoSDhRWGEvcWh2bGh0MGZpZmZ6YXlLaHA3cFliM05JS0Z4LzFseEdFVmZzSUYrRjYKMjlUMmVmSlBObnBVclpmS0RySTlCZ2U0WHMwbGxSWTFqeVlOTDlIOVI0OFpkRyt5NXY4YVVaaDVwbkZCbkxYYgpUUjZaMWlnRFhFYVFnckJxQjNIVGlmMVJQLzFEWXlFL1JJblFPRTBXSHVqbEx1Um9nenk4Wi9tdG9MU3hTZkdwCmViTlp3Vm03ZmVGT0thbTRmdm1RbXUvZS9uT3V4WVRiMlUrRG1heUM5V2YrRmNNVUZDVm91bXhjVFp3cU9HQkoKUlVsd1JCNnUwSnJ4SVRINjNaWUF1Lzl4Tm5NVDgrSk4zNFJRVkVBR2l6c25hY09EcVU0MUtqWldPQ3dEbVUraApjSlRzclZuRjFhaEcxUjZ3R2JRUHZYVG1heDVxRWxUS3AwWThKWTBGV2RuU25taUtxZ2p1TWczdjlOZmttVEs4CkZIOEcvZnIzTHh1SEtDTVhaVDZnODNWMDN2dnhRNERSaXVUbmo1aWR2Uml2bVk5MlZuK05BTDBiZ3ZyRDdERmcKdHRZaVNqbGE2NkF4eWpwRnJOZmxOUkZQaDc3UmxnNlZtTnZTeEJub2VDaGFoTmxjUmZyaXRRVk9NYUZHRHExcwppU2FJQng2ZjN2VEpXaHNCcVRnVzNCczhqV1g3a3dlVGFEak1wWHgzTUYybXRyK3Q4UXhJSzNFZ3Z1bkJETW1PCkgvUzJtbDVHbGU4PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tPC9DZXJ0aWZpY2F0ZT4KPENlcnRpZmljYXRlIGZvcm1hdD0icGVtIj4KLS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZIRENDQXdTZ0F3SUJBZ0lKQVBIQmNxYVo2dlVkTUEwR0NTcUdTSWIzRFFFQkN3VUFNQnN4R1RBWEJnTlYKQkFVVEVHWTVNakF3T1dVNE5UTmlObUl3TkRVd0hoY05Nakl3TXpJd01UZ3dOelE0V2hjTk5ESXdNekUxTVRndwpOelE0V2pBYk1Sa3dGd1lEVlFRRkV4Qm1PVEl3TURsbE9EVXpZalppTURRMU1JSUNJakFOQmdrcWhraUc5dzBCCkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXI3YkhnaXV4cHdIc0s3UXVpOHhVRm1Pcjc1Z3ZNc2QvZFRFRERKZFMKU3h0ZjZBbjd4eXFwUlI5MFBMMmFieE0xZEVxbFhuZjJ0cXcxTmU0WHdsNWpsUmZkbkpMbU4wcFR5LzRsajQvNwp0djBTazNpaUtreXBuRVV0UjZXZk1nSDBRWmZLSE0xK2RpK3k5VEZSdHY2eS8vMHJiK1QrVzhhOW5zTkwvZ2dqCm5hcjg2NDYxcU8wck9zMmNYanAza09HMUZFSjVNVm1GbUJHdG5yS3BhNzNYcFh5VHFSeEIvTTBuMW4vVzluR3EKQzRGU1lhMDRUNk41UklaR0JOMnoyTVQ1SUtHYkZsYkM4VXJXMER4VzdBWUltUVFjSHRHbC9tMDBRTFZXdXRIUQpvVkpZbkZQbFhUY0hZdkFTTHUrUmhoc2JEbXhNZ0pKMG1jRHB2c0M0UGp2QitUeHl3RWxnUzcwdkUwWG1MRCtPCkp0dnNCc2xIWnZQQktDT2RUME1TK3RnU09JZmdhK3oxWjFnNytEVmFnZjdxdXZtYWc4amZQaW95S3Z4bksvRWcKc1RVVmkyZ2h6cTh3bTI3dWQvbUlNN0FZMnFFT1JSOEdvM1RWQjRIeldRZ3BacnQzaTVNSWxDYVk1MDRMelNSaQppZ0hDekFQbEh3cytXMHJCNU4rZXI1LzJwSktuZkJTRGlDaUZBVnRDTE9aN2dMaU1tMGpoTzJCNnRVWEhJLytNClJQankwMmk1OWxJTk1SUmV2NTZHS3RjZDlxTy8wa1VKV2RaVGRBMlhvUzgyaXhQdlp0WFFwVXB1TDEyYWIrOUUKYURLOFo0UkhKWVlmQ1QzUTV2TkFYYWlXUSs4UFRXbTJRZ0JSL2Jrd1NXYytOcFVGZ05QTjlQdlFpOFdFZzVVbQpBR01DQXdFQUFhTmpNR0V3SFFZRFZSME9CQllFRkRaaDRRQjhpQVVKVVl0RWJFZi9Ha3pKNms4U01COEdBMVVkCkl3UVlNQmFBRkRaaDRRQjhpQVVKVVl0RWJFZi9Ha3pKNms4U01BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0RnWUQKVlIwUEFRSC9CQVFEQWdJRU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjhjTXFUbGxIYzhVK3FDck9sZzNINwoxNzRsbWFDc2JvL2JKMEMxN0pFZ01MYjRrdnJxc1haczAxVTNtQi9xQUJnLzF0NVBkNUFPUkhBUnMxaGhxR0lDClcvbktNYXY1NzRmOXJaTjRQQzJabHVmR1hiN3NJZEpwR2lPOWN0UmhpTHVZdWx5MTBKY2NVWkdFSHBIU1lNMkcKdGtnWWJaYmE2bHNDUFlBQVA4M2N5RFYrMWFPa1RmMVJDcC9sTTBQS3ZteFlOMTBSWXNLNjMxanJsZUdkY2RreApvU0svL21TUWJnY1dubUFFWnJ6SG9GMS8wZ3NvMUhaZ0luMFlMelZoTFNBL2lYQ1g0UVQyaDNKNXozem5sdUtHCjFudjhOUWR4ZWkyRElJaEFTV2Z1ODA0Q0E5NmNRS1RUbGFhZTJmd2VxWGpkTjEvdjJucU9obmdOeXoxMzYxbUYKbXI0WG1hS0gvSXRUd09lNzJOSTlaY3dTMWxWYUN2c0lrVERDRVhkbTlyQ05QQVkxMGlUdW5JSEZYUmgrN0tQegpsSEdld0NxLzhUT29oQlJuMC9OTmZoN3VSc2xPU1oveEtiTjl0TUJ0dzM3WjhkMnZ2blhxL1lXZHNtMStKTFZ3Cm42eVlEL3lhY05KQmx3cGRkbGE4ZWFWTWpzRjZuQm5JZ1FPZjl6S1NlMDZuU1Rxdmd3VUhvc2dPRUNaSloxRXUKemJINHlzd2J0MDJ0S3RLRUZoeCt2K09UZ2UvMDZWK2pHc3FUV0xzZnJPQ05MdUE4SCsreitwVUVObXBxbm5Ibwp2YUk0N2dDK1ROcGtnWUdra0JUNkIvbS9VMDFCdU9CQlR6aElsTUVacTlxa0RXdU0yY0E1a1c1VjNGSlVjZkhuCncxSWRZSWcyV3hnN3lIY1FaZW1GUWc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCjwvQ2VydGlmaWNhdGU+CjwvQ2VydGlmaWNhdGVDaGFpbj4KPC9LZXk+CjxLZXkgYWxnb3JpdGhtPSJyc2EiPgo8UHJpdmF0ZUtleSBmb3JtYXQ9InBlbSI+Ci0tLS0tQkVHSU4gUlNBIFBSSVZBVEUgS0VZLS0tLS0KTUlJRzR3SUJBQUtDQVlFQXJrY2dPZG0xVGNpY1FMYWN6VGFzb2dLSFN3akQ0amYxWDQ3aTFOeW5aMFdjUmZTcwpOWTdySFFubmZkUFFFS1N5akhrUGRBK2JNekl3L2VyUy9nTXFaNmF5VGhjUzRFS1IwT2d4NlFHZTNFWmZlY2JkCkdUM21WZEx0WlI3b3UzNm9tYjJZN3JvNmU1QWg4WGdTR09nRmdFNy9tOXRCWEpROFpmU2VWaHVXbjN6SGR1bloKMHdyNFdDRnF2ZnZmMUJ3RVlGQ3lqT3g4UzFjWFcxbDlaRlpVY2JQdXpiNWF3dWtrTUdWc3ZXVWU2dlpjak84Twp2K01NN3VPZjUxSG9jbHRjVWk1OXN4U0FuVGl6WGREVkVxTFZRRFd2bjNudjJkczl2VVZwNlVyQ0V0eWVTWWN4ClphMWx6R0luejdoQjkxVkZEVGIrdHlYTDh2eTNCUzkzL1FMQVNLU3NXVUZ1OENZMDcraStYdHNmKzFrSlRBZ0sKTjBEelNsUVh5WE9TWUpNV3ZSbHJKK0h0eFhWM1dVd1M5S0VhQmVicDUxdFRVL2NCN0p5eVJKaUxaMkxxVnVWcQpYclduTGxVL042YVBzRmtzK3ZvTjVHYnRpOGFiQWV0VXZUVi9sUTJsdm9ITmVvd3JocWJIL3FYZ05wd3BiUGI5Ci9IMi9rdE5IeDU3NEZLdVpBZ01CQUFFQ2dnR0FUQ2IrT09rZHBTQjh6blk5TEJxdzhwWUNRbEpSTGQ5ZjArS2UKMFg2ZGs2M0NMSHRPYUpUTHZjT2ZLTWRPU29kOUVZNndwdmxPeXQ4cXN6bFIrdmF0SjkrYVdDOFM2M1dMTytySwpMRk90OC9pNExZRXRDYU9YcTNiZ2p1Z2pzQklYWUI2TjNmcjRKUmdGRFB0M2hQU1Z1c3hLT3ZOaXF5NkcrZEliCkFldEtOT1NVVUN5OUpzL0xWczg3VWtybU1rd1B5WHBabXVTWEoyQ2w3eCs2Z0FhTkhhWVBPazNzWVBENUJFQzkKZEVEa2NxMDJJY3N2K2I4ZjNwOE9OMGorTmtJZTZ5Z0FPckJhNFB6aDBuTFUxUFFpR0xFZUdzR2FpOWVCQlV6TQpNVWkvMFA2dTZnbGtFUFdwOUMvNzVQWjZPcG9aMHpMdFNvOXFKZFJvUGdBOVRCdEhIQWtnK1oyRHNNMEdPN1NoCmttdGgzKzE4d1B2MVR6RzNyVmF6b2ltTitxSXltRUtpbHl2UFJHYlZUbnF0YzBSNFpQUjhnMDROUSthRmROQkYKaFhEeG9tWFhEQVRuTE9JY081VDFXVCsveXFMRndTb3VUTzNWWktLODNoNnozUW9DUzRLMnlFSU43NVQ2b01HSQpPZDl6TnJ6R1NYSjd3N1lKS2xXVzh3MUpERHZSQW9IQkFPS3YwK1drelJlY2RZT1I4TUUxODU5OHppTEg2MWFoClFwODV2Uk53aGZVQzgwSG9mUkpGcmJnYXNObGFnZ0JQVHZPN241aWdxYkcwYUtlTG15SXFlc1NtVU1UUlBxbUUKSGh3OU5HMWVySE9LL0g3WXQ1dkVocWFNVTRQVmhsN3o1ZC94T2VucGJEd3Z2Qjc4NzczOFBUMk5xaU5BVzI1NApNQ3hGNm00NkxUMTR5NkRRL3FMKzBlWHl0TnJLY1dOcWg5dFg3RXNsRGNLTzdPaldpVEdnL3dUcVExZnVnd25qCmxNWnRLV1JtT3FDaTNwVlhLUGhaY1o4WHZCMGUrdkllQlFLQndRREUwRjNoMlZEeGN3OGh2eXZEckJlTlp1enAKc25ZKzVJTUNHamNjVGhrOHJaYWJCVFpvK0RlMzcxSVdaSjlqaE5PZ1R6Y09tZmx2WlhLOHBRV3RxeUFPYmFVdwptUU13OTJYNnZLRHZhWjlDZWRmSlFRbkNGaVBUd1ZKU1VaWVRNZjQzdGtCREczdDI1RlJRU3AxanpwWUYxZUVTCmEwc2ZuT1hEaXJCdnRsNFA5WDcyeEMya09rVHkxMThIL016K0VtMGdrRWlzRXVCYzVZZlk0YmNNbjJmSE5KS0gKOXozTmltRm5CRHVzc1pScm5CU0Qyc0FXVExpVU5SeHZhclA0TjRVQ2djRUF0b2ZFQlA3OWtneU81MkdGVGQ2RwpqQjZ2MFh2UE9STmlsTm1tTU5nRFZYV0pzTUZtckdiazZnQzc5RmlYbzI0NDhiTmJZRWZHUEd3N2RPWEtCZW5VCnJ6SUlpV0svcFRuWUVQOExqeUdUbFBvT05JbUcxdXVaVE5Samp4MUpOSDRKMUpmbC9UN1N3MmZnZjhkRnVHSTYKWWEwSG1aa0J4bU1Lenl1QkNEN2FITXgra3NDV3VXS2NXeDlpbDJZNWhVYkxuRWdnNGFVMWZqc2Q4cUtGR0N3KwpESlFobzlWUE9KQkRSTCt6ZTcrQlo4V2Rtdnp5NVg4SUtZV3dHSGJRdEZLTkFvSEFDNzAxN0ZPdS9VZlVuam10CjNaVDFMcXoxOHBaL2NRN21OWWprd3A1eDZPbWRzdzlqaUcxTnZYM2IwcFFiNGE2NWhMVlUzbDBXd0tzM1pjTWUKREpiSmFiTG1pSGlIOVRLOGRYRXMxRHJqa2U1OGpYZUFvbi81a1JiVjF5MGdtM0orN0VuRm1Yc1pLU1ZEVmlxdApLcGZXNFBBNTVZUmF6YjdwQVhuVFBrYU5ZN3hMMzJJaUtzcUM5RTBlVVBhbUwzMWYzdkpjTTA5STdLR1FNY0o4CnpaYndkTFJSRFNVVkhaNWtZdVdndlpNMS9Ca3FMQmN2SCtWaG1RMTE3YnRha3JLVkFvSEFXL3k1T2czU3N5NGQKQkJWTGl2WkJjMExtVTFBZ1Z6UmZZZHpPUkZCcTZiMkxlUElLRmxBMEVOUkdjUFBmaHpKaUNEcXlIV1NXRHdPNQpDejV0ajFXQ3BldkhtcGd1TldIeHJ2a0puaUYrSFhidnNoKy9TNTNHM0lrY0wxaFhVQ3pjZC8xZElzYWM4TTFuCkN2YVlxZTZlZjB5ejNiR2tpY2thcHlDZHVvODVSaFo3NmZJU2lhUDdmR2hIMHdlQ3Zaa3p6M3pIWHBlNlZyZ0kKS3BubUtnZ2F3OFd0VThCSUtPMUlwRjFPbU44VDlqOHQ2NXhFRWY0YjNSZ05GcWdreFdpdQotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo8L1ByaXZhdGVLZXk+CjxDZXJ0aWZpY2F0ZUNoYWluPgo8TnVtYmVyT2ZDZXJ0aWZpY2F0ZXM+MzwvTnVtYmVyT2ZDZXJ0aWZpY2F0ZXM+CjxDZXJ0aWZpY2F0ZSBmb3JtYXQ9InBlbSI+Ci0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlFM3pDQ0FzZWdBd0lCQWdJUVRSTDdHU1FZN3VXcFI4RFhDckFHMXpBTkJna3Foa2lHOXcwQkFRc0ZBREE1Ck1Rd3dDZ1lEVlFRTURBTlVSVVV4S1RBbkJnTlZCQVVUSURkaU16VTBPV1ptWW1ReU9HVTBNMk5tTkRaaVptTmoKWmpCaU1UVTNPRFF4TUI0WERUSTBNRGN4TWpJeE16ZzBPRm9YRFRNME1EY3hNREl4TXpnME9Gb3dPVEVNTUFvRwpBMVVFREF3RFZFVkZNU2t3SndZRFZRUUZFeUF3WmpBek1Ua3lNek14WVdJMU5XVmhPREkxTlRBd1lURm1abVF3Ck1ESTNaRENDQWFJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dHUEFEQ0NBWW9DZ2dHQkFLNUhJRG5adFUzSW5FQzIKbk0wMnJLSUNoMHNJdytJMzlWK080dFRjcDJkRm5FWDByRFdPNngwSjUzM1QwQkNrc294NUQzUVBtek15TVAzcQowdjRES21lbXNrNFhFdUJDa2REb01la0JudHhHWDNuRzNSazk1bFhTN1dVZTZMdCtxSm05bU82Nk9udVFJZkY0CkVoam9CWUJPLzV2YlFWeVVQR1gwbmxZYmxwOTh4M2JwMmRNSytGZ2hhcjM3MzlRY0JHQlFzb3pzZkV0WEYxdFoKZldSV1ZIR3o3czIrV3NMcEpEQmxiTDFsSHVyMlhJenZEci9qRE83am4rZFI2SEpiWEZJdWZiTVVnSjA0czEzUQoxUktpMVVBMXI1OTU3OW5iUGIxRmFlbEt3aExjbmttSE1XV3RaY3hpSjgrNFFmZFZSUTAyL3JjbHkvTDh0d1V2CmQvMEN3RWlrckZsQmJ2QW1OTy9vdmw3YkgvdFpDVXdJQ2pkQTgwcFVGOGx6a21DVEZyMFpheWZoN2NWMWQxbE0KRXZTaEdnWG02ZWRiVTFQM0FleWNza1NZaTJkaTZsYmxhbDYxcHk1VlB6ZW1qN0JaTFByNkRlUm03WXZHbXdIcgpWTDAxZjVVTnBiNkJ6WHFNSzRhbXgvNmw0RGFjS1d6Mi9meDl2NUxUUjhlZStCU3JtUUlEQVFBQm8yTXdZVEFkCkJnTlZIUTRFRmdRVUt0QVNrcnl2MzNpQjFKeGlSZWxkcTBzaS9Od3dId1lEVlIwakJCZ3dGb0FVL2NtNENocUoKTytqVlk3UWpXTVFzWFF2Wm4vUXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QU9CZ05WSFE4QkFmOEVCQU1DQWdRdwpEUVlKS29aSWh2Y05BUUVMQlFBRGdnSUJBSWgzZEhYdnFmZVJiNS9TY2xzL3RyNjhXZ1JaaWlPQlBHYUlQL3ZyCm1YVWxDcDYvR3VwWU93MXhWdmlOSE9pNDJUTE1HaDROdHg4SCtHcWF3Vjhtd2lJQkNXSmZsWnlway9tSWtXR1QKWmxGOVM5NGRNUjBMZzVOb2hjTk5SVlQzZVAvNjYzOTZMS1JxTElUNTJYNDlTc1lwWHY3N21RcUY3eHV3QVcweAo1NG15cHY4VS8zSVpRVk9FY3UwS3NiV3N3alZxR3lTNkJMZFlDL1YzZWQ3K0RlYVp4aE90eTZWQTQ0SnRMUm1tCnk1dWxOSTlEdXpDRitYSkV1R01XK3N0WU91aXBub3lHRkY3b1dpRFdubnkxN1A5R0NZd1JzNU9GM2lGMmhWL08KNTJad2pNajYrNWthQSsxZGxvZDBqZjhpdERaVHFMRllqeTc4b2lCTzhaaGl6dEFjWWVjYXk0VUMyRXc2cWpaRAphcXJqKzkrMnVGWjVEUytoeDE4WTFwZTZaUW5hNDlObTZJckJxNWsrbmZ4Q0I1bzZWRk9jVDQwMENxWWNnZ1dHClNpck1LWSsxeUJkd2NUaWxVTGoyd2lCbi9UQkw2dFlFWW9NaVlMWXZDejlyUzhkQThZK1lEL1JJbkE1endXeUYKcmxtZFNsb1Q3UEFSYkVDUFoyKzk2cUJsUE5oZEVVTmFZRzljQ2JROEpOMHJUY1Z5cVR0ekdHK29WYVhxV1p5dApobi9MTXBTRllNc3hHaG1Dem05UU5iSW5aMHoxWG1CRmZNRC9hbDJLZWRmRXNtUW1NWTZxNVhNWFJ3KzBGOTJKCk91aS9aWC9pa3BiTStEYnBvbThBS3Fjcy9oTzREbTZIUFozM1dXeXJET05EeWM4Yy9CQ2FHckhnbEk3MktFaUMKbjkyTgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCjwvQ2VydGlmaWNhdGU+CjxDZXJ0aWZpY2F0ZSBmb3JtYXQ9InBlbSI+Ci0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlGUVRDQ0F5bWdBd0lCQWdJUVUzTVdleHJ2NHNxOFJWLzB0ZmE4NFRBTkJna3Foa2lHOXcwQkFRc0ZBREFiCk1Sa3dGd1lEVlFRRkV4Qm1PVEl3TURsbE9EVXpZalppTURRMU1CNFhEVEkwTURjeE1qSXhNelV5TmxvWERUTTAKTURjeE1ESXhNelV5Tmxvd09URU1NQW9HQTFVRURBd0RWRVZGTVNrd0p3WURWUVFGRXlBM1lqTTFORGxtWm1KawpNamhsTkROalpqUTJZbVpqWTJZd1lqRTFOemcwTVRDQ0FpSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnSVBBRENDCkFnb0NnZ0lCQU9EUjEzMVdScjl4ZWszUXAydzV2WDRBOW5NdjdJRi9jUzlrOW9GMU9jc2JUY1IxckQ3dHIwZEUKZkZ5dk9GUjhpaHZ4OUxEUjVXa2NqREo4WlhZS1E2OUJYNm56NE4xZ0EwQ3RBN2wwblR0SldVS3ZuMmM2YjV2aAoxYkMxdStROElyUU9abG1kdmo3NFFGZ2ZIKzBHSjNhMnpidG92Snpzb2EybnhqM1hQeFdZUFNaY1ZiRzhBN0pvCmgxTTgxamFPSlo5T2NoQ2p2aEZsS0hPTVoxbXdUSHFYSWhybi9rdll4NGxlMUg1eng5bzZSbFN6enVrYVhhb0YKMWtTRlR1bWpMWTZOQkR6L0tMdnYrczNXTmpWVU1DMjVEQStJZEtCSFdLbFliN1M4Vk0wYmNzTlFaV3BiaFBDNQpiQStmSjFXK0VKS0loOU12TWZIbGxLaDgrUmZSbDM4VllBcWVSYUJZQ3pYemVYaTVNTjNReDhKRzdaaENWckM1ClM1TmNvSWU0NExjZmEyNy9yL0tOVGxPUE4wTDM4Sm94bDFMOTJFeUwyVURxM3RyQnBtUDNIUmFtNDdmYkdOeGEKdGtJcDZVdEdpK0ZTcVo2d09sRzdYNzF3TXFhMzNZQVhOTjFPbHhON01oTEgxRjd6L0ZLNEZTSS9UMG1LUDF6dgpWOFZnOU9od1BzSEhra2QxS2Q5c2ZPdVJmNUp1NnlWQzEvL3pXQ0szeVl5cVkrUVd6ZDluZy9LQWlMbUxEbzdrCnF1Z2lmM1RuS1lyNHdRNHJua0VURGEwVVZKeXNwWFlHRCtIa3VjYm10TG5wK1djejBsL3d0Q1IyRWFjU2E1aUIKNHllNFhpMXJ3aml6bWxUczVuQ09SSWZic0NKblFMOFJlTDV5ZnJJdU5qZ1NDMGh4M3BlRkFnTUJBQUdqWXpCaApNQjBHQTFVZERnUVdCQlQ5eWJnS0dvazc2TlZqdENOWXhDeGRDOW1mOURBZkJnTlZIU01FR0RBV2dCUTJZZUVBCmZJZ0ZDVkdMUkd4SC94cE15ZXBQRWpBUEJnTlZIUk1CQWY4RUJUQURBUUgvTUE0R0ExVWREd0VCL3dRRUF3SUMKQkRBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQWdFQU84SFdSNWR1d0xWYS9CZk1DOXUxRzR2MnhYRXo3K3BVKzZKRQo0ejVjc1g5aWxxS3FpS2pmZTh3WmRBMndjYmhQbkduWmFIUllQK2lJclZuaVdJdHFqY21DWG91SUNtb2VReVJjCkRtWXppVEdLOC9Va2hnbzU3YzNDQ2RjREZWNGRqZThLQi9VVWNVUDNvRnJISVJBU2lXOUFTOFlnTGdFZmtuaGQKUFdIZG9tKzF6UGlBVW5oL1JyNDFFYjYvTERCTGlHNUc2cndacG1jeDRaRGZqYU9lT1I5dDNhalNpQjl2UGpXYwpKSmllTGNFNGxtcUh3T1kzbUhBOUZ3MHhHRUV3N21MaHZidVV5b24vaEdMRmJEWGZ1V2VUNHA2VXI0QmV6SE56CnI3aDI3QUQ4M29Pc2ttbWZyTFRwWXNUQU5NajFWa0plakk5eFUydlplaHBSMW5UdTJnK2VtK1hPNmVYbnpoV24KVFF4VzJXRTNwT1d4d09MVSs0a3NocVNnWnVsRjFEdERiMGpRNDhCVHV4amhTb0MyUU1ud2I0RW10ejdSWlhaMwpuMjFOaGl5Q3lHVkk2YzNBVlN6NVptWUtURmEvSTBheDcweTROVFYvbG1JUWxlYTlPLzcvZzRuNUY3MVlBZnJlCnNhSTZHT1kwRFVjMG0xNU03WWdRYURpQ3owU0tscUxMWkpSanlVdnRWYjFVVkRORWtZY05ZVkRXVVlWUDdKNVYKMjAyY0ZFS0dJak4xRnA4MFZNN1NXMUtsdHlKQkM1TTlZcWxSbjlrSDBDOWJxVUhyY3pZLzJHbWpKcVBjUkdVSgoxUHNQV0ZDaDIzUjJ3RFVUT2tCQ2pTT1FFeGc5K0JTQlgvUHpFa0dlUzk5NnJTRE5uYk83TmpzZzh6cWI1andYCmd6NmNwUTQ9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0KPC9DZXJ0aWZpY2F0ZT4KPENlcnRpZmljYXRlIGZvcm1hdD0icGVtIj4KLS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZIRENDQXdTZ0F3SUJBZ0lKQVBIQmNxYVo2dlVkTUEwR0NTcUdTSWIzRFFFQkN3VUFNQnN4R1RBWEJnTlYKQkFVVEVHWTVNakF3T1dVNE5UTmlObUl3TkRVd0hoY05Nakl3TXpJd01UZ3dOelE0V2hjTk5ESXdNekUxTVRndwpOelE0V2pBYk1Sa3dGd1lEVlFRRkV4Qm1PVEl3TURsbE9EVXpZalppTURRMU1JSUNJakFOQmdrcWhraUc5dzBCCkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXI3YkhnaXV4cHdIc0s3UXVpOHhVRm1Pcjc1Z3ZNc2QvZFRFRERKZFMKU3h0ZjZBbjd4eXFwUlI5MFBMMmFieE0xZEVxbFhuZjJ0cXcxTmU0WHdsNWpsUmZkbkpMbU4wcFR5LzRsajQvNwp0djBTazNpaUtreXBuRVV0UjZXZk1nSDBRWmZLSE0xK2RpK3k5VEZSdHY2eS8vMHJiK1QrVzhhOW5zTkwvZ2dqCm5hcjg2NDYxcU8wck9zMmNYanAza09HMUZFSjVNVm1GbUJHdG5yS3BhNzNYcFh5VHFSeEIvTTBuMW4vVzluR3EKQzRGU1lhMDRUNk41UklaR0JOMnoyTVQ1SUtHYkZsYkM4VXJXMER4VzdBWUltUVFjSHRHbC9tMDBRTFZXdXRIUQpvVkpZbkZQbFhUY0hZdkFTTHUrUmhoc2JEbXhNZ0pKMG1jRHB2c0M0UGp2QitUeHl3RWxnUzcwdkUwWG1MRCtPCkp0dnNCc2xIWnZQQktDT2RUME1TK3RnU09JZmdhK3oxWjFnNytEVmFnZjdxdXZtYWc4amZQaW95S3Z4bksvRWcKc1RVVmkyZ2h6cTh3bTI3dWQvbUlNN0FZMnFFT1JSOEdvM1RWQjRIeldRZ3BacnQzaTVNSWxDYVk1MDRMelNSaQppZ0hDekFQbEh3cytXMHJCNU4rZXI1LzJwSktuZkJTRGlDaUZBVnRDTE9aN2dMaU1tMGpoTzJCNnRVWEhJLytNClJQankwMmk1OWxJTk1SUmV2NTZHS3RjZDlxTy8wa1VKV2RaVGRBMlhvUzgyaXhQdlp0WFFwVXB1TDEyYWIrOUUKYURLOFo0UkhKWVlmQ1QzUTV2TkFYYWlXUSs4UFRXbTJRZ0JSL2Jrd1NXYytOcFVGZ05QTjlQdlFpOFdFZzVVbQpBR01DQXdFQUFhTmpNR0V3SFFZRFZSME9CQllFRkRaaDRRQjhpQVVKVVl0RWJFZi9Ha3pKNms4U01COEdBMVVkCkl3UVlNQmFBRkRaaDRRQjhpQVVKVVl0RWJFZi9Ha3pKNms4U01BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0RnWUQKVlIwUEFRSC9CQVFEQWdJRU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQjhjTXFUbGxIYzhVK3FDck9sZzNINwoxNzRsbWFDc2JvL2JKMEMxN0pFZ01MYjRrdnJxc1haczAxVTNtQi9xQUJnLzF0NVBkNUFPUkhBUnMxaGhxR0lDClcvbktNYXY1NzRmOXJaTjRQQzJabHVmR1hiN3NJZEpwR2lPOWN0UmhpTHVZdWx5MTBKY2NVWkdFSHBIU1lNMkcKdGtnWWJaYmE2bHNDUFlBQVA4M2N5RFYrMWFPa1RmMVJDcC9sTTBQS3ZteFlOMTBSWXNLNjMxanJsZUdkY2RreApvU0svL21TUWJnY1dubUFFWnJ6SG9GMS8wZ3NvMUhaZ0luMFlMelZoTFNBL2lYQ1g0UVQyaDNKNXozem5sdUtHCjFudjhOUWR4ZWkyRElJaEFTV2Z1ODA0Q0E5NmNRS1RUbGFhZTJmd2VxWGpkTjEvdjJucU9obmdOeXoxMzYxbUYKbXI0WG1hS0gvSXRUd09lNzJOSTlaY3dTMWxWYUN2c0lrVERDRVhkbTlyQ05QQVkxMGlUdW5JSEZYUmgrN0tQegpsSEdld0NxLzhUT29oQlJuMC9OTmZoN3VSc2xPU1oveEtiTjl0TUJ0dzM3WjhkMnZ2blhxL1lXZHNtMStKTFZ3Cm42eVlEL3lhY05KQmx3cGRkbGE4ZWFWTWpzRjZuQm5JZ1FPZjl6S1NlMDZuU1Rxdmd3VUhvc2dPRUNaSloxRXUKemJINHlzd2J0MDJ0S3RLRUZoeCt2K09UZ2UvMDZWK2pHc3FUV0xzZnJPQ05MdUE4SCsreitwVUVObXBxbm5Ibwp2YUk0N2dDK1ROcGtnWUdra0JUNkIvbS9VMDFCdU9CQlR6aElsTUVacTlxa0RXdU0yY0E1a1c1VjNGSlVjZkhuCncxSWRZSWcyV3hnN3lIY1FaZW1GUWc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCjwvQ2VydGlmaWNhdGU+CjwvQ2VydGlmaWNhdGVDaGFpbj4KPC9LZXk+CjwvS2V5Ym94Pgo8L0FuZHJvaWRBdHRlc3RhdGlvbj4=\n"
  },
  {
    "path": "update.json",
    "content": "{\n  \"version\": \"3.0.5\",\n  \"versionCode\": 305,\n  \"zipUrl\": \"https://github.com/Yurii0307/yurikey/releases/download/v3.0.5/Yurikey-v3.0.5.signed.zip\",\n  \"changelog\": \"https://raw.githubusercontent.com/Yurii0307/yurikey/main/changelog.md\"\n}\n"
  }
]