[
  {
    "path": ".github/workflows/build.yml",
    "content": "# SPDX-FileCopyrightText: 2020 microG Team\n# SPDX-License-Identifier: CC0-1.0\n\nname: Build\non: [pull_request, push]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n      - uses: actions/setup-java@v3\n        with:\n          distribution: adopt\n          java-version: 17\n          cache: gradle\n      - run: ./gradlew --no-daemon build\n        env:\n          TERM: dumb\n          JAVA_OPTS: -Xmx2048m\n"
  },
  {
    "path": ".github/workflows/reuse.yml",
    "content": "# SPDX-FileCopyrightText: 2020 microG Team\n# SPDX-License-Identifier: CC0-1.0\n\nname: REUSE Compliance Check\non: [pull_request, push]\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - uses: fsfe/reuse-action@v1\n"
  },
  {
    "path": ".gitignore",
    "content": "# SPDX-FileCopyrightText: 2014 microG Project Team\n# SPDX-License-Identifier: CC0-1.0\n\nbuild/\n.idea/\n.gradle/\nuser.gradle\nlocal.properties\n*.iml\n"
  },
  {
    "path": ".reuse/dep5",
    "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n\nFiles: fake-store/src/main/res/mipmap-*/*.png\nCopyright: 2023 microG Project Team\nLicense: CC-BY-SA-4.0\n"
  },
  {
    "path": "LICENSES/Apache-2.0.txt",
    "content": "Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,\nAND DISTRIBUTION\n\n   1. Definitions.\n\n      \n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution\nas defined by Sections 1 through 9 of this document.\n\n      \n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright\nowner that is granting the License.\n\n      \n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities\nthat control, are controlled by, or are under common control with that entity.\nFor the purposes of this definition, \"control\" means (i) the power, direct\nor indirect, to cause the direction or management of such entity, whether\nby contract or otherwise, or (ii) ownership of fifty percent (50%) or more\nof the outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions\ngranted by this License.\n\n      \n\n\"Source\" form shall mean the preferred form for making modifications, including\nbut not limited to software source code, documentation source, and configuration\nfiles.\n\n      \n\n\"Object\" form shall mean any form resulting from mechanical transformation\nor translation of a Source form, including but not limited to compiled object\ncode, generated documentation, and conversions to other media types.\n\n      \n\n\"Work\" shall mean the work of authorship, whether in Source or Object form,\nmade available under the License, as indicated by a copyright notice that\nis included in or attached to the work (an example is provided in the Appendix\nbelow).\n\n      \n\n\"Derivative Works\" shall mean any work, whether in Source or Object form,\nthat is based on (or derived from) the Work and for which the editorial revisions,\nannotations, elaborations, or other modifications represent, as a whole, an\noriginal work of authorship. For the purposes of this License, Derivative\nWorks shall not include works that remain separable from, or merely link (or\nbind by name) to the interfaces of, the Work and Derivative Works thereof.\n\n      \n\n\"Contribution\" shall mean any work of authorship, including the original version\nof the Work and any modifications or additions to that Work or Derivative\nWorks thereof, that is intentionally submitted to Licensor for inclusion in\nthe Work by the copyright owner or by an individual or Legal Entity authorized\nto submit on behalf of the copyright owner. For the purposes of this definition,\n\"submitted\" means any form of electronic, verbal, or written communication\nsent to the Licensor or its representatives, including but not limited to\ncommunication on electronic mailing lists, source code control systems, and\nissue tracking systems that are managed by, or on behalf of, the Licensor\nfor the purpose of discussing and improving the Work, but excluding communication\nthat is conspicuously marked or otherwise designated in writing by the copyright\nowner as \"Not a Contribution.\"\n\n      \n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf\nof whom a Contribution has been received by Licensor and subsequently incorporated\nwithin the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of this\nLicense, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,\nno-charge, royalty-free, irrevocable copyright license to reproduce, prepare\nDerivative Works of, publicly display, publicly perform, sublicense, and distribute\nthe Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License,\neach Contributor hereby grants to You a perpetual, worldwide, non-exclusive,\nno-charge, royalty-free, irrevocable (except as stated in this section) patent\nlicense to make, have made, use, offer to sell, sell, import, and otherwise\ntransfer the Work, where such license applies only to those patent claims\nlicensable by such Contributor that are necessarily infringed by their Contribution(s)\nalone or by combination of their Contribution(s) with the Work to which such\nContribution(s) was submitted. If You institute patent litigation against\nany entity (including a cross-claim or counterclaim in a lawsuit) alleging\nthat the Work or a Contribution incorporated within the Work constitutes direct\nor contributory patent infringement, then any patent licenses granted to You\nunder this License for that Work shall terminate as of the date such litigation\nis filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or\nDerivative Works thereof in any medium, with or without modifications, and\nin Source or Object form, provided that You meet the following conditions:\n\n(a) You must give any other recipients of the Work or Derivative Works a copy\nof this License; and\n\n(b) You must cause any modified files to carry prominent notices stating that\nYou changed the files; and\n\n(c) You must retain, in the Source form of any Derivative Works that You distribute,\nall copyright, patent, trademark, and attribution notices from the Source\nform of the Work, excluding those notices that do not pertain to any part\nof the Derivative Works; and\n\n(d) If the Work includes a \"NOTICE\" text file as part of its distribution,\nthen any Derivative Works that You distribute must include a readable copy\nof the attribution notices contained within such NOTICE file, excluding those\nnotices that do not pertain to any part of the Derivative Works, in at least\none of the following places: within a NOTICE text file distributed as part\nof the Derivative Works; within the Source form or documentation, if provided\nalong with the Derivative Works; or, within a display generated by the Derivative\nWorks, if and wherever such third-party notices normally appear. The contents\nof the NOTICE file are for informational purposes only and do not modify the\nLicense. You may add Your own attribution notices within Derivative Works\nthat You distribute, alongside or as an addendum to the NOTICE text from the\nWork, provided that such additional attribution notices cannot be construed\nas modifying the License.\n\nYou may add Your own copyright statement to Your modifications and may provide\nadditional or different license terms and conditions for use, reproduction,\nor distribution of Your modifications, or for any such Derivative Works as\na whole, provided Your use, reproduction, and distribution of the Work otherwise\ncomplies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any\nContribution intentionally submitted for inclusion in the Work by You to the\nLicensor shall be under the terms and conditions of this License, without\nany additional terms or conditions. Notwithstanding the above, nothing herein\nshall supersede or modify the terms of any separate license agreement you\nmay have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names,\ntrademarks, service marks, or product names of the Licensor, except as required\nfor reasonable and customary use in describing the origin of the Work and\nreproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to\nin writing, Licensor provides the Work (and each Contributor provides its\nContributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied, including, without limitation, any warranties\nor conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR\nA PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness\nof using or redistributing the Work and assume any risks associated with Your\nexercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether\nin tort (including negligence), contract, or otherwise, unless required by\napplicable law (such as deliberate and grossly negligent acts) or agreed to\nin writing, shall any Contributor be liable to You for damages, including\nany direct, indirect, special, incidental, or consequential damages of any\ncharacter arising as a result of this License or out of the use or inability\nto use the Work (including but not limited to damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, or any and all other commercial\ndamages or losses), even if such Contributor has been advised of the possibility\nof such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work\nor Derivative Works thereof, You may choose to offer, and charge a fee for,\nacceptance of support, warranty, indemnity, or other liability obligations\nand/or rights consistent with this License. However, in accepting such obligations,\nYou may act only on Your own behalf and on Your sole responsibility, not on\nbehalf of any other Contributor, and only if You agree to indemnify, defend,\nand hold each Contributor harmless for any liability incurred by, or claims\nasserted against, such Contributor by reason of your accepting any such warranty\nor additional liability. END OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo apply the Apache License to your work, attach the following boilerplate\nnotice, with the fields enclosed by brackets \"[]\" replaced with your own identifying\ninformation. (Don't include the brackets!) The text should be enclosed in\nthe appropriate comment syntax for the file format. We also recommend that\na file or class name and description of purpose be included on the same \"printed\npage\" as the copyright notice for easier identification within third-party\narchives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\n\nyou may not use this file except in compliance with the License.\n\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\n\ndistributed under the License is distributed on an \"AS IS\" BASIS,\n\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\nSee the License for the specific language governing permissions and\n\nlimitations under the License.\n"
  },
  {
    "path": "LICENSES/CC-BY-SA-4.0.txt",
    "content": "Creative Commons Attribution-ShareAlike 4.0 International Creative Commons\nCorporation (\"Creative Commons\") is not a law firm and does not provide legal\nservices or legal advice. Distribution of Creative Commons public licenses\ndoes not create a lawyer-client or other relationship. Creative Commons makes\nits licenses and related information available on an \"as-is\" basis. Creative\nCommons gives no warranties regarding its licenses, any material licensed\nunder their terms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the fullest\nextent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions\nthat creators and other rights holders may use to share original works of\nauthorship and other material subject to copyright and certain other rights\nspecified in the public license below. The following considerations are for\ninformational purposes only, are not exhaustive, and do not form part of our\nlicenses.\n\nConsiderations for licensors: Our public licenses are intended for use by\nthose authorized to give the public permission to use material in ways otherwise\nrestricted by copyright and certain other rights. Our licenses are irrevocable.\nLicensors should read and understand the terms and conditions of the license\nthey choose before applying it. Licensors should also secure all rights necessary\nbefore applying our licenses so that the public can reuse the material as\nexpected. Licensors should clearly mark any material not subject to the license.\nThis includes other CC-licensed material, or material used under an exception\nor limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors\n\nConsiderations for the public: By using one of our public licenses, a licensor\ngrants the public permission to use the licensed material under specified\nterms and conditions. If the licensor's permission is not necessary for any\nreason–for example, because of any applicable exception or limitation to copyright–then\nthat use is not regulated by the license. Our licenses grant only permissions\nunder copyright and certain other rights that a licensor has authority to\ngrant. Use of the licensed material may still be restricted for other reasons,\nincluding because others have copyright or other rights in the material. A\nlicensor may make special requests, such as asking that all changes be marked\nor described.\n\nAlthough not required by our licenses, you are encouraged to respect those\nrequests where reasonable. More considerations for the public : wiki.creativecommons.org/Considerations_for_licensees\n\nCreative Commons Attribution-ShareAlike 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to\nbe bound by the terms and conditions of this Creative Commons Attribution-ShareAlike\n4.0 International Public License (\"Public License\"). To the extent this Public\nLicense may be interpreted as a contract, You are granted the Licensed Rights\nin consideration of Your acceptance of these terms and conditions, and the\nLicensor grants You such rights in consideration of benefits the Licensor\nreceives from making the Licensed Material available under these terms and\nconditions.\n\nSection 1 – Definitions.\n\na. Adapted Material means material subject to Copyright and Similar Rights\nthat is derived from or based upon the Licensed Material and in which the\nLicensed Material is translated, altered, arranged, transformed, or otherwise\nmodified in a manner requiring permission under the Copyright and Similar\nRights held by the Licensor. For purposes of this Public License, where the\nLicensed Material is a musical work, performance, or sound recording, Adapted\nMaterial is always produced where the Licensed Material is synched in timed\nrelation with a moving image.\n\nb. Adapter's License means the license You apply to Your Copyright and Similar\nRights in Your contributions to Adapted Material in accordance with the terms\nand conditions of this Public License.\n\nc. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses,\napproved by Creative Commons as essentially the equivalent of this Public\nLicense.\n\nd. Copyright and Similar Rights means copyright and/or similar rights closely\nrelated to copyright including, without limitation, performance, broadcast,\nsound recording, and Sui Generis Database Rights, without regard to how the\nrights are labeled or categorized. For purposes of this Public License, the\nrights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\ne. Effective Technological Measures means those measures that, in the absence\nof proper authority, may not be circumvented under laws fulfilling obligations\nunder Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,\nand/or similar international agreements.\n\nf. Exceptions and Limitations means fair use, fair dealing, and/or any other\nexception or limitation to Copyright and Similar Rights that applies to Your\nuse of the Licensed Material.\n\ng. License Elements means the license attributes listed in the name of a Creative\nCommons Public License. The License Elements of this Public License are Attribution\nand ShareAlike.\n\nh. Licensed Material means the artistic or literary work, database, or other\nmaterial to which the Licensor applied this Public License.\n\ni. Licensed Rights means the rights granted to You subject to the terms and\nconditions of this Public License, which are limited to all Copyright and\nSimilar Rights that apply to Your use of the Licensed Material and that the\nLicensor has authority to license.\n\nj. Licensor means the individual(s) or entity(ies) granting rights under this\nPublic License.\n\nk. Share means to provide material to the public by any means or process that\nrequires permission under the Licensed Rights, such as reproduction, public\ndisplay, public performance, distribution, dissemination, communication, or\nimportation, and to make material available to the public including in ways\nthat members of the public may access the material from a place and at a time\nindividually chosen by them.\n\nl. Sui Generis Database Rights means rights other than copyright resulting\nfrom Directive 96/9/EC of the European Parliament and of the Council of 11\nMarch 1996 on the legal protection of databases, as amended and/or succeeded,\nas well as other essentially equivalent rights anywhere in the world.\n\nm. You means the individual or entity exercising the Licensed Rights under\nthis Public License. Your has a corresponding meaning.\n\nSection 2 – Scope.\n\n   a. License grant.\n\n1. Subject to the terms and conditions of this Public License, the Licensor\nhereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,\nirrevocable license to exercise the Licensed Rights in the Licensed Material\nto:\n\n         A. reproduce and Share the Licensed Material, in whole or in part; and\n\n         B. produce, reproduce, and Share Adapted Material.\n\n2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions\nand Limitations apply to Your use, this Public License does not apply, and\nYou do not need to comply with its terms and conditions.\n\n      3. Term. The term of this Public License is specified in Section 6(a).\n\n4. Media and formats; technical modifications allowed. The Licensor authorizes\nYou to exercise the Licensed Rights in all media and formats whether now known\nor hereafter created, and to make technical modifications necessary to do\nso. The Licensor waives and/or agrees not to assert any right or authority\nto forbid You from making technical modifications necessary to exercise the\nLicensed Rights, including technical modifications necessary to circumvent\nEffective Technological Measures. For purposes of this Public License, simply\nmaking modifications authorized by this Section 2(a)(4) never produces Adapted\nMaterial.\n\n      5. Downstream recipients.\n\nA. Offer from the Licensor – Licensed Material. Every recipient of the Licensed\nMaterial automatically receives an offer from the Licensor to exercise the\nLicensed Rights under the terms and conditions of this Public License.\n\nB. Additional offer from the Licensor – Adapted Material. Every recipient\nof Adapted Material from You automatically receives an offer from the Licensor\nto exercise the Licensed Rights in the Adapted Material under the conditions\nof the Adapter's License You apply.\n\nC. No downstream restrictions. You may not offer or impose any additional\nor different terms or conditions on, or apply any Effective Technological\nMeasures to, the Licensed Material if doing so restricts exercise of the Licensed\nRights by any recipient of the Licensed Material.\n\n6. No endorsement. Nothing in this Public License constitutes or may be construed\nas permission to assert or imply that You are, or that Your use of the Licensed\nMaterial is, connected with, or sponsored, endorsed, or granted official status\nby, the Licensor or others designated to receive attribution as provided in\nSection 3(a)(1)(A)(i).\n\n   b. Other rights.\n\n1. Moral rights, such as the right of integrity, are not licensed under this\nPublic License, nor are publicity, privacy, and/or other similar personality\nrights; however, to the extent possible, the Licensor waives and/or agrees\nnot to assert any such rights held by the Licensor to the limited extent necessary\nto allow You to exercise the Licensed Rights, but not otherwise.\n\n2. Patent and trademark rights are not licensed under this Public License.\n\n3. To the extent possible, the Licensor waives any right to collect royalties\nfrom You for the exercise of the Licensed Rights, whether directly or through\na collecting society under any voluntary or waivable statutory or compulsory\nlicensing scheme. In all other cases the Licensor expressly reserves any right\nto collect such royalties.\n\nSection 3 – License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following\nconditions.\n\n   a. Attribution.\n\n1. If You Share the Licensed Material (including in modified form), You must:\n\nA. retain the following if it is supplied by the Licensor with the Licensed\nMaterial:\n\ni. identification of the creator(s) of the Licensed Material and any others\ndesignated to receive attribution, in any reasonable manner requested by the\nLicensor (including by pseudonym if designated);\n\n            ii. a copyright notice;\n\n            iii. a notice that refers to this Public License;\n\n            iv. a notice that refers to the disclaimer of warranties;\n\nv. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\nB. indicate if You modified the Licensed Material and retain an indication\nof any previous modifications; and\n\nC. indicate the Licensed Material is licensed under this Public License, and\ninclude the text of, or the URI or hyperlink to, this Public License.\n\n2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner\nbased on the medium, means, and context in which You Share the Licensed Material.\nFor example, it may be reasonable to satisfy the conditions by providing a\nURI or hyperlink to a resource that includes the required information.\n\n3. If requested by the Licensor, You must remove any of the information required\nby Section 3(a)(1)(A) to the extent reasonably practicable.\n\nb. ShareAlike.In addition to the conditions in Section 3(a), if You Share\nAdapted Material You produce, the following conditions also apply.\n\n1. The Adapter's License You apply must be a Creative Commons license with\nthe same License Elements, this version or later, or a BY-SA Compatible License.\n\n2. You must include the text of, or the URI or hyperlink to, the Adapter's\nLicense You apply. You may satisfy this condition in any reasonable manner\nbased on the medium, means, and context in which You Share Adapted Material.\n\n3. You may not offer or impose any additional or different terms or conditions\non, or apply any Effective Technological Measures to, Adapted Material that\nrestrict exercise of the rights granted under the Adapter's License You apply.\n\nSection 4 – Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to\nYour use of the Licensed Material:\n\na. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract,\nreuse, reproduce, and Share all or a substantial portion of the contents of\nthe database;\n\nb. if You include all or a substantial portion of the database contents in\na database in which You have Sui Generis Database Rights, then the database\nin which You have Sui Generis Database Rights (but not its individual contents)\nis Adapted Material, including for purposes of Section 3(b); and\n\nc. You must comply with the conditions in Section 3(a) if You Share all or\na substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not replace\nYour obligations under this Public License where the Licensed Rights include\nother Copyright and Similar Rights.\n\nSection 5 – Disclaimer of Warranties and Limitation of Liability.\n\na. Unless otherwise separately undertaken by the Licensor, to the extent possible,\nthe Licensor offers the Licensed Material as-is and as-available, and makes\nno representations or warranties of any kind concerning the Licensed Material,\nwhether express, implied, statutory, or other. This includes, without limitation,\nwarranties of title, merchantability, fitness for a particular purpose, non-infringement,\nabsence of latent or other defects, accuracy, or the presence or absence of\nerrors, whether or not known or discoverable. Where disclaimers of warranties\nare not allowed in full or in part, this disclaimer may not apply to You.\n\nb. To the extent possible, in no event will the Licensor be liable to You\non any legal theory (including, without limitation, negligence) or otherwise\nfor any direct, special, indirect, incidental, consequential, punitive, exemplary,\nor other losses, costs, expenses, or damages arising out of this Public License\nor use of the Licensed Material, even if the Licensor has been advised of\nthe possibility of such losses, costs, expenses, or damages. Where a limitation\nof liability is not allowed in full or in part, this limitation may not apply\nto You.\n\nc. The disclaimer of warranties and limitation of liability provided above\nshall be interpreted in a manner that, to the extent possible, most closely\napproximates an absolute disclaimer and waiver of all liability.\n\nSection 6 – Term and Termination.\n\na. This Public License applies for the term of the Copyright and Similar Rights\nlicensed here. However, if You fail to comply with this Public License, then\nYour rights under this Public License terminate automatically.\n\nb. Where Your right to use the Licensed Material has terminated under Section\n6(a), it reinstates:\n\n1. automatically as of the date the violation is cured, provided it is cured\nwithin 30 days of Your discovery of the violation; or\n\n      2. upon express reinstatement by the Licensor.\n\nc. For the avoidance of doubt, this Section 6(b) does not affect any right\nthe Licensor may have to seek remedies for Your violations of this Public\nLicense.\n\nd. For the avoidance of doubt, the Licensor may also offer the Licensed Material\nunder separate terms or conditions or stop distributing the Licensed Material\nat any time; however, doing so will not terminate this Public License.\n\n   e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 – Other Terms and Conditions.\n\na. The Licensor shall not be bound by any additional or different terms or\nconditions communicated by You unless expressly agreed.\n\nb. Any arrangements, understandings, or agreements regarding the Licensed\nMaterial not stated herein are separate from and independent of the terms\nand conditions of this Public License.\n\nSection 8 – Interpretation.\n\na. For the avoidance of doubt, this Public License does not, and shall not\nbe interpreted to, reduce, limit, restrict, or impose conditions on any use\nof the Licensed Material that could lawfully be made without permission under\nthis Public License.\n\nb. To the extent possible, if any provision of this Public License is deemed\nunenforceable, it shall be automatically reformed to the minimum extent necessary\nto make it enforceable. If the provision cannot be reformed, it shall be severed\nfrom this Public License without affecting the enforceability of the remaining\nterms and conditions.\n\nc. No term or condition of this Public License will be waived and no failure\nto comply consented to unless expressly agreed to by the Licensor.\n\nd. Nothing in this Public License constitutes or may be interpreted as a limitation\nupon, or waiver of, any privileges and immunities that apply to the Licensor\nor You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative\nCommons may elect to apply one of its public licenses to material it publishes\nand in those instances will be considered the \"Licensor.\" The text of the\nCreative Commons public licenses is dedicated to the public domain under the\nCC0 Public Domain Dedication. Except for the limited purpose of indicating\nthat material is shared under a Creative Commons public license or as otherwise\npermitted by the Creative Commons policies published at creativecommons.org/policies,\nCreative Commons does not authorize the use of the trademark \"Creative Commons\"\nor any other trademark or logo of Creative Commons without its prior written\nconsent including, without limitation, in connection with any unauthorized\nmodifications to any of its public licenses or any other arrangements, understandings,\nor agreements concerning use of licensed material. For the avoidance of doubt,\nthis paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n"
  },
  {
    "path": "LICENSES/CC0-1.0.txt",
    "content": "Creative Commons Legal Code\n\nCC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES\nNOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE\nAN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION\nON AN \"AS-IS\" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE\nOF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS\nLIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION\nOR WORKS PROVIDED HEREUNDER.\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer exclusive\nCopyright and Related Rights (defined below) upon the creator and subsequent\nowner(s) (each and all, an \"owner\") of an original work of authorship and/or\na database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later claims\nof infringement build upon, modify, incorporate in other works, reuse and\nredistribute as freely as possible in any form whatsoever and for any purposes,\nincluding without limitation commercial purposes. These owners may contribute\nto the Commons to promote the ideal of a free culture and the further production\nof creative, cultural and scientific works, or to gain reputation or greater\ndistribution for their Work in part through the use and efforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with\na Work (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or\nher Copyright and Related Rights in the Work and the meaning and intended\nlegal effect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be protected\nby copyright and related or neighboring rights (\"Copyright and Related Rights\").\nCopyright and Related Rights include, but are not limited to, the following:\n\ni. the right to reproduce, adapt, distribute, perform, display, communicate,\nand translate a Work;\n\n      ii. moral rights retained by the original author(s) and/or performer(s);\n\niii. publicity and privacy rights pertaining to a person's image or likeness\ndepicted in a Work;\n\niv. rights protecting against unfair competition in regards to a Work, subject\nto the limitations in paragraph 4(a), below;\n\nv. rights protecting the extraction, dissemination, use and reuse of data\nin a Work;\n\nvi. database rights (such as those arising under Directive 96/9/EC of the\nEuropean Parliament and of the Council of 11 March 1996 on the legal protection\nof databases, and under any national implementation thereof, including any\namended or successor version of such directive); and\n\nvii. other similar, equivalent or corresponding rights throughout the world\nbased on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time extensions),\n(iii) in any current or future medium and for any number of copies, and (iv)\nfor any purpose whatsoever, including without limitation commercial, advertising\nor promotional purposes (the \"Waiver\"). Affirmer makes the Waiver for the\nbenefit of each member of the public at large and to the detriment of Affirmer's\nheirs and successors, fully intending that such Waiver shall not be subject\nto revocation, rescission, cancellation, termination, or any other legal or\nequitable action to disrupt the quiet enjoyment of the Work by the public\nas contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account Affirmer's\nexpress Statement of Purpose. In addition, to the extent the Waiver is so\njudged Affirmer hereby grants to each affected person a royalty-free, non\ntransferable, non sublicensable, non exclusive, irrevocable and unconditional\nlicense to exercise Affirmer's Copyright and Related Rights in the Work (i)\nin all territories worldwide, (ii) for the maximum duration provided by applicable\nlaw or treaty (including future time extensions), (iii) in any current or\nfuture medium and for any number of copies, and (iv) for any purpose whatsoever,\nincluding without limitation commercial, advertising or promotional purposes\n(the \"License\"). The License shall be deemed effective as of the date CC0\nwas applied by Affirmer to the Work. Should any part of the License for any\nreason be judged legally invalid or ineffective under applicable law, such\npartial invalidity or ineffectiveness shall not invalidate the remainder of\nthe License, and in such case Affirmer hereby affirms that he or she will\nnot (i) exercise any of his or her remaining Copyright and Related Rights\nin the Work or (ii) assert any associated claims and causes of action with\nrespect to the Work, in either case contrary to Affirmer's express Statement\nof Purpose.\n\n   4. Limitations and Disclaimers.\n\na. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered,\nlicensed or otherwise affected by this document.\n\nb. Affirmer offers the Work as-is and makes no representations or warranties\nof any kind concerning the Work, express, implied, statutory or otherwise,\nincluding without limitation warranties of title, merchantability, fitness\nfor a particular purpose, non infringement, or the absence of latent or other\ndefects, accuracy, or the present or absence of errors, whether or not discoverable,\nall to the greatest extent permissible under applicable law.\n\nc. Affirmer disclaims responsibility for clearing rights of other persons\nthat may apply to the Work or any use thereof, including without limitation\nany person's Copyright and Related Rights in the Work. Further, Affirmer disclaims\nresponsibility for obtaining any necessary consents, permissions or other\nrights required for any use of the Work.\n\nd. Affirmer understands and acknowledges that Creative Commons is not a party\nto this document and has no duty or obligation with respect to this CC0 or\nuse of the Work.\n"
  },
  {
    "path": "README.md",
    "content": "<!--\nSPDX-FileCopyrightText: 2014 microg Project Team\nSPDX-License-Identifier: CC-BY-SA-4.0\n-->\n\nFakeStore\n=========\nAn empty package that mocks the existence of the Google Play Store to the Play Services client.\nRequires the FAKE_PACKAGE_SIGNATURE patch to be functional.\n\nLicense\n-------\n- Code is licensed under [Apache License 2.0](LICENSES/Apache-2.0)\n- Documentation and artwork are licensed under [Creative Commons Attribution-ShareAlike 4.0](LICENSES/CC-BY-SA-4.0)\n- Some files are placed unter the public domain using [Creative Commons CC0 1.0 Public Domain Dedication](LICENSES/CCO-1.0)\n"
  },
  {
    "path": "build.gradle",
    "content": "/*\n * SPDX-FileCopyrightText: 2015 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\nbuildscript {\n    repositories {\n        mavenCentral()\n        google()\n    }\n    dependencies {\n        classpath 'com.android.tools.build:gradle:8.0.1'\n    }\n}\n\ndef versionCode() {\n    def stdout = new ByteArrayOutputStream()\n    exec { commandLine 'git', 'rev-list', '--count', \"HEAD\"; standardOutput = stdout }\n    return Integer.parseInt(stdout.toString().trim()) + 83700000\n}\n\ndef versionName() {\n    def stdout = new ByteArrayOutputStream()\n    if (rootProject.file(\"gradlew\").exists())\n        exec { commandLine 'git', 'describe', '--tags', '--always', '--dirty'; standardOutput = stdout }\n    else // automatic build system, don't tag dirty\n        exec { commandLine 'git', 'describe', '--tags', '--always'; standardOutput = stdout }\n    return stdout.toString().trim().substring(1)\n}\n\nallprojects {\n    apply plugin: 'idea'\n    version = versionName()\n\n    ext.androidBuildVersionTools = \"30.0.3\"\n\n    ext.appVersionCode = versionCode()\n    ext.androidCompileSdk = 30\n    ext.androidTargetSdk = 29\n    ext.androidMinSdk = 9\n}\n\nsubprojects {\n    group = 'org.microg'\n    repositories {\n        mavenCentral()\n        google()\n    }\n}\n\n"
  },
  {
    "path": "fake-signature/build.gradle",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\napply plugin: 'com.android.library'\n\nandroid {\n    namespace 'org.microg.signature.fake'\n    compileSdk androidCompileSdk\n\n    defaultConfig {\n        minSdk androidMinSdk\n        targetSdk androidTargetSdk\n    }\n\n    buildFeatures {\n        aidl = true\n    }\n\n    compileOptions {\n        sourceCompatibility JavaVersion.VERSION_1_8\n        targetCompatibility JavaVersion.VERSION_1_8\n    }\n}\n\ndependencies {\n}"
  },
  {
    "path": "fake-signature/src/main/AndroidManifest.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\">\n\n    <uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>\n    <uses-permission android:name=\"android.permission.FAKE_PACKAGE_SIGNATURE\" />\n\n    <application>\n\n        <meta-data\n            android:name=\"fake-signature\"\n            android:value=\"@string/fake_signature\" />\n\n        <meta-data\n            android:name=\"other-signature\"\n            android:value=\"@string/fake_signature\" />\n\n        <meta-data\n            android:name=\"AAAA100\"\n            android:value=\"E5182720425068E41BAA77AAA36485E3B044813F5F1B9B2F0CAEA14BF75AAA12-5E22451017379222BFD5C05CA7A0112D3F48D1E485F7FFD5F2A57EF16D7673C5\" />\n        <meta-data\n            android:name=\"AAAA101\"\n            android:value=\"6BC560052007DFB4486F378DB708538F170F77123C84987201F47CC30D994169-5E22451017379222BFD5C05CA7A0112D3F48D1E485F7FFD5F2A57EF16D7673C5\" />\n        <meta-data\n            android:name=\"AAAA102\"\n            android:value=\"61F5747032F2D38770C440213C191768346D0F3F2E5A50315ABB0EE3F8CBF677-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA103\"\n            android:value=\"8CEB6FA4B77EF06992BFA23433204E44802335132378B16C7416471B3EEA879A-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA104\"\n            android:value=\"893C6C86BC82B8F63A0BDD7A6995C3A3A2EF529E91E1379CA8DA6C9C2E934F83-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA105\"\n            android:value=\"A2F1115AE1C30A897CD323EF0996A2051528F156CB5B038AC42B20C6625F4136-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA106\"\n            android:value=\"703365F73A0EA16CD9CBB3436ABC2690F37FD489A126B40170B1DED1A33B317E-2C8989DDAAD2D08353E931AEE01D1A892D9061F3234F44E00D0A848FEE0CBD7C\" />\n        <meta-data\n            android:name=\"AAAA107\"\n            android:value=\"B61CDF16F9042D0CA16C46BEECD10D157FB568203A2623F047D04573B0DB8BBE-AC2059D6EE57B94AF99DF9714F70F0A87EF6F1ED9FF424771C6E1FE96F9556C0\" />\n        <meta-data\n            android:name=\"AAAA108\"\n            android:value=\"FE442C19021F749808DC95BDAF40118476FC2E64F2A35EDFE6221C51D27AF4DA-A2A1AD7BA7F41DFCA4514E2AFEB90691719AF6D0FDBED4B09BBF0ED897701CEB\" />\n        <meta-data\n            android:name=\"AAAA109\"\n            android:value=\"3096D03FD67F8424C607B6922F84B08903C9ABEDAD4EB546791037639CC6C6F1-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA110\"\n            android:value=\"4DA81EE0A51BBF12BB790454782B5C8263B0F2E8028A54A4B5BD44B15E5E6A50-C02724F3A37CCED2D34D87B6536D8DB843C6182970FE0C5ED8C8911F150EFDA9\" />\n        <meta-data\n            android:name=\"AAAA111\"\n            android:value=\"1C19E8968F45287C7F8DB5E9460A75C09D443FABCDF628A51CCDE17DD7CCF019-95B5D2574259B91A7A36C1A5F3C8A564DF2471DF76378195473B10967A2B37A7\" />\n        <meta-data\n            android:name=\"AAAA112\"\n            android:value=\"A869CA70EBA8BB5100B3E2F28FCD846ECAF8B2ADF82AF83FD9DC9E636BFBE0FF-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA113\"\n            android:value=\"4F848BC926B3DA4F967FFF60FF5C2DD6B694DF329EF7F072ED2E5E821F9318EC-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA114\"\n            android:value=\"42731948C94D51DE27DA0DC712666D4A6209DAB0B8B1BA96B789769DEBF29375-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA115\"\n            android:value=\"1D0467BF0E3980E89FE023DB4F95108EEEDFA01FBEC18AD1D4CF904B07A7424E-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA116\"\n            android:value=\"04A1F5DDC4E1C6D0F4B29C1A47E8F0DBF56D3303995BDCE4D6E0311AFEB4D001-3987D043D10AEFAF5A8710B3671418FE57E0E19B653C9DF82558FEB5FFCE5D44\" />\n        <meta-data\n            android:name=\"AAAA117\"\n            android:value=\"8AB3D13027D353C7D6CD2C554336E5E30E0104449FEE256E4942417C8A9AD1FE-E682FE0BCD60907DFED515E0B8A4DE03AA1C281D111A07833986602B6098AFD2\" />\n        <meta-data\n            android:name=\"AAAA118\"\n            android:value=\"CBC142FA73FCE3275A300945AF640183EA3347F63115D4BAF32405B3F9394C4E-3E67A81EFA21CBC7714A4F42BECAFDDD06C4E762A66893A99389EB0E3F55A021\" />\n        <meta-data\n            android:name=\"AAAA119\"\n            android:value=\"C1E488B0862011E9D7FE5C35BF012AFD9A2857FF6E41A153113AF1E982697DE7-F2C78F9B084934097ED94126C015B4FE2F59F3711FEC5E8A51479370DD220FEA\" />\n        <meta-data\n            android:name=\"AAAA120\"\n            android:value=\"F2CEC7BE8A770317E9F810DAB83BB7DE459CEC318568E36E69D6F14163169CE3-6DD2CA3EBBBD9AA2467E5CF2CD6018E2BD26B5FCFEF5EEB1323EC5DA2B8F9E11\" />\n        <meta-data\n            android:name=\"AAAA121\"\n            android:value=\"3966E13AD3D5EB0C6F6A9DF6A4B052E3F4B53C3A2244081D7D78CB6E9B37AE15-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA122\"\n            android:value=\"F63807F0530A97962B9A42CACE13EDD013F2BA754E9F94197784579471BE9B75-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA123\"\n            android:value=\"1B707952995ACC2FA233C12791F7F15B9ADD64D7B787D89AA78AAC435BA25F32-5F3E50F435583C9AE626302A71F7340044087A7E2C60ADACFC254205A993E305\" />\n        <meta-data\n            android:name=\"AAAA124\"\n            android:value=\"29E4AA19541D6C1C2BFDAE8331183C15790BAB4C13E86AB3FF3ED65738C852CB-E3F9E1E0CF99D0E56A055BA65E241B3399F7CEA524326B0CDD6EC1327ED0FDC1\" />\n        <meta-data\n            android:name=\"AAAA125\"\n            android:value=\"2571A9EFFBD4B3717B1F63BD5A53CE8A0AC64119CF74C707097140C5F98A9805-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA126\"\n            android:value=\"26DBF852BFF4B183584E17408B7089361AFE637716FAF1652461F862160335C2-03637F6C5D8F604E6FDB79A6FFBFA578DE4E318F8DA22FC6106665247F8807D7\" />\n        <meta-data\n            android:name=\"AAAA127\"\n            android:value=\"E2E7F0DB7F83FDF6E77307C76C52171D99CA13FD8078A04423F7197440310808-0FD9A0CFB07B65950997B4EAEBDC53931392391AA406538A3B04073BC2CE2FE9\" />\n        <meta-data\n            android:name=\"AAAA128\"\n            android:value=\"A7D5AE36B55819C0009BE06274C1B4E835EFCE31AE3645502B6BB294008DC2BD-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA129\"\n            android:value=\"BE0CA287362158A5AD91BEED9EBD92636EB6442E2E978DE06CDD6FD57807AC75-6505B181933344F93893D586E399B94616183F04349CB572A9E81A3335E28FFD\" />\n        <meta-data\n            android:name=\"AAAA130\"\n            android:value=\"0FB2D5931D5A62804772B25C8912C8D56828517CC7E97CE1C10FABE91DDE1CCB-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA131\"\n            android:value=\"2DD38136FB184B8F58728153BD6FBA756C31E85370E76A9708E4F42EDAEC929B-B6DD0562256487FCD6C98CDE137858EF50D9ADB9F9CD2F1CA58C5357EFDF0FAF\" />\n        <meta-data\n            android:name=\"AAAA132\"\n            android:value=\"41BADE45EE0E408A123B83A8246094015E525184ABAB132F99CA30F03CCF27A3-3C39D23CF9367849A5C699395647FE0E5BFEA5A1F1F40D8C717DDC70F8BFA113\" />\n        <meta-data\n            android:name=\"AAAA133\"\n            android:value=\"F66EF52C2021D03BE5B10BF7D5ADC692C67CF31F6B07BE15D4E0FCDE7F514D5F-970B91143813B4C9D5F3634F672C9FCAA5621B4EFAAEDAFD6C235CBBB869736F\" />\n        <meta-data\n            android:name=\"AAAA134\"\n            android:value=\"6583CFB3299AD4C567C1FD8E91E9F743BFE31A8B644B3A75F609BF393990980C-392DB11DDC91594B2BC7C0B05D75175F466C3495C7345A0BCD77DF70380458B0\" />\n        <meta-data\n            android:name=\"AAAA135\"\n            android:value=\"D4AFBBB7C70E15341B14E44A69AC3F9A76127246EA5F468BA3160DB76AEEE050-7CAAB6E6BA700E0DDCF75CCA52B8C3B19A3C7D23308F7EB177A64EB2476197BD\" />\n        <meta-data\n            android:name=\"AAAA136\"\n            android:value=\"AF4D70F26D046891A014AF96BEFBBF2C03FCF7FB306858CB8466200E44861AF5-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA137\"\n            android:value=\"315FA1FAD5A32C35A30D043B537177E6CA3D9F76D4DD96D90A6B67D4254DB3A3-FDB00C43DBDE8B51CB312AA81D3B5FA17713ADB94B28F598D77F8EB89DACEEDF\" />\n        <meta-data\n            android:name=\"AAAA138\"\n            android:value=\"263EF4CBB86FB778E117049E8A852A5E94B15D3C1D938D2557F1D5FFEB38E510-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA139\"\n            android:value=\"04A557D343921EC2588BFEAA428B57EA64EB5B21030A6161443A4BDDFA9B4214-D29E0251ECF7E15E06AD1874EE1C08213DFEF3D4BCE03032B181667F7389C4D2\" />\n        <meta-data\n            android:name=\"AAAA140\"\n            android:value=\"CE5922D148D9CB50D02C3F119E1D7893C7E87D49F19DD402ED2E9ED2D5BF7D95-31BE40096F931CD7F11D5E262D2B2C437C44385FB4ECBC1013D95A7435816F9C\" />\n        <meta-data\n            android:name=\"AAAA141\"\n            android:value=\"7D312CBE75DAF14066483EBB9AA706DA2675679947603E4A3125A81ED28B3D7C-E21136734BF57372B3A0E4A29D7E1DB5CDD993AA64DA1E1EA9F2CD054B418C56\" />\n        <meta-data\n            android:name=\"AAAA142\"\n            android:value=\"762BF4C3CBFC4CFC375DF04AB77449EA74E827E3E8B411DF1B6C33FEB72B0136-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA143\"\n            android:value=\"82CF5CCDAAB6A54D656B83F9982DD97FC90F1608F872FC61B7D2B7B7338A5BDD-5BFF7D614E1BA11A566ABB589C863B013F79AA747BD2146733366C5625A5F0D2\" />\n        <meta-data\n            android:name=\"AAAA144\"\n            android:value=\"6B0DB494BBF9C97F6D9331E72302C3737462C1FE1106DE96D273DF6D327C8A2E-3D12CC11F4C4BE82235F70F90469BE0B9C9629AEC5FCB949CB32B1FA375BFC3E\" />\n        <meta-data\n            android:name=\"AAAA145\"\n            android:value=\"E05B73F12128882B6F8BFAF5B0685C1D4B2ECFD12C9481EEA80F224381B28BE2-B2E6BC0C730B88AAFFBD5BF522F792DDA5C82F5FB814E5C3688C32670C28681E\" />\n        <meta-data\n            android:name=\"AAAA146\"\n            android:value=\"341C2F5F3EA01C36F350B917D94813A0D0098690501FEDB3B6DA561BAA6E86AE-2173A248E2B11F9760B9167F398B183C92816CF8FC74AFD3C64B22EDDF50481C\" />\n        <meta-data\n            android:name=\"AAAA147\"\n            android:value=\"6B4BB3E8028A9F57D237DECF06BBB98A98AFB168879BAA100D069CF83B6D3F9C-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA148\"\n            android:value=\"D65BE7C7B4831B196ECA14F860DD9EDF22EE71B613B799D44E0DEA5B3B57AD8E-944BDA466EAF64BE1C93896D5C8E9A454A07C8D8FCBC4ADEEEFB3545B335E979\" />\n        <meta-data\n            android:name=\"AAAA149\"\n            android:value=\"96B8638D13D3EC2AB7FF4BCCB7DE5F702AF971D8C01B79DFF50E97CF8E2C31CC-07184F6EE5CD6AE54BBE55745E79368BA91104B3CF49012298C77F07C1F4B2EF\" />\n        <meta-data\n            android:name=\"AAAA150\"\n            android:value=\"04C0BDEBAE2968AE9F2AA1022A32CDF9F75BC8BE783BA9B030A4A95FBCB28594-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA151\"\n            android:value=\"BD69DC2A9578BEF3F49D3B0C351270A5570D5A076EE43E89F3E69C93F01441E9-C3E0EF6A2F0AB978A9BBEA30AF5E216A8140037AB9349CADADBD34862CF316B9\" />\n        <meta-data\n            android:name=\"AAAA152\"\n            android:value=\"9A652C046E178FDC33F66E316544D1BD23E55F9CEC7116FCBB92EE6C59A7520B-68842530E0C7F9D42B021E148BEE247FA741A063BE39440CC8DAECC9A05F669C\" />\n        <meta-data\n            android:name=\"AAAA153\"\n            android:value=\"0BAD4BE4BAE400DE28EE1E0B9CE78779CC5108CC0059FC7DBC8EA703E35A1EDC-E357F022AB8EDB771E374E586808E268C914EB34DC6C7A068C0E0A05C8128953\" />\n        <meta-data\n            android:name=\"AAAA154\"\n            android:value=\"3F911207AB9D14BB89ABF5E28EE03C3FF8C736182C05D93945878E483B7F0AA3-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA155\"\n            android:value=\"0D8B6C0040449388E0801FADED3C8A06D6108E8F12EAF40E55ED4574DF43D63D-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA156\"\n            android:value=\"FC8E4C77D0EF4E194FC985A100F78E9C9356198D4A270E065FE7516857C04481-5F18DDCA47420841325ED54D1AF9484AF92F65AAC70A3B623C4E867F4EF71E20\" />\n        <meta-data\n            android:name=\"AAAA157\"\n            android:value=\"924F9479B29D72054823EB800829218CDB5AAB8FF94405048224879B067AF50E-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA158\"\n            android:value=\"0BD748A0C93F52B08AD8FB4B7361726565F26FE575A76065FD455415E61A4795-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA159\"\n            android:value=\"7649A7DF70C972A6A1C4B935C37DB1630CF607D966DBB88A9CE1398EABCDA2BA-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA160\"\n            android:value=\"6C25CE366FA32C6A51F882DFBFB65F40B7E5CED717581B165020B60C8CD229C6-DCDDB8C5ADDACABEDF5EDD2EF9E3FF2A0560432C8506F1164141DB1D02DDBB9D\" />\n        <meta-data\n            android:name=\"AAAA161\"\n            android:value=\"1B1433CEA4DC02C3A817C7222B4E80527A87D6A7028A439E2E73C5BC6684648A-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA162\"\n            android:value=\"EEC089426319C4E6358E584078CB153A76C40B9FE44FAE11BA3FBDBDF26CFF51-3B943A3A966CB2509653FBB060E2594B832732E7B6558BA18EDA7A1D31D0F2B3\" />\n        <meta-data\n            android:name=\"AAAA163\"\n            android:value=\"5D42FEEA41E25B24493D54F11BDE3EF9EB8092F285BB3719CB3F565DF91B652D-A2A1A9104F5BE8EA638663D6998F4D8B545A55A3450CA67373857ED6CBE9D926\" />\n        <meta-data\n            android:name=\"AAAA164\"\n            android:value=\"5352F863EAC09EAC1FDE85A6AC7767B53791BB65D247D70AB943ECC8E09D3401-83F18797E2FDEA4A546750910C09693AEF764C90350BE4647C2A3DFAE2CB141C\" />\n        <meta-data\n            android:name=\"AAAA165\"\n            android:value=\"31FAAA9F4B38216F0BD39C3900226E514F8472D4FBC43482945E7540014B3BF4-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA166\"\n            android:value=\"2FA0FCE9F8EEFC5815C78BD7B59C3D51FFC9240125200D0B7E309028F3A61070-60B75724B34686E52BDE944969DE120F16BD6D959788D54384494CAEDD4E445D\" />\n        <meta-data\n            android:name=\"AAAA167\"\n            android:value=\"DA57F91BD11C53A78EFF0214B10B7D6D3BCB2E78945A759A9F0B40C25E0D988E-D3F1FB1B2C81E096E3F5809A503AFDA0CFAF56B9D39DEDC656EE2660ACEF614C\" />\n        <meta-data\n            android:name=\"AAAA168\"\n            android:value=\"82DA499587E5193CCB9208217B93382716E3FEA941A751673D145D69FD3FDF01-3B6A403CA91D56AB854517720203176640816D3F923F92CCA16138F5CC3D0727\" />\n        <meta-data\n            android:name=\"AAAA169\"\n            android:value=\"5F0D08B2FA4C726D941B95E766E32618E622D78DB0AD288C493871AF4E8684E4-BFFEB14903FBC92FFFE6404A3654098A3F85C81A3513AFD5DCEAC121CD678D1C\" />\n        <meta-data\n            android:name=\"AAAA170\"\n            android:value=\"0D156F554E7E7DE89237BFC7C901A920FA0BA59F87FE4A1E0D32C151110DA99A-4E92275E4F7853F3DF65171071F0B6841B063520EE93D9BB2DB647BAEC695B98\" />\n        <meta-data\n            android:name=\"AAAA171\"\n            android:value=\"68AC28856C5868B6232C7332BA597E3A1681E079070169D48F6A38FF64C5448F-184058684847B151D09A3E08449A23B48C67F1614EF95CAB211FC080DD26E248\" />\n        <meta-data\n            android:name=\"AAAA172\"\n            android:value=\"A7B6A6D4CBBB5EC247FF9746BD9B56D61B6E23008F40E3A649D6A6E6FADDF2E5-B925136F3EA7C0A1951690A1AB313910DA81F40994A85342EC622888F1287051\" />\n        <meta-data\n            android:name=\"AAAA173\"\n            android:value=\"C374E880E69EF21FDF46BB4F345C5B14E0F49B83000E6ECE9F885200A29C3A86-9EA146D935C0BE2E4B576396E6A5E1DE6DCB69A71AF4E417B0A5B8FE8E0D4D9C\" />\n        <meta-data\n            android:name=\"AAAA174\"\n            android:value=\"051648575A400BA807F83519C764BA0077DC52FA739AFBBF70FD2FDC002B3E1F-B925136F3EA7C0A1951690A1AB313910DA81F40994A85342EC622888F1287051\" />\n        <meta-data\n            android:name=\"AAAA175\"\n            android:value=\"EFD9FCF5BEFA32F183CC99B551CC159672BE69FC0C69739D9F6EC2C403FC36E1-A0328A96AC93BE7983B5BEC417BD2C03F129AF6F8AFF39512470E66A18DD964E\" />\n        <meta-data\n            android:name=\"AAAA176\"\n            android:value=\"B5E5BBF1CAF0E3230A1661A95F00A32D08C7B1414FB57C244E38D3D2E2D36572-B925136F3EA7C0A1951690A1AB313910DA81F40994A85342EC622888F1287051\" />\n        <meta-data\n            android:name=\"AAAA177\"\n            android:value=\"6317EB5351F58ED0FD4382489F57C18E59EEF3B7CB1ABAA42AD53E87E93C12A7-A0794215278A567E887AF6CDE015A5E88414EF640F7DAB3855A3E779658BE778\" />\n        <meta-data\n            android:name=\"AAAA178\"\n            android:value=\"B642AE584BD3A331CBFD18C6C68A2B5BDF01ACD1B4F83BF671782BD15302954E-7D539351CA39C27CA706409E5A9B6B062DB9BF8DC3D8CAA6137067AE7F68B5E7\" />\n        <meta-data\n            android:name=\"AAAA179\"\n            android:value=\"7804369A616A1AC45FCEAB333E10F5C68672A184658E9D00D544CDD47A5F223F-496DB0267B93E963AB269AD115BB1C1D65EB2AFF64AF279845A04EC8E282EF57\" />\n        <meta-data\n            android:name=\"AAAA180\"\n            android:value=\"43144618BAC287987073B2A488200B30BDE7C302718A51EB5CFB56B1877F9008-F5F6531CBD8853165E64814F8FD8C92872CEDB85ABAF2985EE54936817219EA6\" />\n        <meta-data\n            android:name=\"AAAA181\"\n            android:value=\"218302009174312FBD0F363C988EF9D4521D3A1B83B91D37BD184EA8235FB426-9C2DB70513515FDBFBBC585B3EDF3D7123D4DC67C94FFD306361C1D79BBF18AC\" />\n        <meta-data\n            android:name=\"AAAA182\"\n            android:value=\"990DAAC31A8E54D4C83E85FEC26A7739DC379623B625FA0DFBE0D89A925312E3-AC7F3B3537E8E6797BE7270FA4F9F6A2414E660F51A86EFD47C75F00603BC328\" />\n        <meta-data\n            android:name=\"AAAA183\"\n            android:value=\"10D0F8636D0D7C502D778DD2B26EDEB5BA1C406CBA847B2B878F2255830A61D1-59EA9DED5F79298A50103D254497CA71CA80332492C749375044879B8F099357\" />\n        <meta-data\n            android:name=\"AAAA184\"\n            android:value=\"500F0CFC6AA65F8978989E9BBE38C07FABC9CF39373860A85BA091B7845AC15C-AA169A9753E2FF6676AC26E4AF3573FB387F05C66DE80DC352CE3324BD9AB08F\" />\n        <meta-data\n            android:name=\"AAAA185\"\n            android:value=\"9385B382F4B44B0DE3B7022DC6FBFBB70F0F5BBCDFC469E6BD2B3555C48B753F-3467B909BE2A577043BB77406388320DF882276C937D09689C4D894193984C01\" />\n        <meta-data\n            android:name=\"AAAA186\"\n            android:value=\"E4428C01E901B36EA846E0A5BC0BD9B8D8E67868B575F148C62CEE5FF4986C2D-EEBD0F16E629AF8B8381BFEDFDD649605FE90F763F5CB7BA473EB9EEF94D9AF1\" />\n        <meta-data\n            android:name=\"AAAA187\"\n            android:value=\"71877A1DA29B39C59EE305327F8E4282D85BCE0A14315974A4A5D3E6504746D4-52586D838E24FE06DD85B495E76421B61222C66589F5D21C0197561D0702CCDB\" />\n        <meta-data\n            android:name=\"AAAA188\"\n            android:value=\"91A3E6517B6E78A08BD19AC886E58BE5957D385BF3E2471E321E43577D8B1BFB-244FD19BC69ACA04262FF8FB40A150BE4176F7BDD1673F82E64205D77D484873\" />\n        <meta-data\n            android:name=\"AAAA189\"\n            android:value=\"E1B5749F752536105DD39045A5579C754653EBB005ED39F2264919F28E31206C-B925136F3EA7C0A1951690A1AB313910DA81F40994A85342EC622888F1287051\" />\n        <meta-data\n            android:name=\"AAAA190\"\n            android:value=\"2CD95CD159ED3E0AF2D4ED848FEEA97EBC183C3C84CD63BB08CF2E4F90D90ABA-B2B90F2F5A3679186FB82A6FB8C07F5E6AB4B55EA01B5625B28A9B5549FC6988\" />\n        <meta-data\n            android:name=\"AAAA191\"\n            android:value=\"8220EC41C32C82C18A707DAB0BD554638C91B1831DCA782ABA90493E907AD2D1-11FD3E05865044295882005535005CFD2B0DE878C2546FC4500763C3E4A5C339\" />\n        <meta-data\n            android:name=\"AAAA192\"\n            android:value=\"B60086045A4EAEE4F456E9408D26441992D491CF4B82D23B5A8DEA9136221EDE-2C4EFABE04EFEB9DD03B02E9FEC98CDA131A23BC1AE9627EDC1D0E7F07E170E2\" />\n        <meta-data\n            android:name=\"AAAA193\"\n            android:value=\"29B1B4C056A074CD1498E1D3A87C96E2308A1012963FF04757402A2F36DB6CE6-EFE2BDC9764610AEBE1CEA210AB4FEC88D6FAE9ED878E9D16E1AFA53DAE8B42A\" />\n        <meta-data\n            android:name=\"AAAA194\"\n            android:value=\"40121B20BBDC90A40FCDA1C15F2F025F67AAEF1C600633D238A4DC5019868646-F487CB84EEFAF8DBD507BF5D31827969901608319C8790D670144F8BAB6B9802\" />\n        <meta-data\n            android:name=\"AAAA195\"\n            android:value=\"D4C6BC2889D50309446B3A914E0C497BE0A7A7F1D6F88B8CEEC89008574BF140-A9AB6BA83559706C7EBAD25A66848F6A251978032A4920F83037D759527E604C\" />\n        <meta-data\n            android:name=\"AAAA196\"\n            android:value=\"550A4594462C66BE9CFC67B9A507CB472113812034D1915FCB401C1C7C68E2F0-1338F9B049893CC70B78432A177582F90BD4BC6296EA4ED35BCC7DF59687AC53\" />\n        <meta-data\n            android:name=\"AAAA197\"\n            android:value=\"23B04A6FCF2EBFC7064F83DC3AC4722905DBE4629D9790EAF261AEA2D724A4CF-FAD6269B06C93A481D23B166A53648AF5C204F1648AF3C8B69F77BFB52A15AB9\" />\n        <meta-data\n            android:name=\"AAAA198\"\n            android:value=\"1829669D17794133EB5485C1D6476F9B401CB032C16CCA67BCF87DB32B68FEAC-088416AC007E7CC70DF1536C72007D330E7B8426CB099E1B64BD900A61B950F8\" />\n        <meta-data\n            android:name=\"AAAA199\"\n            android:value=\"95451A5D9562B8FDE8B92843BBFD248ED26871CF8F5989ADA165901819E62E6A-2407A2FA4B78F69FB10C0301C24E91B9A23BA131278A7F28CF39870804E216A4\" />\n        <meta-data\n            android:name=\"AAAA200\"\n            android:value=\"658EF42E3BE38619809712F904D3184F6C149EEA90FE8E15BBCD8C84D33C9F2E-437B7C9A946C3CE9F249A4308614F542C14D7C7A3BC97789984E0247CD2301FB\" />\n        <meta-data\n            android:name=\"AAAA201\"\n            android:value=\"43898D5B58974356FB21B22C519738E8FDF562E6C6CEE86C7C03E0845A381C27-9757F9B84D0B19ADBC9C5A18AFCCFB38F0973C9A07E9880BDAAF106E1BF30E5E\" />\n        <meta-data\n            android:name=\"AAAA202\"\n            android:value=\"EE7188F5A8F33A70C7FCFE890D8AB1D76171D864ED4485EB2026AE5357047599-C8E79B854BA95CEAEF861C3F70BDE22A8523912D10007C293C1F56BFF9FEE5FF\" />\n        <meta-data\n            android:name=\"AAAA203\"\n            android:value=\"73544CEAD268A36225BAE70FC5FB863C31A30AF2C1393464C3913E740CE051AD-41B3F9D1F10A8D2C6CB3449B848CB701046F908345A38DA8943B7DA697ADD8A2\" />\n        <meta-data\n            android:name=\"AAAA204\"\n            android:value=\"1219C5EDCAFB7F64AA0C43CC0FABD2A6F266ABCAED260F617C3086AFBB5923A2-6723F35D2527A8B1975BF436DF2A6A9DDF9687AA370D98A27C1A03BE17A3C101\" />\n        <meta-data\n            android:name=\"AAAA205\"\n            android:value=\"45FCF41715946F21BE07288079D607D8536B03E933F6C99C7D6772845AEAE50E-E4151E382B51078CAA2E3E0C719A95DF1772E4CAF19496264833AB661D861265\" />\n        <meta-data\n            android:name=\"AAAA206\"\n            android:value=\"B8EF4533C114E2021233599AD0A8E20C5F491D53C5C33D911A809ECD3DA92898-A6FBC39C38152507F5ECFA8D3C77F72CE56D772363F188117D6BBE01D59BE79C\" />\n        <meta-data\n            android:name=\"AAAA207\"\n            android:value=\"13E01692CF9A5E9253BDFB013A54BADE5091F05E659C596115D1E805F6B31A9E-B255437889F6F6FDBB165C43EE661418D4E8336D3A1F6886C3A87C892B514596\" />\n        <meta-data\n            android:name=\"AAAA208\"\n            android:value=\"C6A381AC2B63BEF3094DDD3788A50E3668C3C455147407E3C8374D9E6A1832FA-C2673C2CB30BB8FC14637FD0C7E02831DC26F685BCB4F7948673FCD8CA172F6D\" />\n        <meta-data\n            android:name=\"AAAA209\"\n            android:value=\"913F8E2511D50502BCEBEA8BB50F042ABFD7715C3AA20AA9E2139197E42E09F1-1F3C6481453DFC5F41EDFEE201DDCE476AA0AA605F6D8E3259C252F46A0A092F\" />\n        <meta-data\n            android:name=\"AAAA210\"\n            android:value=\"15015F2C2CDC87B91A2174CDE75E5EA199B762D231D045DA1E0404BFDAE7B241-11D13896CF4756CA2192396735535D74E9E04D3BA2B137C6C0620797D27AAAC7\" />\n        <meta-data\n            android:name=\"AAAA211\"\n            android:value=\"4D87885938C36CE10AD6F6E577C50FE12291941DEC3CA0AE0465CF9070C27F49-8C87A9F6EAA73B18295422B37C4983D051EEF55C28B341AF2381753EA5FBE671\" />\n        <meta-data\n            android:name=\"AAAA212\"\n            android:value=\"4EE6068395783695FFAC379202C451642546008F8F2333FC6DEC91A5513CFF70-86DD00366A4223B72A06662EAC182D52CE020687F70276E2CD1E1D3E0AEC306F\" />\n        <meta-data\n            android:name=\"AAAA213\"\n            android:value=\"463CB436C4410ACD459D73774A9FDDE3871CCFDA1C15FAE8ACC1C97BBB168046-03BD153DE7230800663090D52320EEEBDD5DEE1006AF8E77D73ED1A11B41DC0B\" />\n        <meta-data\n            android:name=\"AAAA214\"\n            android:value=\"C497FFFE3A64B9841E392A58C1B047FB9116E79300D9366FEECE7676DF2389CF-7A7D89BC2CDAB8230FA3DC5C9D1FAAF0014AF864D575ED7AFF774C7178899EAF\" />\n        <meta-data\n            android:name=\"AAAA215\"\n            android:value=\"356E6D499EF150C2BB3DACA1F37B6AA3FCBF3D4EB75581FD0997E50E1CAEB845-7638D2B96471266080C72F8D3BAE76FB8D22FB81DD6D085FB5E07D9DAEE7D109\" />\n        <meta-data\n            android:name=\"AAAA216\"\n            android:value=\"F384AD5803CB7D1DBD80F3F2FFE02CCA8241B5EEF109815361FB9F65EE654DF2-D0B76F8FCB7E977DA4DEFCEF304BE57BD224785D0E047A1F1FD1B072E2EEBF74\" />\n        <meta-data\n            android:name=\"AAAA217\"\n            android:value=\"97B94DF58B36699C6BB1C7A59BDC50492329A87A0C0F0A9D734D1C0469AF4333-3D4E9FA0C5F1D6D4B2213EFD0983A88722E12FF521EC7572B51663B4578A1744\" />\n        <meta-data\n            android:name=\"AAAA218\"\n            android:value=\"DF5753BC39BB6BA7EF1138BF628FE85869013EB4C58F2A8E1BE73EEC17735F5A-7D2006E51979DAFEA6416D73A903507E400071A140FC146AA6668028CEB35FCC\" />\n        <meta-data\n            android:name=\"AAAA219\"\n            android:value=\"1107B2ED0B01853C6F19752F185114513BE0D3C7202A8407C0FDCE4207C38322-FEE97D124D33C3E7AB374D4B4149A28588DA20E61480DDDBF97F04D82802718C\" />\n        <meta-data\n            android:name=\"AAAA220\"\n            android:value=\"D22D0099016512FCBBC58B896895AAB69A71F37752365E828DBA803B0DC3EA50-85CD5973541BE6F477D847A0BCC6AA2527684B819CD5968529664CB07157B6FE\" />\n        <meta-data\n            android:name=\"AAAA221\"\n            android:value=\"5B6774029D69082FA2FD4E4CCA31A79302625B75EEFE7DAD794E80FF91281104-7E957DE70689C538F682E6EE5745C14E3AC1E912BADC2041EE455F6DDA364A52\" />\n        <meta-data\n            android:name=\"AAAA222\"\n            android:value=\"2DB14B7AF9C7D12563D903AF2686726FA07FA70CB8D7A5D2C6B9F36B96231534-4DA029254A58C13C26DFC281B44823BEB8E0F3EF83B0CBB3F6227CA462C85AC0\" />\n        <meta-data\n            android:name=\"AAAA223\"\n            android:value=\"907D88E72257F6AC7F56BCCB624BBE944B2F193FC9D107EB4101A6C3A6EABA89-9423EE17D36509BE226B46F5912B4760EA7F47A838323EBAEB0DEC44E1F07D52\" />\n        <meta-data\n            android:name=\"AAAA224\"\n            android:value=\"CF257A368A93AE86B7006DF572255F7DE3A4391F18FA5F2F7D1DFFB29F74DE75-19039031BB2D461ED1815F8B892230D4BC278768E4AAC7E723F3ADB6D7F00C24\" />\n        <meta-data\n            android:name=\"AAAA225\"\n            android:value=\"75328D5149E2A0F77E36C206ED4AD2475DDBDC953C3C9863AD94EA7A9BAA7AE5-137D3EB741DB5C4E07BC687F05FBBD5A61FF29A2710D8A05C1E546A5A1BFBC63\" />\n        <meta-data\n            android:name=\"AAAA226\"\n            android:value=\"5E89766D7D14CBB450006C2DC939EA7A1ABA725279293497DC3F09C7F200A534-18594DA9DC59EB261CB387540E5C49D971E89AD7690DC9956D2F20C1E173325F\" />\n        <meta-data\n            android:name=\"AAAA227\"\n            android:value=\"EEAE05BEB760D9AB4954EE50C0DDCE83DE3EE91111B1517C3FD2B494EF123724-D1D26EE248FB940352FB028EB7D72AFA5E181175951842BD3895C703416BDBF7\" />\n        <meta-data\n            android:name=\"AAAA228\"\n            android:value=\"094C2E784DB1B2ACE8BE59318FAE551CA99FDADF3C9F48CCBAFC265E02DD0031-CC7D764D7AAED10630805AA7FFB7DB8308B44779F3646D78EC661DF56A682802\" />\n        <meta-data\n            android:name=\"AAAA229\"\n            android:value=\"E0EEBECDE73CFACD599B3EC1F5B416D3BFCB8C95963EA711BBD262CFC138A170-08D7DD9BD7A68ECFA92C397E3D641C0F4564ADB4C010603F240E4FD71BD9945E\" />\n        <meta-data\n            android:name=\"AAAA230\"\n            android:value=\"355AEC95F42F729E0CEB706A228DA61B8CCD350E41C0F5CBCEEB9CDA56C28483-5FD0D52FC14BA01301BBF8930A7B5F1DAE304F661A66EDEEDA31D367B0B32739\" />\n        <meta-data\n            android:name=\"AAAA231\"\n            android:value=\"8153759EE61E5E4C37F310321458FCC2AFA342BF445E8D12EBDD6A8DE0DC9DE1-04EC029E4B15B43AA4A56E69085C65A493EDAC68EC734C9125DB4BB17207B5AD\" />\n        <meta-data\n            android:name=\"AAAA232\"\n            android:value=\"A310B091F7F8E85DE10D502B75EBA249EABAF30BEC0D3731F841651AF74D072D-D7811EC4166FEA6CC720BA66699DC84B584AC9E6986613A76D4E43D8CBE32B27\" />\n        <meta-data\n            android:name=\"AAAA233\"\n            android:value=\"54360B9C0651A3CB73D74C5F19B394B8592353B23ECB179E067625E0C3E81D6D-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA234\"\n            android:value=\"0E320D72688B841F1714F24344115B448865DAF293899D2019E85616EFB09737-74433F151752ACEB9243A0ABF7A5812FDAD16CE9F12415D6AA208BB632E6CE6D\" />\n        <meta-data\n            android:name=\"AAAA235\"\n            android:value=\"68207823D02B0EA316B5FCA4EE177B936D069BEB0C309003B0410C1C04F2AFF2-A1D66130AA39056A7995F7D154E2E0F3594A7D3CF0655A77AC379150ED175CBC\" />\n        <meta-data\n            android:name=\"AAAA236\"\n            android:value=\"913BDF5CF599346B6851B4031167CD6C620E619122E96B418017AB36FDFF44D2-3987D043D10AEFAF5A8710B3671418FE57E0E19B653C9DF82558FEB5FFCE5D44\" />\n        <meta-data\n            android:name=\"AAAA237\"\n            android:value=\"540F354E6671419849A6CC61FBE285B17B0293CB266A5BC2BFA22C03B04F1C3A-CC7049EBF726391FDE00A953D67E79E9CD72C140076CD9E3DC86CAA751A9DE65\" />\n        <meta-data\n            android:name=\"AAAA238\"\n            android:value=\"D21FC148E331E70BA5123C56790CF8F2A911782B9688F1585FF8DB4FDE3C1FF4-44C0EA55DF8580979682A2240877013A1358FA47DC9572CCD553D3D33148F9E5\" />\n        <meta-data\n            android:name=\"AAAA239\"\n            android:value=\"DC464243AFB36501609D5E35BDCE23EA60C8B0A601611F239F48A18EC2E75F7D-207AF9A133A630C4246A06C79C09946A70840F4702EE5BAA53F3791B537B0F14\" />\n        <meta-data\n            android:name=\"AAAA240\"\n            android:value=\"64CF804DF13D9EF95E5E94664D386D4BAE48DA061C3B8B3787B6DBE0A1983D1D-C17B8E3E427BFCD99CC65EC24FF53AE917424292D723615B74636468E3223C0B\" />\n        <meta-data\n            android:name=\"AAAA241\"\n            android:value=\"87711EACB7FF6167700FD83D17D269202DA218D8B5088577DE0424BC6341CA8A-1D47E51F53EB11C38B699400F518BDB6D6D27A1D61CC51E2A69EA828C3A2DBE8\" />\n        <meta-data\n            android:name=\"AAAA242\"\n            android:value=\"A4933D2EADFAA0999DFED54BC48CD8B443233AC11FC504A7CFCF6BA4CF3FD85F-DEBACCA80BC71AA7DF5F0FFB769F36207EA0AE36180197B61D2667E9B98B4B8E\" />\n        <meta-data\n            android:name=\"AAAA243\"\n            android:value=\"E155687B04610380A100129D3AA5CE2AAEB00F000E84F97DF4363838B48E2E0F-68F72B282EECEFD55F660B88E9E29796D846295D2C2627E800C76E33137105EB\" />\n        <meta-data\n            android:name=\"AAAA244\"\n            android:value=\"1E4DC80D371D3D50049A91DC28571AD0DEFEAF6D2639302B37EDCA4E235A8DF8-B8BE71A9B52D06B98FFE55BFCAC81DAFF88900062D06F34D0FF62348C82BF58C\" />\n        <meta-data\n            android:name=\"AAAA245\"\n            android:value=\"0CCAE271D1CA1B95A5E98EDE600EA2D177B07E39A1548E6B9535752FCBE398C1-917F8719D4C2C892DBF26BBE2BDB179FFF0E0DDBEB8FF9F31A4DD98BB4A4D25D\" />\n        <meta-data\n            android:name=\"AAAA246\"\n            android:value=\"2BC568287DC0C76BA1BAE28FF5D33ACE02AAA598D8C3582ED44D90A69E837BFA-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA247\"\n            android:value=\"1FA079FAA5A0CFD5A1BE678792F24CB5D2322B7E5CFC63F51F7B5E3300C7BB9A-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA248\"\n            android:value=\"FD8B1FF00B5BC196CD958BC7055A3FFCDA20868279E41B042DDA20F173548202-7F7AE292E87D103DDE32745209BDE47BA8F9B2F632D4E8C95B63E3243B31203E\" />\n        <meta-data\n            android:name=\"AAAA249\"\n            android:value=\"A6300917943AAAFD0B5EB151E4E1A06694CC201196D5B6A4A1C10327335E954D-99F6CC5308E6F3318A3BF168BF106D5B5DEFE2B4B9C561E5DDD7924A7A2BA1E2\" />\n        <meta-data\n            android:name=\"AAAA250\"\n            android:value=\"C7E1539F6BF78D3E9541830723B4E72AD29E45E014C7E934B79F50F88B00BCE1-7A425040828738D0FC0B93C16F3E4E4AC2AA49026100B2D01AEBBC0B557D356E\" />\n        <meta-data\n            android:name=\"AAAA251\"\n            android:value=\"9147D453D2D0CB2514B751E53B05F7817B980C5C573C4177832EEBEFEDEBDE86-C47EC42D91260A4B3C9FE70997DE1E581B91B007BBBA6159E7AA293EFD54F4DB\" />\n        <meta-data\n            android:name=\"AAAA252\"\n            android:value=\"B723BD6617DF7E35EC962B179BE5361ECC6306235496AA4FCE9A56F1CDBCEC8F-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA253\"\n            android:value=\"0ECB9D5A4F9AFEEE665306ED7DB09FE7F8DD6DAFF2CFACDE616A97EA322D1B61-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA254\"\n            android:value=\"8A15B9EA25CF2952D48B4BBAA4172D91A54753F73003202D7FEBC8B04C5D3EE0-9DB7FF389AB6A30D5F5C92A8629FF0BAA93FA8430F0503C04D72640A1CF323F5\" />\n        <meta-data\n            android:name=\"AAAA255\"\n            android:value=\"8D0E88764854E91DC2DD3455C937D690062348E7D713D8E42A7BE0FC43F382C6-C991989AF90C73275DCD5A60304E7AA8224C5070B21C52DB1046CFB6878AC77E\" />\n        <meta-data\n            android:name=\"AAAA256\"\n            android:value=\"11BDCB5621EAF7F6A1AFBF64DD258CCD9E40BF1F838A26545D79225DBD5BA80E-A5806CCAC0280E904C7A43E94302DB8AA477DFEEC2AE9BCA8CEEB4DB366827B3\" />\n        <meta-data\n            android:name=\"AAAA257\"\n            android:value=\"30E9DD1C6D84670226BE7404B9C79A8B3C5F579319AF726002A571FC8CBE7BE0-F6F7F8801C166B0E24C87C268F6DF4E529E1C4051D3C21B1739245E6555F599F\" />\n        <meta-data\n            android:name=\"AAAA258\"\n            android:value=\"BA9C33D92609B9F710220E03E0AA9ED3ACBB6187FE80A22D0A765606105560AA-AA250A8522017BE9053F8F29F7EC376A609352E0CC37E66D16DF9F8AD158FD27\" />\n        <meta-data\n            android:name=\"AAAA259\"\n            android:value=\"7925C6ACA136312ADCE5B997FEDD83A8BB4B47B7465DE11072B632DAC53CDF56-0439C9A2EBF7BB3A3A20FFD844E2CF958BCEE612194A4490FC008EEC1BF594D9\" />\n        <meta-data\n            android:name=\"AAAA260\"\n            android:value=\"74ABB0EB772C4250FC9049005CBD549ABEDDF7AE36D1D977D6C746EAFCD87793-0131326FE2E78DE96FC84CD0B5866343B90FC2094DF3B7C38DC431BDD6A31B0B\" />\n        <meta-data\n            android:name=\"AAAA261\"\n            android:value=\"598D2F009BA4904B01BB7C8B89E18A06C9854EC95D48AF898C7BB06E596CC353-91CEE23760826348D2D4BA19D1CF0E4DD611DF52F65893AA9B1F0576647D1848\" />\n        <meta-data\n            android:name=\"AAAA262\"\n            android:value=\"1BED78199091E60D6DDA7C5B87D928AAEC951D0BF8F772BFE8C92C33A4CC8743-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA263\"\n            android:value=\"B3EF0919640C6923611F4AA659E12025FB08A1073AADD20AA2B78D2A20B80B79-3D7A1223019AA39D9EA0E3436AB7C0896BFB4FB679F4DE5FE7C23F326C8F994A\" />\n        <meta-data\n            android:name=\"AAAA264\"\n            android:value=\"1271AFFB5870E2B96174A0BEE4DDDB823256302E105AC820FE8FECAC1148986C-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA265\"\n            android:value=\"862DE90D3A066014DAC9BDC0BD5D393A3FF67CAF9144492B129A35B6B72E4507-B925136F3EA7C0A1951690A1AB313910DA81F40994A85342EC622888F1287051\" />\n        <meta-data\n            android:name=\"AAAA266\"\n            android:value=\"0698FCBD974F9CE55B0D664C747F07C66F3CBB850ABE1ED6970B90C3B4F3CBC2-C29E4C4863DFADC0A2673E0BFD94535760B422B1412F1B6EEF6159E7977F31D3\" />\n        <meta-data\n            android:name=\"AAAA267\"\n            android:value=\"090CD2F092B03947C502F0D01212183F6C15C6E8EAE747D0EFA2658926875E06-7D0310523776C7B2550BD41777AA3C695FEA0298E72440E7E2B24958DE051958\" />\n        <meta-data\n            android:name=\"AAAA268\"\n            android:value=\"3599DDAE62DC7B702462F8A24EBD255E36D8A73055E3BE5DC561EA5B8C113F5F-97D81E400BEC80F9B8C8AFE07DF07CCEA749B93FA3454C6097994572F6706E84\" />\n        <meta-data\n            android:name=\"AAAA269\"\n            android:value=\"E05B73F12128882B6F8BFAF5B0685C1D4B2ECFD12C9481EEA80F224381B28BE2-B2E6BC0C730B88AAFFBD5BF522F792DDA5C82F5FB814E5C3688C32670C28681E\" />\n        <meta-data\n            android:name=\"AAAA270\"\n            android:value=\"837059CEDB6C5AC7E28C25106834E1F6B4E9830E0FDF4D0D15537B1DB40C534B-0A5130AD88133E89175185F9E7B2271F00BDE40DCB7B4E0B4E91A72DB80AC9E8\" />\n        <meta-data\n            android:name=\"AAAA271\"\n            android:value=\"DFAEC7C8353783077F153BE3E05969C83E06655E3DA2608CACDEC90AA3BB9C27-918E39B4E77E4E1E03A7C0236C6F473037851069C67B5EBECF60E9B9744E4DC9\" />\n        <meta-data\n            android:name=\"AAAA272\"\n            android:value=\"38DBD337642B3AC5327CF7C6804ED43EA3591F8F343B09EA1BD1670158422B57-F245DB5CF9FB6C4EF69F1C248C0E8D78AA240CA5789919F81B26E2EA46928622\" />\n        <meta-data\n            android:name=\"AAAA273\"\n            android:value=\"086DD442E6BA1BC30F8AE36DF9042155C4EB73378D56F5F2FAFC73681165AC3F-3237DF49F466FD27A49160B0A1CFEE10FC46C1482A4658D0298251EF5A17FFBF\" />\n        <meta-data\n            android:name=\"AAAA274\"\n            android:value=\"0156618CA88BD54E4A07FF6D59F2CC4F62E45AC1C092892E03F217E3A782CF14-DEDC3488E9BFF68E5C5A60874EEA15E2B6B82C4696CEBBB98BB0F2630EFC624E\" />\n        <meta-data\n            android:name=\"AAAA275\"\n            android:value=\"C5444BC206B658E60030FCD4464E730BEA98E3CB15796E94A6485D6C578FF32F-F3CC2CAF0FA6A86DDE14C5E89DA21132F1619A9D95E68E9985F8048AB076E63D\" />\n        <meta-data\n            android:name=\"AAAA276\"\n            android:value=\"FC8E4C77D0EF4E194FC985A100F78E9C9356198D4A270E065FE7516857C04481-5F18DDCA47420841325ED54D1AF9484AF92F65AAC70A3B623C4E867F4EF71E20\" />\n        <meta-data\n            android:name=\"AAAA277\"\n            android:value=\"7218CC56B869343CE82195C6FE8F80D69F2AFD4F96146A4395E58D9DA2D3FD1D-CC1D24A853C20C11A05F75176A2640B1577F44D6BE6C17E39CF872C5B90909C4\" />\n        <meta-data\n            android:name=\"AAAA278\"\n            android:value=\"DFD34364E37373DFAB4470DD91373C29DF126FAD5A5E4D6871CAB3ABAFF6ABCA-93CB6133FE53FBFD8BAA027C64CF5E1717B7CB48E4526247C0FC6E2D0973F1AF\" />\n        <meta-data\n            android:name=\"AAAA279\"\n            android:value=\"EFC4770501004DBD95726BF9EE3A019000379C160BFC4077EB3B6F7330BEF778-E4151E382B51078CAA2E3E0C719A95DF1772E4CAF19496264833AB661D861265\" />\n        <meta-data\n            android:name=\"AAAA280\"\n            android:value=\"FDEA8FDC182F86C5A91E4132D7710543E335EEFF7C3086BA8F7AE22B1B6A80C9-F0CAD7AA153BC8DEAC667C1511D94E2C69A653BC58B0E07235F56F1626C7AA0F\" />\n        <meta-data\n            android:name=\"AAAA281\"\n            android:value=\"CF8397B4CA810DDBDADE6BEBEDF31E67F174EA734032D00F4FCC6D0618B5803B-C820DEB7C9BE7E93042AB41CE16D932FB6399F47B9C7106CDF0474918C1AE0CF\" />\n        <meta-data\n            android:name=\"AAAA282\"\n            android:value=\"99A74C4F70788CE458EF8DD56E4F1518359A923CFB6C0189ABDF119251591CF4-A020B5C50718081D508A0C60891FEFDE19C7460F6468E2515453488EDFB65C7D\" />\n        <meta-data\n            android:name=\"AAAA283\"\n            android:value=\"91863E66910E9E2EFC7125510627EDAA1FE68964F45E659C39C563EED85A519E-4739757E92238F11E7EBCBE843B2C7C556C73C2518FF7CB6B49ADB4F3795BB5C\" />\n        <meta-data\n            android:name=\"AAAA284\"\n            android:value=\"EA9ECF01966F2BA6D736A3EB54554B0E6226A0F27DE96C7331B174559E384EB8-EA6563A53467A6A65C2A66437045F2A6A583FC8F0AFF5868A9FAC26BCFEF5FC8\" />\n        <meta-data\n            android:name=\"AAAA285\"\n            android:value=\"8318BECB571F3384E9079AD322C1CCE7F87C765A905F54CA6F843634CD14B606-2F2A30DBDA6770FF3749F2852FA8C37A79C0BB932E8E5ADC1A7AA4521A18BA00\" />\n        <meta-data\n            android:name=\"AAAA286\"\n            android:value=\"CD8D93CEB97CFC15CB1F1B1333A22521A35FF87CDC8FC088E5505CB9306FA621-1588890BDCECB629FEE472F1FE759EC60B1BFF9FCD597B19974CCD52E0CE4571\" />\n        <meta-data\n            android:name=\"AAAA287\"\n            android:value=\"DB2BB5DF7B8C091EF9F98F7F05140A945D36AB6AAF42B53B5904C24B57C7A14B-F26C8F4DF391460F2184A050A8037E4B50D557C61A49584793117B9F947BA1D2\" />\n        <meta-data\n            android:name=\"AAAA288\"\n            android:value=\"F10F7B351A78431824013A41EA5993BD1D665C2B3E08B0D45AB5E5403A34DEFE-6E21A5F966A7252628CD8F5982D93086A0FCF76C09EDB9D7731964BB1C842897\" />\n        <meta-data\n            android:name=\"AAAA289\"\n            android:value=\"9F6E0E704D382BD1713EBAF1F2457F2E0243ED306470D1A4E2D8AE081F7493F0-F14A5B29DB5C181C119C3482B09EEA80751228869314E8149167A2E863219807\" />\n        <meta-data\n            android:name=\"AAAA290\"\n            android:value=\"4F680CF7175BE092C9E943910DD3C0088EAC428B956D912304526CE09179847D-3530AFEDF24E961533A7655C692B04AB2E1C42C5F535EA1CF7EC718265D820BE\" />\n        <meta-data\n            android:name=\"AAAA291\"\n            android:value=\"F5BEB9027AA1A1AFEDAAAAE15A3879B4B80263361447F508E73750C2A4A0741B-795187C8CA720B9850FC5E161B1DD04BFF68ACD5D9F0BF69D61E5A2201A65456\" />\n        <meta-data\n            android:name=\"AAAA292\"\n            android:value=\"583A6E7C00E50CC909D8565E74931CD74FCF95EF8A51197C5C83069DF8065775-BDC48B404A7042F2C0D1E43BCC22AD3F2656A74791AA9A1A3F5FAFD956387154\" />\n        <meta-data\n            android:name=\"AAAA293\"\n            android:value=\"A7244AAFF4A5EF5C8E3354CF6EB98EB27FA3C6BD0C89F5CBC518E76F145D8652-71749F884A9226018CC6433292CE8A1BE56EF0A2A4B22483C3A45174D48DA48C\" />\n        <meta-data\n            android:name=\"AAAA294\"\n            android:value=\"05BA85DACA61BD887E0915F17394836979160527DEF56128E079837281014A07-44D539844E7F832F442F3F26124855C1882599DF8D0EA177F3B22BB3797256CE\" />\n        <meta-data\n            android:name=\"AAAA295\"\n            android:value=\"40BB1ACCA465CE188DB08D25A5C8C03C02C7CF3A2B836F2FACD93D7E9D04C521-128F00CDBD8A4FB55F663129EC3DFA409C75DA65B76CB3ADD94E16285D67C837\" />\n        <meta-data\n            android:name=\"AAAA296\"\n            android:value=\"7DDA8CBBF094E5B5C664536F7BDFA20D0A8DC408129B3810BE4225F05B2ABF24-291A332525630F847F3BD4376F9359B3A3E04D4CE93C21AB79C4E62281EE2DF4\" />\n        <meta-data\n            android:name=\"AAAA297\"\n            android:value=\"40088D221A1F7893BFE9E5BC931B6AF3DAFFCA00D720D856924DB7CB2E3789E3-89C6BD769960BC4407C54836759FB6ED05A020192A04486B829B8B8BFF0E3EFA\" />\n        <meta-data\n            android:name=\"AAAA298\"\n            android:value=\"B32F81D6F9D3B006EAA5F454C4F73135D872C05443B94644C6D6B3650860CD9B-97279D277BF5D9A46F1759BF7065BAAF5ED045B49DD6DDE775D85C2B6B5D6D9D\" />\n        <meta-data\n            android:name=\"AAAA299\"\n            android:value=\"E3D1922482AA32C3F6E6B01A1444B78F0641B69FA03D60A0D18D00D823820C42-3EAAE68E19EC207838E7F02356B3C7379609323E9CD41390B3A9DB435A2403D3\" />\n        <meta-data\n            android:name=\"AAAA300\"\n            android:value=\"09494F981991C331817880501FD87CEA5C687897F1E822793E1F3A2E489E1B7A-D58B616A75DA66B942F9B680567DCC6E4219590C11471CE344281DCF91914DAC\" />\n        <meta-data\n            android:name=\"AAAA301\"\n            android:value=\"11D61B0BF87D167FE2625540AECDCF421D08095CF541EB47EE62866443B89D8C-A0794215278A567E887AF6CDE015A5E88414EF640F7DAB3855A3E779658BE778\" />\n        <meta-data\n            android:name=\"AAAA302\"\n            android:value=\"C83111FE1B7AB7295429624DA322CB0062FE0672CEC6BFC7470DEB7BC8202E7D-86A71B09ECB5C6DE705DC475C550DBC3A1AC4F4B93733F90197B131B92333E9A\" />\n        <meta-data\n            android:name=\"AAAA303\"\n            android:value=\"C9858F27CE9BCC04A5E32D195E792FC256D7DC53B8DC33A725122A4193B04F7C-910FF992723A6020D1231E2652ABC5BA44FB6B5492714CCEC8AF35A208B923BE\" />\n        <meta-data\n            android:name=\"AAAA304\"\n            android:value=\"2E5D0DF3CBBEEC21E58FA38689092058203349B5BABAAC57D086DDE6A452BA95-5335BC4961580B2E39CFE661355386636840686AD00B8DC16061D22236AA7D13\" />\n        <meta-data\n            android:name=\"AAAA305\"\n            android:value=\"ED90962973464962E18CF5CE404EB129A1EB1967BDA62C7A48DA6F8EB379DCF9-E875D322323250075C0C7327FD8092468EF4EFFC05199D83AED22F80CB3C81AD\" />\n        <meta-data\n            android:name=\"AAAA306\"\n            android:value=\"DAC1326F73271E2770523EA4B52812AC155B783ABB026DEA882B43898D87CF52-57BDBD1EE55EED3A84312B6BD17C4E515614B0DA5AAFEB1A30E20B4C2A8ACFB0\" />\n        <meta-data\n            android:name=\"AAAA307\"\n            android:value=\"3DD8C8EC2E4663527F9A10AE6B8A69E40C3FA0DCF528DF064AEC8733505147C7-7E0C67C34D0271E8C478DF49225F26688FB86B4995CD8A64F71C44BAD68A7871\" />\n        <meta-data\n            android:name=\"AAAA308\"\n            android:value=\"F5BEB9027AA1A1AFEDAAAAE15A3879B4B80263361447F508E73750C2A4A0741B-795187C8CA720B9850FC5E161B1DD04BFF68ACD5D9F0BF69D61E5A2201A65456\" />\n        <meta-data\n            android:name=\"AAAA309\"\n            android:value=\"6E1491E19B7E1CAED342EE20A5BBAC0889E3EEC24B466C6A27E9B9F542FEECAF-E8DEA651C0B725D43F516C6BCF81FBE0B03B0CA4C828DDA1AD8484DB532A34D9\" />\n        <meta-data\n            android:name=\"AAAA310\"\n            android:value=\"91FFF3F1CDD22F89965882D5CE058FAFF52C79EBD7E23B136AD02D2419A4A9C1-D78D7E121950FACDB06C013F185CB0096DEF94EB0E87D784A99D5E6AE03DCA2D\" />\n        <meta-data\n            android:name=\"AAAA311\"\n            android:value=\"E9B7F6A21008F5EBF193E4C88E0BBEBCF37E3B5255BE5DC2DA883A3C7D483308-B7E6D030A066683EC05EAAED8C775E22BF9D95FF9D422623A97407B336F3AD98\" />\n        <meta-data\n            android:name=\"AAAA312\"\n            android:value=\"F07171FC43CE72FAF9B706C1F3F1443346822DDCB6E350915FEA7FF42EDB2D4A-F079296502ED5DE8A6A6CA75A57E6D3F2C2A7E915CF9616AFF89A1A55FA8B748\" />\n        <meta-data\n            android:name=\"AAAA313\"\n            android:value=\"5708483712ED7089E068B18CC32DDF552BEA24B586FC1E3753AB8841A733FE09-0EE714717CFA5E40C727B4FA1EB4CF6D6834C1C44F1FFEBE5BBB8E2CC4FE43CE\" />\n        <meta-data\n            android:name=\"AAAA314\"\n            android:value=\"A6724C222DA55B5F14BF0D3B376ABCFD4607DCE83539AEDB9B3CF09E1BE1727C-1F3C6481453DFC5F41EDFEE201DDCE476AA0AA605F6D8E3259C252F46A0A092F\" />\n        <meta-data\n            android:name=\"AAAA315\"\n            android:value=\"F455B97D8F9C110BF977A0382BA1F0A7F729E65C12FF49201094C9DF92A279FE-46004C03971CFF284702A908324F89A20D537EEE1DE326EDC9B2A5F005F657C7\" />\n        <meta-data\n            android:name=\"AAAA316\"\n            android:value=\"0CF62E48DBAB09CDFA380F6585AF385C76171D3D3EC9E6761D883D033A51565A-E629AB0DC6DF219C8C868B8330D3A43D18D4BD64F6738C4600E883949E99FCE8\" />\n        <meta-data\n            android:name=\"AAAA317\"\n            android:value=\"37AF1D4B04B6AA253C3F50B68DB1CF5CDAD50380143AFD1A72D0317851C4191D-1948762AEA21E2539A5C2FB9CD78B79F1CA552C83039A847F30F3C34353C57B5\" />\n        <meta-data\n            android:name=\"AAAA318\"\n            android:value=\"B61976AC9914592F251DA78FA8A72AAD235B799744D842624A6813FD9A5D207A-79AF5C286ED654BA73442DE76668BD4FA7FC92ECC30031678BECA87C7F610070\" />\n        <meta-data\n            android:name=\"AAAA319\"\n            android:value=\"7180D177FD5D1B46672361AD3997F791BF20255F5BE3BAF0CBBA5B4E9B9A0C6F-3E1EFB8491CAD067937093A48C063758A2258414B46361FAFF494A08FA893058\" />\n        <meta-data\n            android:name=\"AAAA320\"\n            android:value=\"A11DF08C6B021323E43F6C688965D858504C832C778DDD46A6D3D84A0B7B5DCD-5CFE8CCC7B819C16B376EB51A796C48DC7E7A0213663316E169BF17C44A1A0C9\" />\n        <meta-data\n            android:name=\"AAAA321\"\n            android:value=\"E78B61869A23C686F6E4A0D066B0701E317DF8DBEF4610612C61C76A45AAC27D-4648132FA0A6F268717AA3D2436F750A63C5272A50E76DD7189591F83707DFEC\" />\n        <meta-data\n            android:name=\"AAAA322\"\n            android:value=\"7B93ABAEAA575F61A4CA127888F3AF2779C35721663EBD85F71AF215BF04045B-B7E74138840A120C05BD2B2AFE55003801D27AFB79656122EA36585AD29E1663\" />\n        <meta-data\n            android:name=\"AAAA323\"\n            android:value=\"04081AFC6B1616EBC5ED786FE752F2500135A7CF2551C99CC8B876D21ECC9DF4-5D6AFBF87F652AF04647ADA0DF634CF22370900B164B09D50BD23AA2CB5285B8\" />\n        <meta-data\n            android:name=\"AAAA324\"\n            android:value=\"AD9065ECCB1881F79F934B439E3D624DDE44E9A2A274EC4C226C7FEBB86830DD-518AC8BDAF0C767DEB31BAE1EBA826ADBEF793A68F22784CF3E19C67BA87ECB9\" />\n        <meta-data\n            android:name=\"AAAA325\"\n            android:value=\"6930AE1F0074878D213F694A6E8E384E94D9ADD6924B92B9CF850E1C7D95B8A5-E2B659AA0601A3BE1661B4A8D9A12FB46DF5531B8C4FD2EAB213D8AA7F792299\" />\n        <meta-data\n            android:name=\"AAAA326\"\n            android:value=\"5383C45D5D1959E935123CAF6642217A946D082F3923988451D2333645BCAFD3-F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83\" />\n        <meta-data\n            android:name=\"AAAA327\"\n            android:value=\"AAB9DF37B9C175713DC769B8C2BC51CF7B328271DF135ED1F4DBD8A5B0A5E5D8-5EE87AD2883465B0B3F27E9F08D6CEB5AEA0400004027475A552D20C9CB563AF\" />\n        <meta-data\n            android:name=\"AAAA328\"\n            android:value=\"F34DBC713801A11BA78A5D94B5BFE73A1600519D0D4DA2D9734EEC18A046B9B9-8B33A6B6E9BD64E283BC348DE7741A383A3037D5629BFB89AA27C67DCF2DDC29\" />\n        <meta-data\n            android:name=\"AAAA329\"\n            android:value=\"E2682DA4914F1B6F1665707969A00092D9601B54190C89FB3A9DF04E1AF99A05-8E1B9F03B6BB5AFA74D8EF6F8E9B9F84376F9A7B1B1FF82926CCF9ED75090203\" />\n        <meta-data\n            android:name=\"AAAA330\"\n            android:value=\"B054CCEB860F6BB4D01DC9531B886306163331A57B9766F7D17B9BDB6C8DF204-542217A5D8124A45277E54335632133AFB793095D4345B32A5267C73F9E58DC1\" />\n        <meta-data\n            android:name=\"AAAA331\"\n            android:value=\"ED83C02B63D40B37EB3A966E3731EAA122D1B471FE580A4B5009CEDC470CD803-159DA62821C72BF902831222A51904CB2B6B4A318E41117427FDC57B269D47F1\" />\n        <meta-data\n            android:name=\"AAAA332\"\n            android:value=\"C9E0ED6BC98053A0CE7DBA87798858BF73D5F87DDC715FB25FFAE54BE4A35F97-A2DF886080888151CD0F34FA6169829334D11567E776CBB4D12D37E9EF66B411\" />\n        <meta-data\n            android:name=\"AAAA333\"\n            android:value=\"ACFF1C2DA07C734AE6FFA0F264132805248128B3565542D0CB1905C3AF7AF293-39DA88E21CC0F847800255578603E87BD85DBA6EE9DE7F5C3F084C9611A8DD1E\" />\n        <meta-data\n            android:name=\"AAAA334\"\n            android:value=\"FABCF798C6AADD5F4BF3B8E52551CE9EEE4D2CEB2B962BF330469C6BB29F31C4-3AF87F239AA9F009E6AA1F8F65A5E637B839DD05AF0331A0FE25468128629EF9\" />\n        <meta-data\n            android:name=\"AAAA335\"\n            android:value=\"02A7C21988714E29CF39E521C6B93DA541BBA2953306C31490A73614ACBE7876-0C7AC3D341FE1ADBD8B9D68AC2E5C5A0416B3D5491EE0E536F24C26ECB6E6B02\" />\n        <meta-data\n            android:name=\"AAAA336\"\n            android:value=\"721F44C0A3B2228B31B4E9E1C2F9D5549AFE263AEC5F516B9A8DC4C1AE2FD3EB-8575D97A796E08F9FE8887C3D83AB78C5275BA4A691494ED47F566ABDAC5E495\" />\n        <meta-data\n            android:name=\"AAAA337\"\n            android:value=\"A6CF01A8072B575CE2C41857260D2330906FB43D8034961DF227DAD2CC0102B6-001C7F39CE94F7D5D8A675F089ACEE3CC27EACA3CD543CFB64066876D492B8F9\" />\n        <meta-data\n            android:name=\"AAAA338\"\n            android:value=\"081A41E6C7BF0ED942CD4959343EE0B522411C2BCA81A8ABB85B56EB8B47D69E-7CE04DA7773D41B489F4693A366C36BCD0A11FC39B547168553C285BD7348E23\" />\n        <meta-data\n            android:name=\"AAAA339\"\n            android:value=\"26A22B01FEC40A9DEF0BD3DC580858973DDC7E839E2645449F2D64FA6C678B91-C802F28ADCFBFDC90AC5C967E47831AE1A12520C2A405B423C7D9184C98E8F9F\" />\n        <meta-data\n            android:name=\"AAAA340\"\n            android:value=\"0733E95DE7DB4A7B25D4221CDAFE7020D3CE75F16BB874A2E211E4941B1F3FC0-6EF8BD6C189C4A50412E91F5527E832EA1C8D0BF501714A4936A9ED2AEB3DBFE\" />\n        <meta-data\n            android:name=\"AAAA341\"\n            android:value=\"41242198A420516DC8A055C7F4549444366311130EA481B6D098C2F7213909A0-17593556EEA0F43B6F8C0C293C4DB062702EC2F8B66A070023187F61B3E44C7A\" />\n        <meta-data\n            android:name=\"AAAA342\"\n            android:value=\"FE82CDB583E7BC898EEA6F37789C464A9C1D69005667A8E640263CC6BB32B38E-B7FD57DD2B92D735CD5E84F2BD9D4467CDC6AEFBC2D527FCE06AC78A42594251\" />\n        <meta-data\n            android:name=\"AAAA343\"\n            android:value=\"D2FF1CB902074992E2CB7F2D2F3826619DBBD26FDBD0A6BC1AAF31B457654C43-70B13A5CAB9E722BB9168CF2BCBC7D95133EC22F6128D11956FAB397370EBB51\" />\n        <meta-data\n            android:name=\"AAAA344\"\n            android:value=\"9D98727C4276E9093766E691BA5E16B1165F0D8784515A702F622B1AE1DFBE03-273A3A5E09DC720D3B3945162E724D9A69B21FC542BED7457F115966B145E8BC\" />\n        <meta-data\n            android:name=\"AAAA345\"\n            android:value=\"656FB83A02FF85DFD8789760F7DD24095D9491F60273545FE2D81A9AF3F7906D-11D5525D76147B28FC6D974ABC56710576CF14A7CE78CF8E75FD8A67E312CEC0\" />\n        <meta-data\n            android:name=\"AAAA346\"\n            android:value=\"CDF21F64A3DD59078280AC39AD8F9AB14AAAAE0C1907FD749FFB72FAAACB97AE-5E30146C3BDF327D29CFDBD0791B8A697A635C847D1D1FA58CE6A8EB6635778E\" />\n        <meta-data\n            android:name=\"AAAA347\"\n            android:value=\"CB3E17943850E7C1D573BA532FF55AF0BE6BE8CC6FEE60C33919B31E196838CC-DA9D411D1CD94B5B89C1077C5A9A5AE4170268228AB7266040076123F1369F27\" />\n        <meta-data\n            android:name=\"AAAA348\"\n            android:value=\"1CF1AA02E062A579B92EEB09412A79D8798DE8F123F90002A278C120FD1ECF22-595BCEA074D4EBAA71F1DA72018363F2D786DF227A90BB601834C86B6A72F09D\" />\n        <meta-data\n            android:name=\"AAAA349\"\n            android:value=\"17632E7990BC7D8154AA6DB4E5EE74DCC1D6CD85671A9CCC3AAF817707BA1155-00599677477660BD253C27950B822CF6DED6B2FC7301450F6FC972060C697BC5\" />\n        <meta-data\n            android:name=\"AAAA350\"\n            android:value=\"9FAE3AA691C006D1A4BFF98A1773BDF4854A17E8540B8C716E1A002C57F2226E-A1208337C3ADDA733DCBC1E66B6773370BA2C6C2035CC888455355D233864461\" />\n        <meta-data\n            android:name=\"AAAA351\"\n            android:value=\"DEDB22F5A02F9069EF75F6A96414188EEA3F6E7172B83EE3F1112622D469F198-3AF87F239AA9F009E6AA1F8F65A5E637B839DD05AF0331A0FE25468128629EF9\" />\n        <meta-data\n            android:name=\"AAAA352\"\n            android:value=\"61A368913F6244F61D2C4391A99E19AF7E02C52709402778E4CE6B1F21BC94A3-9FE45917151254A3252CA811086710DB22DCAD818D441DCD599850D296CCC62F\" />\n        <meta-data\n            android:name=\"AAAA353\"\n            android:value=\"C26CE0732FDE4AC0EEEADABA9B1C72027BC06FEFF5828D049004D77ABE338BAD-613870E86821F10EC9E468AEB35FBD8821558CC9719641CAAFB57302F2130F11\" />\n        <meta-data\n            android:name=\"AAAA354\"\n            android:value=\"9AB5209A64DDD041D29E8D25FF018302E6F83F34672B0DE8501C45B9E07F09D2-04F72548E2CF2A99DAB5E2AB2B26084D9746761E9230FAAB391420BB7032C5A8\" />\n        <meta-data\n            android:name=\"AAAA355\"\n            android:value=\"9DFFABFE89A149A6E585F5EFA26099FCAFCB9125F025FEE180175E6F2A63CEDF-B85B145640DBB5078B1CDA3241168B3EE7D6401284ECB784E272681C73F5DACB\" />\n        <meta-data\n            android:name=\"AAAA356\"\n            android:value=\"8476A6C66064958B08FC11E186525880DD47ABAD894F7B2F1F493A779D6293E7-1CE2CF89B42C2C404C4A1F8C29E28FFCE8FD1078BDA50955D7CA76FE4D5C5DEA\" />\n        <meta-data\n            android:name=\"AAAA357\"\n            android:value=\"73E92D79633B20C9C6C93F16FD1560E5F1A53D197D90CF62FAE249BC2EE1F2DF-7B0AA491D03A33329E4F9F71520CE79E8DDF8A0E6569B5CBDF16A24521B00ED4\" />\n        <meta-data\n            android:name=\"AAAA358\"\n            android:value=\"58699B0A1B3D9E18BDE1072FF9C07D7E0BCD4603FC94AD910A99EBB035E6C998-5287FB11A7B7E692D37D3C81B2C42A26A73ED7E0551B8F23E3633B74E2890845\" />\n        <meta-data\n            android:name=\"AAAA359\"\n            android:value=\"E736063D4B1BB20D5967FD6DDB84804C0760FD2122994E88DBFE5FD61B577E16-CB74AFFE259F210455800955A1058DCAC3A3FF69ABD5CBE801CD6E2A31003BD7\" />\n        <meta-data\n            android:name=\"AAAA360\"\n            android:value=\"3FF85AC04CC4CC03C6A0FA8FE89BCC654C8D5C9767B27D966CD6231C3E403C60-813FF740A3DABBE7AA144B355A2C22A4442F1D0CA8B97DE47570CCF79D407E60\" />\n        <meta-data\n            android:name=\"AAAA361\"\n            android:value=\"8536F3D207A9C2D4981E88F415C453C4D58CF49399C340F5AED23F8286896CE9-BCDFCD17AA3A3DEAEBB79B503B1C7D011BA13F8EBA721C89FE8F47EFE52F41CD\" />\n        <meta-data\n            android:name=\"AAAA362\"\n            android:value=\"A8954FBDB3BC1B4EB74E0681939C1ECFD59C66C4718BEE1B86F650551856A7E8-0D5D416B09DB8934FC6F25EB7692B240A1AB9F13C6C52CFEB30684A63009C3E6\" />\n        <meta-data\n            android:name=\"AAAA363\"\n            android:value=\"CE2510BF9142514E47AE15803ED06EC6B8E9C65E76013166DA43962D7093B064-7D52FE4B542F3D5CD01FF1F28D205F54A1B848E9A14DF8228DBAC6A5E3B172FC\" />\n        <meta-data\n            android:name=\"AAAA364\"\n            android:value=\"A5BDBAEBCCC1F45C3410B5099FA01DB2AA1F4A0569DE6956A5CCE6B0C8DC2875-6B88F4B7FFF0BE2B32744FAE23D043E82F14A188E5F338F9858537A54F26A197\" />\n        <meta-data\n            android:name=\"AAAA365\"\n            android:value=\"41F8DCBA52B7304A72AFD73F0EF5C6C6B3181BD3BE7290FE3AC8ABEDE4724EC8-278CFCA85F9B5DB753CF20D64EC526C1289EE84392983BC944155DADBB4CAACE\" />\n        <meta-data\n            android:name=\"AAAA366\"\n            android:value=\"A76BEECDEE678C8E6164CCF623FF180040FA577AD63119CD784EA21202F82260-06CEDE031CD36C1986928FB5A9339C859253C07E06AFF6137503D8385D3291B5\" />\n        <meta-data\n            android:name=\"AAAA367\"\n            android:value=\"80AB3B6E5B60D80E0148320D830697E5C349E49724ACD5876142CAC6967AD421-D1D5B3FEA0452AA7DF2C4EBC5A3A17E0601F3B80C63C4F9A7A1980D3CD1378EF\" />\n        <meta-data\n            android:name=\"AAAA368\"\n            android:value=\"E2628B554819079A93EA9AF94AA36F03355A7BC2B79FD6E38519AB81C6990AE4-AA57A28DBFBBA8C8043F44B4274310C22B4B8C3C8C176EBCD88B50DDB084A917\" />\n        <meta-data\n            android:name=\"AAAA369\"\n            android:value=\"F290A0AC84E90ECA1BABF220F7E13EE6423F27323842C35E24CE1F53CA6A00F4-4E6A16B9CB3300731A311C48D6D176D1026BF40DE28B8138A37446057DD665F3\" />\n        <meta-data\n            android:name=\"AAAA370\"\n            android:value=\"72060DF463D9A8DBC6418B09837918CE95743E1EFDFEDE9FFEC504B61E674449-B3DADD33C7853D17D916D065AE1E2605DF7216F1999DB9D1766FCB9DA6B89ED1\" />\n        <meta-data\n            android:name=\"AAAA371\"\n            android:value=\"5467507B34FCFEC9E387F47E6AFE380C1852FE6F3BA5939333ECD2F70024EBB8-998DC9B0BB751EC134F4248DF58FC5FA930BDD19E61194E5930E4263FD3BD5AA\" />\n        <meta-data\n            android:name=\"AAAA372\"\n            android:value=\"5996C0EFC8A97179E3594A4034369D7EE3D91F54309B34F225DA678206322462-698733D304F954DC07068AA0734A81BB221D21159F04EA82E3D7179BE7ED5543\" />\n        <meta-data\n            android:name=\"AAAA373\"\n            android:value=\"B5ABE914217B715DF62E37544BC4B7E78DD1E675908C309100683FE9AE74D1B5-C152034E61B47E00C0097A35021435D582890E56D80D21F5F3FD3E0A13B2B851\" />\n        <meta-data\n            android:name=\"AAAA374\"\n            android:value=\"A5571DACF803D1030E16B02B3A404F9EC8F9A8F1ADE175EB6DE5826699D0E01E-8459FF691935B87E786D6CE82DAFBB5352ACDB6C074B187E6C9293577265ED7E\" />\n        <meta-data\n            android:name=\"AAAA375\"\n            android:value=\"4E9774A507ECDB1430D29E9985606B9D03C53FC34DFC0CFC7792F6D3DEA94451-5B535964CCF4F670A740D9E475E6B01BE93BE97E17903CC5A9FD6ACAEB7F2AEB\" />\n        <meta-data\n            android:name=\"AAAA376\"\n            android:value=\"45E2C66310A94DF02B730C2FF177E5D5C33C89D405C4829A958D5DB66FD1F908-408979ED08B1FD4AFE11FD3BD2125788376491776A2A579A1D8E18DFFB483213\" />\n        <meta-data\n            android:name=\"AAAA377\"\n            android:value=\"98374C10458DC66551957BDEC95786B6D656B5C7017102DDF56B14E0C2066F1B-F31D80836A33E72A3782B0FE0A9164304C2561ACB07897153890E9BB4452A461\" />\n        <meta-data\n            android:name=\"AAAA378\"\n            android:value=\"A0DFA650F1FE078AC9C08513A55C4CDC0E7F549C1D1EB33BC23819FE1E26CA0B-605E044CA7ECD19187B16FA6A47C71D2F44F8C38B35F03F14BFF4D41FBC4685A\" />\n        <meta-data\n            android:name=\"AAAA379\"\n            android:value=\"1CDCACA5D1CA0CBBCDA6212BD7D76D4A9DC189E5B16E8A4F12B56EB8DDFF0E2B-9A0889144A1985AFE861114572C4935C4CC7566678C862CFD2E115B9CD5B7709\" />\n        <meta-data\n            android:name=\"AAAA380\"\n            android:value=\"94A117FBD39111BEB6B47ED083922444E200A08834166BC2087AAD4D12FA8D5F-0E91448B94B9FD1C223516A748FB2BF7B43D66292789FA8CBE94F0287F45D4D4\" />\n        <meta-data\n            android:name=\"AAAA381\"\n            android:value=\"B20A7B5A57B1BBB5E203FE4E51F2F4F1F442903A07CF282D61F62E84EF5ACE39-2D1D329731C63BF2583777D237D0991982B052592D33505272C2F8F083A4D1E1\" />\n        <meta-data\n            android:name=\"AAAA382\"\n            android:value=\"8D6B75A81C1C59EA9ADE55A56DED9639209BCFA017CD4C966F3DC6093B332E49-D50671FABB867BA9BE213E61F615B1C4C5E1F4A822B75B50C54130DD35056B50\" />\n        <meta-data\n            android:name=\"AAAA383\"\n            android:value=\"07EB79E951F908CB210CABFD26B3392AAA4496C79053E43C0685A18588C285D3-931D969502F3DE01A4C239E4199211EBDC57BB9A7526394B9E3E2D1CC079FF0C\" />\n        <meta-data\n            android:name=\"AAAA384\"\n            android:value=\"2A9FB7F2B79658358BE76CA7403D40528C7949979A2F2B2DCCF54D3A5EF9420F-B6DD0562256487FCD6C98CDE137858EF50D9ADB9F9CD2F1CA58C5357EFDF0FAF\" />\n        <meta-data\n            android:name=\"AAAA385\"\n            android:value=\"421A158311D707987EFBF337DDA892D47734FA61ACAECEABF22C68A4F0757B9F-453D87E749EBDCEC5122F4997B60D98A5564260FFA1D245FF02CC06F52C2A748\" />\n        <meta-data\n            android:name=\"AAAA386\"\n            android:value=\"F97832F13D819A681CE1C44DD8E721CE05E551ABEFCD4A6BF0EAA352AC212935-1448DC9480A27E52B06C886B3F6386F2B122B115B1DF1F156B81B9AEBCC73163\" />\n        <meta-data\n            android:name=\"AAAA387\"\n            android:value=\"4C3DB985C41D63CDD80064B80433A410ADE60AE2DA80BE12DB0A4EAF02CF0D8B-594485A7C4AD16860BF32C08A4BA8C2CAE5EDD761D8E2D899DD4F7D3971FFD19\" />\n        <meta-data\n            android:name=\"AAAA388\"\n            android:value=\"F7C7410F0706E5CC6887B25E8956CA5679C5B0AB02DBF5FD022F160258F73B48-112FD126B77D9C0AA09D6B01CD7AA4FD6C32A8DB3A4E173B5CEB4C553B418FE1\" />\n        <meta-data\n            android:name=\"AAAA389\"\n            android:value=\"F3E45581D2F04025073D0335E965C1C74CE221BF5DC087D47AA010E228956B6D-A6EF817BFD6C083442A149856E51036F6912C2DB6B6009DB8127CDD641E295A9\" />\n        <meta-data\n            android:name=\"AAAA390\"\n            android:value=\"06CDADC790665967BE6B2309BE224DE7AE6467FC15C0AC0143C363316D1D7A3A-5E38142F3DAF425BF19C0CC556112AB2B4D2EF1D669BEE1797BA9C4391AC76FC\" />\n        <meta-data\n            android:name=\"AAAA391\"\n            android:value=\"1907E9E9A6DAAD986761D5D753ADA17E2D9B7227E16C5501D6DE534129BEC1A1-0709BCD4DF38756F3079F62CE44AC91A561B45D3626A79923B04806638E7238F\" />\n        <meta-data\n            android:name=\"AAAA392\"\n            android:value=\"4AB452A5AAA91926AB9BCE97C238AFED04F758BE5885014E5E26C516BED1EEBB-149EFCD0EAF6E30467BEF381DC67F2848F6DBC8599791712DEBA26F17FABFF2B\" />\n        <meta-data\n            android:name=\"AAAA393\"\n            android:value=\"E429DBF162EBB10171AA0081D88D8969A7CD246DCDD8462CC37ABAF5045E23F8-0206ECF0B94FBBA05B5C0CEEE9BADDEE061769CEB1A7FE22EE1722B8301C733D\" />\n        <meta-data\n            android:name=\"AAAA394\"\n            android:value=\"EF45688C330DCD21F41EFCDDAC2E299A9250772ED2D59741F179BC21C005DAC7-384B13CBC6D4F90EBFF9D93C6EBF6E80BBA7BF5134278D567E938119CBF163D5\" />\n        <meta-data\n            android:name=\"AAAA395\"\n            android:value=\"0AEABBEB9905229F78867812292868E0CB735C5D7FE2210EA225C5C746893593-1B24D60D3872512EA51059095B75A707D308D517F0D3A66731EC0E3607677C1B\" />\n        <meta-data\n            android:name=\"AAAA396\"\n            android:value=\"6245157AF4C982DDB8D7C5128D140C673B89DCA986CED21158163B9DAFE9A2CE-AD74088777CEAC9C21C2CA81C36B3B8DAF7559DA64CAF93A327C43B787D1F730\" />\n        <meta-data\n            android:name=\"AAAA397\"\n            android:value=\"7520292D73A8467A3CBBD63CDEE1D13FDFE84AD48C03517602A5438BEC2DC015-B048EB71CFED40FA5979AE74DFDBC7750019FA87543EC899DE4EC2ED672BA582\" />\n        <meta-data\n            android:name=\"AAAA398\"\n            android:value=\"C29CDD8C6AEF40A033EBB684E1A144ACE6115E0DAC031980B9B1A63DA5A37D07-C6092DA3EBB4E1589DA8FAB64DFADDB5E19FE2A96CDFFCC134E9A0469B53779A\" />\n        <meta-data\n            android:name=\"AAAA399\"\n            android:value=\"FA79321D9BE6E153FA741E8F75C9A7A7598A4D4DB018035452AFCDA674B2368D-2E46D54576F4199AB6728A311001E10BAB4E6D98BF2C161B1112D0BCED7EDDA9\" />\n        <meta-data\n            android:name=\"AAAA400\"\n            android:value=\"4A9EB23CEC32A0B31324D2F7AFD98B8B8B2D841E603BF22AD0D92662AECB4DE9-7CFE4069C83914A002BFBBCB0541B50EB5137411426FE094CAE526FA77C030E8\" />\n        <meta-data\n            android:name=\"AAAA401\"\n            android:value=\"43AFFBCA7B55B0A3A59DF1DED75BB6FE245AA834DEDBACB68F5DC9A43EF9B9D4-03BD153DE7230800663090D52320EEEBDD5DEE1006AF8E77D73ED1A11B41DC0B\" />\n        <meta-data\n            android:name=\"AAAA402\"\n            android:value=\"7EA074DEEB09844C7FE2F9884D8E873C8CC0D268C8D46A77B2A2292D7122F62B-5D2EC7845DF1F3E921A3888E9C040874FEFF9B852C6D12A068402BD47697C277\" />\n        <meta-data\n            android:name=\"AAAA403\"\n            android:value=\"1376D5E12BA28D83B5FFF79E03AEE6FB6A2B88B5D633D533B702825D2E91CBE7-382497AA856F5C984C23BCE9A97F4DBCD442F1E39F46A92CA78B23C82CAAEA58\" />\n        <meta-data\n            android:name=\"AAAA404\"\n            android:value=\"E197F7033A5B4BC8F55FA495C8337781EE7A307FB3DAFC984405017FA5A9F081-D2B9D6FD8712B2427199302284D2F1889498C6B61BF6B2EF2CAC730CC09D05A8\" />\n        <meta-data\n            android:name=\"AAAA405\"\n            android:value=\"95C6FD18CF82504801CD574E0A4D9FAB948F8DA278002C6152FB5F01452047D2-BA61B99044C837A8DD334A1B1B271AB8CB286A5765BC777E72B1F7AEEDA11DCC\" />\n        <meta-data\n            android:name=\"AAAA406\"\n            android:value=\"5F0C17EBB924C8AD19F8020F8BB98742C4EF202F4D64468B70BE538BF6F12EC5-CF436094469CA08FCB5C950597E90351400AC733ECBA4071F194DCCEBAAE4CA8\" />\n        <meta-data\n            android:name=\"AAAA407\"\n            android:value=\"A083EE50DF80205A98730EAE0E14E4998DF84B68145F5F9DA03C26E8C0D9A576-01ADDFD0A571DD457D3037111121AA382EE95DE3CFF99DD766B9BABFD96480ED\" />\n        <meta-data\n            android:name=\"AAAA408\"\n            android:value=\"F0126B46210D2AC5C65451D1797D608368814C44A52ADEDE4C82539CBECA7273-D65C23979815B1FDDE2B71DBDE72A62B5DE44D234A762657AF130E68C10E7A7B\" />\n        <meta-data\n            android:name=\"AAAA409\"\n            android:value=\"AC8C2934EDD94694E60B20FA2A2D7C3BB9A0E2663B6760C4A35CD19FFD62DFBA-C8D7E1D0DC5E416328CB35F5829DC6077A268379BAA83B29A8E59EC4B1FB4162\" />\n        <meta-data\n            android:name=\"AAAA410\"\n            android:value=\"4DC7CBC643661184C7BA551C4E3FF30EA2DD4345849D6BC1CE7E933172A0B8A3-13A67059EBCE772C1F8775E2CE909AF4519D8FAD651C2E991525311B85370047\" />\n        <meta-data\n            android:name=\"AAAA411\"\n            android:value=\"4AE63910CACB0D7AF836B850F6D84120F916BF0531738E0748036121F27D1DC7-BF082C278858C0386BD3A72CA4ED231B341FF8ED12CC8C3A623614252997A12C\" />\n        <meta-data\n            android:name=\"AAAA412\"\n            android:value=\"44993E8942A8C33A9E7866B05E93F774A6B30ED8544D7A4B5BE9FB5FBF576AC2-72EB163CB23338FB0687F2E13FB46D7CCD08191B459BE8632E8C495B1ADF7DAB\" />\n        <meta-data\n            android:name=\"AAAA413\"\n            android:value=\"E84904A41A86B81DD4E17E9A9B2BD24B33BE10E6934F5E4B76AF48B74D10D817-C8E5C9AFBF84953903D8F203FECA5C0EA6C322E3DE10E5D2073B9EAA347938D7\" />\n        <meta-data\n            android:name=\"AAAA414\"\n            android:value=\"908651FD1672D12F30F223AAFC3A8FA40E4D7E950027AAF4E09E3B03787D8C53-00EC7667A33F0AC91316F9B40CAEAD707BD5B39DFA63FDD909BB9AA25A7B6CE4\" />\n        <meta-data\n            android:name=\"AAAA415\"\n            android:value=\"C7A63657B42A11AF5A1EADA67EA22281C24F0D917AF52B7F125B5774191555DB-3527AB687E646106B3BDC6EC6E1FE0C55BF7D71A9EFE6B331AB2C110732F1229\" />\n        <meta-data\n            android:name=\"AAAA416\"\n            android:value=\"FA8D85ADAE0A276D17E26B8EFC274778F38D2D9F3C3FECDFE86F06478F77BA5C-E3F9E1E0CF99D0E56A055BA65E241B3399F7CEA524326B0CDD6EC1327ED0FDC1\" />\n        <meta-data\n            android:name=\"AAAA417\"\n            android:value=\"2F1C1C7DE56EC590A4CA78B1B6E2E3DD319361D28CCC252C2E9AE7FE27CC1E04-B031FE98A4DBB0D4D82661787F25DE643182B378E9EF632D8ADEA75AAB58F2D8\" />\n        <meta-data\n            android:name=\"AAAA418\"\n            android:value=\"38071CE84355BE4E5FEF5F0E5C2D99AF4C88721ACFA1476B0FA071041210A24B-55B50B38BBE8C8787249DFC6C073E0B26EAAC000038C33BCF329C88A9C8985D5\" />\n        <meta-data\n            android:name=\"AAAA419\"\n            android:value=\"60A414C3F2ADD6B8B9252F45DAA2E8DDA186954404E56309B8DF3C5F1A016978-9C3624E919D0F9A39F99A6871946AF14C6746A290CAD2747072A71F3741FA83F\" />\n        <meta-data\n            android:name=\"AAAA420\"\n            android:value=\"5C11C0F4A3590510062C08777CC57674DD0D0DCA128A36CF4CD73660A25FC040-F0E548F9BA2648E965DE95F2E13A557D0226A0B2EB95BB02268CD7210B0BD04E\" />\n        <meta-data\n            android:name=\"AAAA421\"\n            android:value=\"11E9C6721B3AA0B60742570A309CF4EDD4FAE59A73D7B58C292534290BF968B7-7447411E29DEFD2A0F3165493AD7858A0F15B4A4A41B7A7A5AA8D7B84230BAC9\" />\n        <meta-data\n            android:name=\"AAAA422\"\n            android:value=\"A972EA600C9A8C6B47AB340D210B4E0BBE084C0BCD20219451D41392F34E767F-2446B1227C5B236DD4E50F892A41F696ADB3BD022E660832FA0EF3053130B43C\" />\n        <meta-data\n            android:name=\"AAAA423\"\n            android:value=\"973483E9E505F521B919092B3114E4847C1813D029C147D2FA564207DA94CCC0-53FE8A984AE0414FB33209AECC919B270CF2D76BD34A511B088A50A771F257CD\" />\n        <meta-data\n            android:name=\"AAAA424\"\n            android:value=\"19D2AFFC291D37FF9E06215505200ADC27AB22589E282BF23C2CBEF5AC424638-4FFD7261F316931206B76966FEF4102B98F95D7A0B6E82D576DBA238A9838B4C\" />\n        <meta-data\n            android:name=\"AAAA425\"\n            android:value=\"E6A8389F24057F987F36BC7B28209C82C734C7C6081601386C5329EEF32C5BE3-FF571F48D61B0606337EF9E74BEA044EFA3AC8A93D0CD36BA1D688D354371746\" />\n        <meta-data\n            android:name=\"AAAA426\"\n            android:value=\"1D28741C6472902E13AB5DAD81497368485946FE031036B84D2E0CD8DBF360E6-956D852F9A539C96D49B1F1FE862E9EBBF7FB89C2ADC16ECDE9402F6739FA81B\" />\n        <meta-data\n            android:name=\"AAAA427\"\n            android:value=\"658D4BE81177B34790C080DCC3FDD068C50381435A633845DF3AD8679D1E13CD-1978E026DA201CAB6F7C610FEF9C609B41F0F7B391F7FCF0F9CB61F4158A12BE\" />\n        <meta-data\n            android:name=\"AAAA428\"\n            android:value=\"E237EB2CB5EC2C4DCEC9DBEAF76BC305A563895EDF93481803103756AC562B99-FB7F109C81CB8956D6A9E744930A8FAF704E71830504E7D34DCF0C075A91C2D9\" />\n        <meta-data\n            android:name=\"AAAA429\"\n            android:value=\"8ECD716914FE525C80A16D82501D9F5DC0B725641BCA01491214CAF0C82F494E-75ADC746C56D84C54B1F9ACC674E8C0069A9401168775FD93DC21B364DBBE035\" />\n        <meta-data\n            android:name=\"AAAA430\"\n            android:value=\"F1E76AA3B309B783666BDB4D18813BFCF7E1FF5B4922582267ACD41A6A00F350-F08FB498B1840A4DDB276292B98BC25EC81F2D4D0343060629E840C69FF5A5ED\" />\n        <meta-data\n            android:name=\"AAAA431\"\n            android:value=\"192EAD87426A57821B0AE73648B9AE3A119BDF4D02A1D81D739DBDA4433F688A-9F5B5908DEC86CC3DD8AC01A29871FAC54349A60DC3EEDCA1610E426358F721B\" />\n        <meta-data\n            android:name=\"AAAA432\"\n            android:value=\"75F451F1EAD2510E8B99B88DB4A2DE2A41B3C703B45A462651C9A48600C680C7-EC0AFD48113A05A9125D17B64A582E868D4C705DA045AA60381FC3D0DDE22547\" />\n        <meta-data\n            android:name=\"AAAA433\"\n            android:value=\"A88AC588D84CCA9D950D998E5EC666CCF05F164F14DE3E5284F4CAE3C7B37649-72B001B20DBB893DA8B0483CD8E6EC531164A7914A8925E3416C89C9238D613C\" />\n        <meta-data\n            android:name=\"AAAA434\"\n            android:value=\"E215C71F4C5E21A85E293CCBB1B88D17B6C130D771E7E1D247AF609CA23C53B5-C2D1BAAF9C1FACA112E21D639D270B5FEAEF4C46022E87B2BA836826DFCBA27A\" />\n        <meta-data\n            android:name=\"AAAA435\"\n            android:value=\"EF77033E8D6F2A70394218AACEAF602F75EE52BF94A3E98021BF05806B783600-4003231AB42FEB8D955E62FDFAA4FAD59567054B9C6BBC3D950299DDFC268392\" />\n        <meta-data\n            android:name=\"AAAA436\"\n            android:value=\"5194503FF269516D83ADA80FB7D7D715783E56A9D7F9C57FB7E0D747A9B4FE9C-2F08A50B4A6B143B8E203B3E7FFBEAA1B92C9D260A8CD6253BCB0941EE8BCC48\" />\n        <meta-data\n            android:name=\"AAAA437\"\n            android:value=\"05BDB9AECF23BACE7B706E1E58E4222869851DFE39763D96B124ED7AA49DB2F1-2692EFE19902450EF7F633E873D4E376F04EB18ADFAD5C29F535CD56DA5682A0\" />\n        <meta-data\n            android:name=\"AAAA438\"\n            android:value=\"47F477C552A83582AFC27E6F915242F62FCD85B10B944B2B7A824C99D6C6936B-52C7A0CCB360284BEDA8E25B8A807CA689B07426093435516B53FFA37E8CD13F\" />\n        <meta-data\n            android:name=\"AAAA439\"\n            android:value=\"E12EEB78C7F125F733AF3B1BC7092927F2A8071A67C0E9E911036B0742CF302C-80CE5216071FAEFB17F5E82A1C79841C864DB02645A8A058AE7FC25EFF317EC9\" />\n        <meta-data\n            android:name=\"AAAA440\"\n            android:value=\"122C854995FECA3A9AA7B27A4BD34058A1A7CA41096D9AE610901062CCA86BBD-1233FF6DE4C70EF4D7DEAE54AF15B167FC7CFD2539517BD2175870F3CB771731\" />\n        <meta-data\n            android:name=\"AAAA441\"\n            android:value=\"C82E4D90EEB781FD1AA0A20C3E684F21A5B100C8E9B1E392B86175F4E3933888-2265E9019D3E0AFC1A05531D14F4FF5346A323F7EDD1F7221671B764C0CC1BAB\" />\n        <meta-data\n            android:name=\"AAAA442\"\n            android:value=\"6562492523398CDAC082B24D9B852E80F798923F6F885748834B0C9B0AF17543-B312A83195920E6731A09A4BEAB5E6D8B3029417C9444623DCA6AB5BB20B432E\" />\n        <meta-data\n            android:name=\"AAAA443\"\n            android:value=\"5F6F85A2258CE84E9958D57D018C28F657CB651C140CFED65DC4113FBAEA2693-7C34EB3CFBDA05FAF56E8890A2ABBAC14B3036E6E4358849B98E8819B6B7B329\" />\n        <meta-data\n            android:name=\"AAAA444\"\n            android:value=\"C12A0CB4D73686B5031303F6076D181E1F6742C89045E7EF0B5E4C9553E624B1-10AB0A12CC0100BCB893FDBC6776D441D1731D441D9A65F2B552F886793D3A9C\" />\n        <meta-data\n            android:name=\"AAAA445\"\n            android:value=\"72E294445D7F576764D48B750FBC9427F764CFBC4F159441BE7D2FAB866B3868-8241C69D196753E009F590FC5FC24AE27AA33D0F24D4D915F333996B2BA30492\" />\n        <meta-data\n            android:name=\"AAAA446\"\n            android:value=\"FEF9C2B44BE86A838F83CA4126F87CF0B50D6DFD14A9A71297737DEEC773EA2A-CDC9962465DD5121CFED2A9D775D7614DF61F635E73AD0946F925B294A46A243\" />\n        <meta-data\n            android:name=\"AAAA447\"\n            android:value=\"6293F06DFC040A726575C0EF2E1157AD8606BE097BAA35528529D53DBAD8911D-4276919680F4ABA6D41924031C20AC2624FEEA5E8EC68A36529B2ACB664D911E\" />\n        <meta-data\n            android:name=\"AAAA448\"\n            android:value=\"ADE4EBF0ED6B5FAF43A0C9EFFF74D613D7386DF8A892765F997277D33D36E2DD-D95242362A7285FC3E0BDFF3E44E30612D1EAF88080FF7F2ECB0F536E1D2BBB4\" />\n        <meta-data\n            android:name=\"AAAA449\"\n            android:value=\"973483E9E505F521B919092B3114E4847C1813D029C147D2FA564207DA94CCC0-53FE8A984AE0414FB33209AECC919B270CF2D76BD34A511B088A50A771F257CD\" />\n        <meta-data\n            android:name=\"AAAA450\"\n            android:value=\"4A5F51491BC1903DAB58799B19E9F6EF25E37EBE312937B33373D171EFAF5B8A-86529206B6F2A6768DF3A653C9A78AEA34106C31CC5E0BD5FDE4ADA724EFC0C1\" />\n        <meta-data\n            android:name=\"AAAA451\"\n            android:value=\"BCA1C64CE928CB7A66CDF88E840082EF81BC3BBCD0E6EBB1F23D4ECF4906DFEB-34DF0E7A9F1CF1892E45C056B4973CD81CCF148A4050D11AEA4AC5A65F900A42\" />\n        <meta-data\n            android:name=\"AAAA452\"\n            android:value=\"038FE6E1E635161A66EA7C9F976246B9FCB00B79BAB856C81692444C05FE3095-4DB7A6944CBB5C1A6F836CAFEBB8166BF877C225B802B18E67BA6F6670F75875\" />\n        <meta-data\n            android:name=\"AAAA453\"\n            android:value=\"1616863C8C09A23FA949EE781190BF8A245AA2D97154DA4C778298690A377613-086850948967CA4CD624CC297DC86BA9187A03D28BB4ECF62E749092720FB15D\" />\n        <meta-data\n            android:name=\"AAAA454\"\n            android:value=\"378B0AB93FC81C28BB14DF07A3519AB0EE4639132186B28AB69ED55BA30AE329-B868CF25E51CE683BE151CB2474260FB6C1980A6FAFDBFD3889E7464CA2914EF\" />\n        <meta-data\n            android:name=\"AAAA455\"\n            android:value=\"7472551F88660CF80CBDB8724EF2B9AB92F99D4B6B0F501267695D8943C15482-8CC1326AF546FA71A721E003AEB2522710CE0A51CA62FBCAB595C708D57C44C6\" />\n        <meta-data\n            android:name=\"AAAA456\"\n            android:value=\"9803187567EA486D2E0ECF5F684F782B9ACE88D007D4088929A2A5580453FDD9-14B69BAFDD9F85DDD4E79E5C405D2C41DCF65DD7B623AB8EC3395D5048723696\" />\n        <meta-data\n            android:name=\"AAAA457\"\n            android:value=\"18F8694020F99F530201B3EF5F8B588F5A359DF0CD7CE4EBB1531FE90546BFB7-363863596EA99241EB71B1A985553AA604DE3EA3C5F0C546742390E682164E6B\" />\n        <meta-data\n            android:name=\"AAAA458\"\n            android:value=\"B49D8A4B1C280A954B71CB989B60F6D68C4888489DFE3F07A95C83FCF9167ED4-A9C3EE740157819F972CF69D0BBD12FA923627AE3EEF7A332088C297E5A02161\" />\n        <meta-data\n            android:name=\"AAAA459\"\n            android:value=\"E78B61869A23C686F6E4A0D066B0701E317DF8DBEF4610612C61C76A45AAC27D-4648132FA0A6F268717AA3D2436F750A63C5272A50E76DD7189591F83707DFEC\" />\n        <meta-data\n            android:name=\"AAAA460\"\n            android:value=\"7FEBF4BB1B5AF54CD4CD9984BCE86022380BCF311F222788C8484A073F5E8F2B-815E2DDA57DCB3B3510628705299DEF71AACF28DE298A6FECBC468878853065C\" />\n        <meta-data\n            android:name=\"AAAA461\"\n            android:value=\"EDA6DF5E0F7BEEAB9C6F34BD4676BFB79904E3CA4F1D869B7A24FCEAC966A0CE-8821C6AACFFC4BE8BE6A71280A39B93F098C6EEA1A665CCA66F3AE009726FA30\" />\n        <meta-data\n            android:name=\"AAAA462\"\n            android:value=\"A92D6CF32DB12C249344EECB346322C6942E84A5E930A77DC8FBC1750383CD36-7A7D89BC2CDAB8230FA3DC5C9D1FAAF0014AF864D575ED7AFF774C7178899EAF\" />\n        <meta-data\n            android:name=\"AAAA463\"\n            android:value=\"3E46BAA26A4AC24381B8AD663A68F3C5C3CF9C6BA3034FAC1D4DB81656D13BA7-6AC8C8A9E6F36E14E52A0A0515A36B7066E720A1B0C8A1B059E0781750A87199\" />\n        <meta-data\n            android:name=\"AAAA464\"\n            android:value=\"DDF440CD121D8D504E26A128AA69A9467654482368A715FFEBB2C95F9D14A36A-8418A19ACDE232B74C1D193353DC9CE624D146650325F9297C8A20552D2CE29A\" />\n        <meta-data\n            android:name=\"AAAA465\"\n            android:value=\"8AADD422ACBBDFAC109FBB1C4D317C01B5A5C8511B28ABB6B15B7A81E4DF6188-D49842AFD29040F7288F467B4890608D2C7CADEC91131F3F95CDF3EE1BB6C961\" />\n        <meta-data\n            android:name=\"AAAA466\"\n            android:value=\"64C9DD9A77D1188D53BFA314720833184942E018BA108D9F0457B99E90B331B2-95CBD9AF718B6F5C0F766CB6FB0EC7D2A5439C5F74FE9FC0AB66823CDEE9E596\" />\n        <meta-data\n            android:name=\"AAAA467\"\n            android:value=\"C4C982A6C114CC9BC82B4F3E08E6A9B5B6DF4FABFAB60AD51B76ECE05F13F8A0-52586D838E24FE06DD85B495E76421B61222C66589F5D21C0197561D0702CCDB\" />\n        <meta-data\n            android:name=\"AAAA468\"\n            android:value=\"3FB7C0466D433308884E5268CFF760364A40ED8D803F359EE6031EFDAF071FA4-D86EFE151E09BF4CA8440CB3BFA0A81BE2544F70C78587DAF0266DFCA2FA25DF\" />\n        <meta-data\n            android:name=\"AAAA469\"\n            android:value=\"4AB452A5AAA91926AB9BCE97C238AFED04F758BE5885014E5E26C516BED1EEBB-149EFCD0EAF6E30467BEF381DC67F2848F6DBC8599791712DEBA26F17FABFF2B\" />\n        <meta-data\n            android:name=\"AAAA470\"\n            android:value=\"E429DBF162EBB10171AA0081D88D8969A7CD246DCDD8462CC37ABAF5045E23F8-0206ECF0B94FBBA05B5C0CEEE9BADDEE061769CEB1A7FE22EE1722B8301C733D\" />\n        <meta-data\n            android:name=\"AAAA471\"\n            android:value=\"43AFFBCA7B55B0A3A59DF1DED75BB6FE245AA834DEDBACB68F5DC9A43EF9B9D4-03BD153DE7230800663090D52320EEEBDD5DEE1006AF8E77D73ED1A11B41DC0B\" />\n        <meta-data\n            android:name=\"AAAA472\"\n            android:value=\"A972EA600C9A8C6B47AB340D210B4E0BBE084C0BCD20219451D41392F34E767F-2446B1227C5B236DD4E50F892A41F696ADB3BD022E660832FA0EF3053130B43C\" />\n        <meta-data\n            android:name=\"AAAA473\"\n            android:value=\"05BDB9AECF23BACE7B706E1E58E4222869851DFE39763D96B124ED7AA49DB2F1-2692EFE19902450EF7F633E873D4E376F04EB18ADFAD5C29F535CD56DA5682A0\" />\n        <meta-data\n            android:name=\"AAAA474\"\n            android:value=\"F1E410DF53F88613B2A546BFFE81A211CB8091A5BD7AE191D942EF4142CFC7A8-D6D29621132D4AF29BA142ACF0A6E587DAAFB38A61D515CA528AD6D2B05BA485\" />\n        <meta-data\n            android:name=\"AAAA475\"\n            android:value=\"9F6E0E704D382BD1713EBAF1F2457F2E0243ED306470D1A4E2D8AE081F7493F0-F14A5B29DB5C181C119C3482B09EEA80751228869314E8149167A2E863219807\" />\n        <meta-data\n            android:name=\"AAAA476\"\n            android:value=\"97C9F24587E4DCD36E38F178677049BF97099C56235A66601129A2457CBB6531-A10D980188B0BED0C7F8F9D49C80BCC0D03121A3EDDD1ADFECAC31D069462127\" />\n\n        <meta-data\n            android:name=\"NAVI100\"\n            android:value=\"4763384BBF445EDB8D3112C15413D96FB1415218F6403DB026699968EDA84491-7712B5F255F2C85B8B164519116AC4381BB9A3582DCDD2B73AC06EE7464913AE\" />\n\n        <receiver\n            android:name=\"com.huawei.signature.diff.InitReceiver\"\n            android:enabled=\"true\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"android.intent.action.BOOT_COMPLETED\" />\n                <action android:name=\"android.intent.action.MY_PACKAGE_REPLACED\" />\n                <action android:name=\"android.intent.action.PACKAGE_RESTARTED\" />\n\n                <category android:name=\"android.intent.category.DEFAULT\"/>\n            </intent-filter>\n        </receiver>\n\n        <provider\n            android:name=\"com.huawei.signature.diff.InitProvider\"\n            android:authorities=\"${applicationId}.signature.diff.init\"\n            android:enabled=\"true\"\n            android:exported=\"false\"\n            android:initOrder=\"1000\"/>\n\n        <service\n            android:name=\"com.huawei.signature.diff.SignatureService\"\n            android:process=\":signature\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"com.huawei.signature.diff\"/>\n\n                <category android:name=\"android.intent.category.DEFAULT\"/>\n            </intent-filter>\n        </service>\n    </application>\n\n</manifest>"
  },
  {
    "path": "fake-signature/src/main/aidl/com/huawei/signature/diff/ISignatureService.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.huawei.signature.diff;\n\n/**\n * Interface for Huawei Differentiated Signature Capability\n * See https://forums.developer.huawei.com/forumPortal/en/topic/0202128603315033024\n */\ninterface ISignatureService {\n    String[] querySignature(String packageName, boolean suggested);\n}"
  },
  {
    "path": "fake-signature/src/main/java/com/huawei/signature/diff/AppListDatabaseOpenHelper.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.huawei.signature.diff;\n\nimport android.content.ContentValues;\nimport android.content.Context;\nimport android.database.sqlite.SQLiteDatabase;\nimport android.database.sqlite.SQLiteOpenHelper;\nimport android.util.Log;\nimport org.microg.signature.fake.R;\n\npublic class AppListDatabaseOpenHelper extends SQLiteOpenHelper {\n    private static final String TAG = AppListDatabaseOpenHelper.class.getSimpleName();\n    private static final String DATABASE_NAME = \"app_list.db\";\n    public static final String TABLE_APPLIST = \"applist\";\n    public static final String COLUMN_NAME = \"name\";\n    public static final String COLUMN_FAKE = \"fake\";\n    private static final int DATABASE_VERSION = 2;\n    private static final String DROP_APP_LIST_TABLE = \"DROP TABLE IF EXISTS \" + TABLE_APPLIST;\n    private static final String CREATE_APP_LIST_TABLE = \"CREATE TABLE IF NOT EXISTS \" + TABLE_APPLIST + \"(\" +\n            COLUMN_NAME + \" VARCHAR(255) PRIMARY KEY, \" +\n            COLUMN_FAKE + \" INTEGER CHECK(\" + COLUMN_FAKE + \" >= 0 and \" + COLUMN_FAKE + \" <= 1)\" +\n            \")\";\n    private final Context context;\n\n    public AppListDatabaseOpenHelper(Context context) {\n        super(context, DATABASE_NAME, null, DATABASE_VERSION);\n        this.context = context;\n    }\n\n    @Override\n    public void onCreate(SQLiteDatabase db) {\n        Log.d(TAG, \"onCreate\");\n        db.execSQL(DROP_APP_LIST_TABLE);\n        db.execSQL(CREATE_APP_LIST_TABLE);\n        initData(db);\n    }\n\n    @Override\n    public void onOpen(SQLiteDatabase db) {\n        super.onOpen(db);\n        initData(db);\n    }\n\n    private void initData(SQLiteDatabase db) {\n        String[] wantFakeApps = context.getResources().getStringArray(R.array.signature_want_fake);\n        String[] neverFakeApps = context.getResources().getStringArray(R.array.signature_never_fake);\n        if (wantFakeApps.length == 0 && neverFakeApps.length == 0) {\n            return;\n        }\n        for (String app : wantFakeApps) {\n            db.insertWithOnConflict(TABLE_APPLIST, null, generateValues(app, true), SQLiteDatabase.CONFLICT_IGNORE);\n        }\n        for (String app : neverFakeApps) {\n            db.insertWithOnConflict(TABLE_APPLIST, null, generateValues(app, false), SQLiteDatabase.CONFLICT_IGNORE);\n        }\n    }\n\n    private ContentValues generateValues(String packageName, boolean fake) {\n        ContentValues contentValues = new ContentValues();\n        contentValues.put(COLUMN_NAME, packageName);\n        contentValues.put(COLUMN_FAKE, fake ? 1 : 0);\n        return contentValues;\n    }\n\n    @Override\n    public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {\n        onCreate(db);\n    }\n}"
  },
  {
    "path": "fake-signature/src/main/java/com/huawei/signature/diff/InitProvider.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.huawei.signature.diff;\n\nimport android.app.ActivityManager;\nimport android.content.ContentProvider;\nimport android.content.ContentValues;\nimport android.content.Context;\nimport android.content.Intent;\nimport android.database.Cursor;\nimport android.net.Uri;\nimport android.util.Log;\nimport java.util.List;\n\npublic class InitProvider extends ContentProvider {\n    private static final String TAG = InitProvider.class.getSimpleName();\n\n    @Override\n    public boolean onCreate() {\n        Log.d(TAG, \"onCreate\");\n        if (!isServiceRunning(getContext(), getContext().getPackageName(), SignatureService.class.getName())) {\n            Intent intent = new Intent(getContext(), SignatureService.class);\n            try {\n                getContext().startService(intent);\n            } catch (Exception ignored) {\n            }\n        }\n        return false;\n    }\n\n    private boolean isServiceRunning(Context context, String packageName, String serviceName) {\n        ActivityManager manager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);\n        List<ActivityManager.RunningServiceInfo> serviceInfoList = manager.getRunningServices(Integer.MAX_VALUE);\n        if (serviceInfoList == null) {\n            return false;\n        }\n        for (ActivityManager.RunningServiceInfo info : serviceInfoList) {\n            if (info.service.getPackageName().equals(packageName) && info.service.getClassName().equals(serviceName)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    @Override\n    public int delete(Uri uri, String selection, String[] selectionArgs) {\n        return 0;\n    }\n\n    @Override\n    public String getType(Uri uri) {\n        return null;\n    }\n\n    @Override\n    public Uri insert(Uri uri, ContentValues values) {\n        return null;\n    }\n\n    @Override\n    public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {\n        return null;\n    }\n\n    @Override\n    public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {\n        return 0;\n    }\n}"
  },
  {
    "path": "fake-signature/src/main/java/com/huawei/signature/diff/InitReceiver.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.huawei.signature.diff;\n\nimport android.annotation.SuppressLint;\nimport android.content.BroadcastReceiver;\nimport android.content.Context;\nimport android.content.Intent;\n\n/**\n * This is to make sure the process is initialized at boot.\n */\npublic class InitReceiver extends BroadcastReceiver {\n    @SuppressLint(\"UnsafeProtectedBroadcastReceiver\")\n    @Override\n    public void onReceive(Context context, Intent intent) {\n        // We don't need to do anything, the process is already started.\n    }\n}\n"
  },
  {
    "path": "fake-signature/src/main/java/com/huawei/signature/diff/SignatureService.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.huawei.signature.diff;\n\nimport static com.huawei.signature.diff.AppListDatabaseOpenHelper.COLUMN_NAME;\nimport static com.huawei.signature.diff.AppListDatabaseOpenHelper.TABLE_APPLIST;\n\nimport android.app.Service;\nimport android.content.Intent;\nimport android.database.Cursor;\nimport android.database.sqlite.SQLiteDatabase;\nimport android.os.Binder;\nimport android.os.IBinder;\nimport android.os.Parcel;\nimport android.os.RemoteException;\nimport android.util.Log;\nimport org.microg.signature.fake.R;\n\nimport java.io.FileDescriptor;\nimport java.io.PrintWriter;\nimport java.util.Date;\n\npublic class SignatureService extends Service {\n    private static final String TAG = \"SignatureService\";\n    private SQLiteDatabase database;\n    private AppListDatabaseOpenHelper openHelper;\n    private long start;\n\n    @Override\n    public void onCreate() {\n        super.onCreate();\n        this.openHelper = new AppListDatabaseOpenHelper(this);\n        this.database = openHelper.getReadableDatabase();\n        this.start = System.currentTimeMillis();\n    }\n\n    @Override\n    public int onStartCommand(Intent intent, int flags, int startId) {\n        Log.i(TAG, \"onStartCommand\");\n        return START_STICKY;\n    }\n\n\n    @Override\n    public IBinder onBind(Intent intent) {\n        return binder;\n    }\n\n    @Override\n    public void onDestroy() {\n        this.openHelper.close();\n        super.onDestroy();\n    }\n\n    @Override\n    protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) {\n        writer.println(\"Started: \" + new Date(start));\n    }\n\n    private final ISignatureService.Stub binder = new ISignatureService.Stub() {\n\n        @Override\n        public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {\n            if (Binder.getCallingPid() > 10000) {\n                Log.w(TAG, \"Illegal access from app\");\n                reply.writeException(new UnsupportedOperationException(\"Illegal\"));\n                return true;\n            }\n            return super.onTransact(code, data, reply, flags);\n        }\n\n        @Override\n        public String[] querySignature(String packageName, boolean suggested) throws RemoteException {\n            try (Cursor cursor = database.query(TABLE_APPLIST, null, COLUMN_NAME + \"=?\",\n                    new String[]{packageName}, null, null, null)) {\n                switch (cursor.getCount()) {\n                    case 0:\n                        return getResult(suggested);\n                    case 1:\n                        if (cursor.moveToFirst()) {\n                            int shouldFake = cursor.getInt(1);\n                            return getResult(shouldFake == 1);\n                        }\n                        break;\n                    default:\n                        throw new IllegalArgumentException(\"result size: \" + cursor.getCount());\n                }\n\n            } catch (Exception e) {\n                Log.w(TAG, e);\n            }\n            return getResult(false);\n        }\n\n        private String[] getResult(boolean useFakeSignature) {\n            if (useFakeSignature) {\n                return new String[]{getString(R.string.fake_signature),};\n            } else {\n                return new String[]{getString(R.string.real_signature),};\n            }\n        }\n    };\n}"
  },
  {
    "path": "fake-signature/src/main/res/values/arrays.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?><!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<resources>\n    <string-array name=\"signature_want_fake\">\n        <item>com.google.android.gms</item>\n        <item>com.android.vending</item>\n    </string-array>\n    <string-array name=\"signature_never_fake\">\n        <item>com.truecaller</item>\n    </string-array>\n</resources>"
  },
  {
    "path": "fake-signature/src/main/res/values/signature.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2014 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<resources>\n    <string name=\"fake_signature\">\n        308204433082032ba003020102020900c2e08746644a308d300d06092a864886f70d01010405003074310b3009060355040613025553311330110603550408130a43616c69666f726e6961311630140603550407130d4d6f756e7461696e205669657731143012060355040a130b476f6f676c6520496e632e3110300e060355040b1307416e64726f69643110300e06035504031307416e64726f6964301e170d3038303832313233313333345a170d3336303130373233313333345a3074310b3009060355040613025553311330110603550408130a43616c69666f726e6961311630140603550407130d4d6f756e7461696e205669657731143012060355040a130b476f6f676c6520496e632e3110300e060355040b1307416e64726f69643110300e06035504031307416e64726f696430820120300d06092a864886f70d01010105000382010d00308201080282010100ab562e00d83ba208ae0a966f124e29da11f2ab56d08f58e2cca91303e9b754d372f640a71b1dcb130967624e4656a7776a92193db2e5bfb724a91e77188b0e6a47a43b33d9609b77183145ccdf7b2e586674c9e1565b1f4c6a5955bff251a63dabf9c55c27222252e875e4f8154a645f897168c0b1bfc612eabf785769bb34aa7984dc7e2ea2764cae8307d8c17154d7ee5f64a51a44a602c249054157dc02cd5f5c0e55fbef8519fbe327f0b1511692c5a06f19d18385f5c4dbc2d6b93f68cc2979c70e18ab93866b3bd5db8999552a0e3b4c99df58fb918bedc182ba35e003c1b4b10dd244a8ee24fffd333872ab5221985edab0fc0d0b145b6aa192858e79020103a381d93081d6301d0603551d0e04160414c77d8cc2211756259a7fd382df6be398e4d786a53081a60603551d2304819e30819b8014c77d8cc2211756259a7fd382df6be398e4d786a5a178a4763074310b3009060355040613025553311330110603550408130a43616c69666f726e6961311630140603550407130d4d6f756e7461696e205669657731143012060355040a130b476f6f676c6520496e632e3110300e060355040b1307416e64726f69643110300e06035504031307416e64726f6964820900c2e08746644a308d300c0603551d13040530030101ff300d06092a864886f70d010104050003820101006dd252ceef85302c360aaace939bcff2cca904bb5d7a1661f8ae46b2994204d0ff4a68c7ed1a531ec4595a623ce60763b167297a7ae35712c407f208f0cb109429124d7b106219c084ca3eb3f9ad5fb871ef92269a8be28bf16d44c8d9a08e6cb2f005bb3fe2cb96447e868e731076ad45b33f6009ea19c161e62641aa99271dfd5228c5c587875ddb7f452758d661f6cc0cccb7352e424cc4365c523532f7325137593c4ae341f4db41edda0d0b1071a7c440f0fe9ea01cb627ca674369d084bd2fd911ff06cdbf2cfa10dc0f893ae35762919048c7efc64c7144178342f70581c9de573af55b390dd7fdb9418631895d5f759f30112687ff621410c069308a\n    </string>\n    <string name=\"real_signature\">\n        308202ed308201d5a003020102020426ffa009300d06092a864886f70d01010b05003027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a656374301e170d3132313030363132303533325a170d3337303933303132303533325a3027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a65637430820122300d06092a864886f70d01010105000382010f003082010a02820101009a8d2a5336b0eaaad89ce447828c7753b157459b79e3215dc962ca48f58c2cd7650df67d2dd7bda0880c682791f32b35c504e43e77b43c3e4e541f86e35a8293a54fb46e6b16af54d3a4eda458f1a7c8bc1b7479861ca7043337180e40079d9cdccb7e051ada9b6c88c9ec635541e2ebf0842521c3024c826f6fd6db6fd117c74e859d5af4db04448965ab5469b71ce719939a06ef30580f50febf96c474a7d265bb63f86a822ff7b643de6b76e966a18553c2858416cf3309dd24278374bdd82b4404ef6f7f122cec93859351fc6e5ea947e3ceb9d67374fe970e593e5cd05c905e1d24f5a5484f4aadef766e498adf64f7cf04bddd602ae8137b6eea40722d0203010001a321301f301d0603551d0e04160414110b7aa9ebc840b20399f69a431f4dba6ac42a64300d06092a864886f70d01010b0500038201010007c32ad893349cf86952fb5a49cfdc9b13f5e3c800aece77b2e7e0e9c83e34052f140f357ec7e6f4b432dc1ed542218a14835acd2df2deea7efd3fd5e8f1c34e1fb39ec6a427c6e6f4178b609b369040ac1f8844b789f3694dc640de06e44b247afed11637173f36f5886170fafd74954049858c6096308fc93c1bc4dd5685fa7a1f982a422f2a3b36baa8c9500474cf2af91c39cbec1bc898d10194d368aa5e91f1137ec115087c31962d8f76cd120d28c249cf76f4c70f5baa08c70a7234ce4123be080cee789477401965cfe537b924ef36747e8caca62dfefdd1a6288dcb1c4fd2aaa6131a7ad254e9742022cfd597d2ca5c660ce9e41ff537e5a4041e37\n    </string>\n</resources>"
  },
  {
    "path": "fake-store/build.gradle",
    "content": "/*\n * SPDX-FileCopyrightText: 2015 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\napply plugin: 'com.android.application'\n\nandroid {\n    namespace \"com.android.vending\"\n    compileSdkVersion androidCompileSdk\n    buildToolsVersion \"$androidBuildVersionTools\"\n\n    defaultConfig {\n        versionName version\n        versionCode appVersionCode\n        minSdkVersion androidMinSdk\n        targetSdkVersion androidTargetSdk\n    }\n\n    buildFeatures {\n        aidl = true\n    }\n\n    compileOptions {\n        sourceCompatibility JavaVersion.VERSION_1_8\n        targetCompatibility JavaVersion.VERSION_1_8\n    }\n}\n\ndependencies {\n    implementation project(':fake-signature')\n}\n\nif (file('user.gradle').exists()) {\n    apply from: 'user.gradle'\n}\n"
  },
  {
    "path": "fake-store/src/main/AndroidManifest.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?><!--\n  ~ SPDX-FileCopyrightText: 2014 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\">\n\n    <permission\n        android:name=\"com.android.vending.CHECK_LICENSE\"\n        android:protectionLevel=\"normal\" />\n\n    <application\n        android:forceQueryable=\"true\"\n        android:icon=\"@mipmap/ic_app\"\n        android:roundIcon=\"@mipmap/ic_app_round\"\n        android:label=\"@string/app_name\">\n\n        <activity\n            android:name=\".GrantFakeSignaturePermissionActivity\"\n            android:exported=\"true\"\n            android:theme=\"@style/Theme.Dialog.NoActionBar\" />\n\n        <service\n            android:name=\"com.android.vending.billing.InAppBillingService\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"com.android.vending.billing.InAppBillingService.BIND\" />\n            </intent-filter>\n        </service>\n\n        <service\n            android:name=\"com.android.vending.licensing.LicensingService\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"com.android.vending.licensing.ILicensingService\" />\n            </intent-filter>\n        </service>\n\n        <service\n            android:name=\"com.google.android.finsky.externalreferrer.GetInstallReferrerService\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"com.google.android.finsky.BIND_GET_INSTALL_REFERRER_SERVICE\" />\n            </intent-filter>\n        </service>\n\n        <activity\n            android:name=\"org.microg.vending.ui.MainActivity\"\n            android:theme=\"@style/Theme.Dialog.NoActionBar\"\n            android:exported=\"true\">\n            <intent-filter>\n                <action android:name=\"android.intent.action.MAIN\" />\n\n                <category android:name=\"android.intent.category.DEFAULT\" />\n                <category android:name=\"android.intent.category.INFO\" />\n            </intent-filter>\n        </activity>\n    </application>\n</manifest>\n"
  },
  {
    "path": "fake-store/src/main/aidl/com/android/vending/billing/IInAppBillingService.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2012 Google Inc.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/*\n * Copyright (c) 2012 Google Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n *      http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\npackage com.android.vending.billing;\n\nimport android.os.Bundle;\n\n/**\n * InAppBillingService is the service that provides in-app billing version 3 and beyond.\n * This service provides the following features:\n * 1. Provides a new API to get details of in-app items published for the app including\n *    price, type, title and description.\n * 2. The purchase flow is synchronous and purchase information is available immediately\n *    after it completes.\n * 3. Purchase information of in-app purchases is maintained within the Google Play system\n *    till the purchase is consumed.\n * 4. An API to consume a purchase of an inapp item. All purchases of one-time\n *    in-app items are consumable and thereafter can be purchased again.\n * 5. An API to get current purchases of the user immediately. This will not contain any\n *    consumed purchases.\n *\n * All calls will give a response code with the following possible values\n * RESULT_OK = 0 - success\n * RESULT_USER_CANCELED = 1 - User pressed back or canceled a dialog\n * RESULT_SERVICE_UNAVAILABLE = 2 - The network connection is down\n * RESULT_BILLING_UNAVAILABLE = 3 - This billing API version is not supported for the type requested\n * RESULT_ITEM_UNAVAILABLE = 4 - Requested SKU is not available for purchase\n * RESULT_DEVELOPER_ERROR = 5 - Invalid arguments provided to the API\n * RESULT_ERROR = 6 - Fatal error during the API action\n * RESULT_ITEM_ALREADY_OWNED = 7 - Failure to purchase since item is already owned\n * RESULT_ITEM_NOT_OWNED = 8 - Failure to consume since item is not owned\n */\ninterface IInAppBillingService {\n    /**\n     * Checks support for the requested billing API version, package and in-app type.\n     * Minimum API version supported by this interface is 3.\n     * @param apiVersion billing API version that the app is using\n     * @param packageName the package name of the calling app\n     * @param type type of the in-app item being purchased (\"inapp\" for one-time purchases\n     *        and \"subs\" for subscriptions)\n     * @return RESULT_OK(0) on success and appropriate response code on failures.\n     */\n    int isBillingSupported(int apiVersion, String packageName, String type) = 0;\n\n    /**\n     * Provides details of a list of SKUs\n     * Given a list of SKUs of a valid type in the skusBundle, this returns a bundle\n     * with a list JSON strings containing the productId, price, title and description.\n     * This API can be called with a maximum of 20 SKUs.\n     * @param apiVersion billing API version that the app is using\n     * @param packageName the package name of the calling app\n     * @param type of the in-app items (\"inapp\" for one-time purchases\n     *        and \"subs\" for subscriptions)\n     * @param skusBundle bundle containing a StringArrayList of SKUs with key \"ITEM_ID_LIST\"\n     * @return Bundle containing the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response codes\n     *                         on failures.\n     *         \"DETAILS_LIST\" with a StringArrayList containing purchase information\n     *                        in JSON format similar to:\n     *                        '{ \"productId\" : \"exampleSku\",\n     *                           \"type\" : \"inapp\",\n     *                           \"price\" : \"$5.00\",\n     *                           \"price_currency\": \"USD\",\n     *                           \"price_amount_micros\": 5000000,\n     *                           \"title : \"Example Title\",\n     *                           \"description\" : \"This is an example description\" }'\n     */\n    Bundle getSkuDetails(int apiVersion, String packageName, String type, in Bundle skusBundle) = 1;\n\n    /**\n     * Returns a pending intent to launch the purchase flow for an in-app item by providing a SKU,\n     * the type, a unique purchase token and an optional developer payload.\n     * @param apiVersion billing API version that the app is using\n     * @param packageName package name of the calling app\n     * @param sku the SKU of the in-app item as published in the developer console\n     * @param type of the in-app item being purchased (\"inapp\" for one-time purchases\n     *        and \"subs\" for subscriptions)\n     * @param developerPayload optional argument to be sent back with the purchase information\n     * @return Bundle containing the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response codes\n     *                         on failures.\n     *         \"BUY_INTENT\" - PendingIntent to start the purchase flow\n     *\n     * The Pending intent should be launched with startIntentSenderForResult. When purchase flow\n     * has completed, the onActivityResult() will give a resultCode of OK or CANCELED.\n     * If the purchase is successful, the result data will contain the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response\n     *                         codes on failures.\n     *         \"INAPP_PURCHASE_DATA\" - String in JSON format similar to\n     *                                 '{\"orderId\":\"12999763169054705758.1371079406387615\",\n     *                                   \"packageName\":\"com.example.app\",\n     *                                   \"productId\":\"exampleSku\",\n     *                                   \"purchaseTime\":1345678900000,\n     *                                   \"purchaseToken\" : \"122333444455555\",\n     *                                   \"developerPayload\":\"example developer payload\" }'\n     *         \"INAPP_DATA_SIGNATURE\" - String containing the signature of the purchase data that\n     *                                  was signed with the private key of the developer\n     *                                  TODO: change this to app-specific keys.\n     */\n    Bundle getBuyIntent(int apiVersion, String packageName, String sku, String type,\n        String developerPayload) = 2;\n\n    /**\n     * Returns the current SKUs owned by the user of the type and package name specified along with\n     * purchase information and a signature of the data to be validated.\n     * This will return all SKUs that have been purchased in V3 and managed items purchased using\n     * V1 and V2 that have not been consumed.\n     * @param apiVersion billing API version that the app is using\n     * @param packageName package name of the calling app\n     * @param type of the in-app items being requested (\"inapp\" for one-time purchases\n     *        and \"subs\" for subscriptions)\n     * @param continuationToken to be set as null for the first call, if the number of owned\n     *        skus are too many, a continuationToken is returned in the response bundle.\n     *        This method can be called again with the continuation token to get the next set of\n     *        owned skus.\n     * @return Bundle containing the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response codes\n                               on failures.\n     *         \"INAPP_PURCHASE_ITEM_LIST\" - StringArrayList containing the list of SKUs\n     *         \"INAPP_PURCHASE_DATA_LIST\" - StringArrayList containing the purchase information\n     *         \"INAPP_DATA_SIGNATURE_LIST\"- StringArrayList containing the signatures\n     *                                      of the purchase information\n     *         \"INAPP_CONTINUATION_TOKEN\" - String containing a continuation token for the\n     *                                      next set of in-app purchases. Only set if the\n     *                                      user has more owned skus than the current list.\n     */\n    Bundle getPurchases(int apiVersion, String packageName, String type, String continuationToken) = 3;\n\n    /**\n     * Consume the last purchase of the given SKU. This will result in this item being removed\n     * from all subsequent responses to getPurchases() and allow re-purchase of this item.\n     * @param apiVersion billing API version that the app is using\n     * @param packageName package name of the calling app\n     * @param purchaseToken token in the purchase information JSON that identifies the purchase\n     *        to be consumed\n     * @return RESULT_OK(0) if consumption succeeded, appropriate response codes on failures.\n     */\n    int consumePurchase(int apiVersion, String packageName, String purchaseToken) = 4;\n\n    /**\n     * Returns a pending intent to launch the purchase flow for upgrading or downgrading a\n     * subscription. The existing owned SKU(s) should be provided along with the new SKU that\n     * the user is upgrading or downgrading to.\n     * @param apiVersion billing API version that the app is using, must be 5 or later\n     * @param packageName package name of the calling app\n     * @param oldSkus the SKU(s) that the user is upgrading or downgrading from,\n     *        if null or empty this method will behave like {@link #getBuyIntent}\n     * @param newSku the SKU that the user is upgrading or downgrading to\n     * @param type of the item being purchased, currently must be \"subs\"\n     * @param developerPayload optional argument to be sent back with the purchase information\n     * @return Bundle containing the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response codes\n     *                         on failures.\n     *         \"BUY_INTENT\" - PendingIntent to start the purchase flow\n     *\n     * The Pending intent should be launched with startIntentSenderForResult. When purchase flow\n     * has completed, the onActivityResult() will give a resultCode of OK or CANCELED.\n     * If the purchase is successful, the result data will contain the following key-value pairs\n     *         \"RESPONSE_CODE\" with int value, RESULT_OK(0) if success, appropriate response\n     *                         codes on failures.\n     *         \"INAPP_PURCHASE_DATA\" - String in JSON format similar to\n     *                                 '{\"orderId\":\"12999763169054705758.1371079406387615\",\n     *                                   \"packageName\":\"com.example.app\",\n     *                                   \"productId\":\"exampleSku\",\n     *                                   \"purchaseTime\":1345678900000,\n     *                                   \"purchaseToken\" : \"122333444455555\",\n     *                                   \"developerPayload\":\"example developer payload\" }'\n     *         \"INAPP_DATA_SIGNATURE\" - String containing the signature of the purchase data that\n     *                                  was signed with the private key of the developer\n     *                                  TODO: change this to app-specific keys.\n     */\n    Bundle getBuyIntentToReplaceSkus(int apiVersion, String packageName,\n        in List<String> oldSkus, String newSku, String type, String developerPayload) = 6;\n\n    Bundle getBuyIntentV6(int apiVersion, String packageName, String sku, String type, String developerPayload, in Bundle extras) = 7;\n\n    Bundle getPurchasesV6(int apiVersion, String packageName, String type, String continuationToken, in Bundle extras) = 8;\n\n    int isBillingSupportedV7(int apiVersion, String packageName, String type, in Bundle extras) = 9;\n\n    Bundle getPurchasesV9(int apiVersion, String packageName, String type, String continuationToken, in Bundle extras) = 10;\n\n    Bundle consumePurchaseV9(int apiVersion, String packageName, String purchaseToken, in Bundle extras) = 11;\n\n    Bundle getPriceChangeConfirmationIntent(int apiVersion, String packageName, String sku, String type, in Bundle extras) = 800;\n\n    Bundle getSkuDetailsV10(int apiVersion, String packageName, String type, in Bundle skuBundle, in Bundle extras) = 900;\n\n    Bundle acknowledgePurchase(int apiVersion, String packageName, String purchaseToken, in Bundle extras) = 901;\n}\n"
  },
  {
    "path": "fake-store/src/main/aidl/com/android/vending/licensing/ILicenseResultListener.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2010 The Android Open Source Project\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending.licensing;\n\ninterface ILicenseResultListener {\n    oneway void verifyLicense(int responseCode, String signedData, String signature);\n}"
  },
  {
    "path": "fake-store/src/main/aidl/com/android/vending/licensing/ILicenseV2ResultListener.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2010 The Android Open Source Project\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending.licensing;\n\ninterface ILicenseV2ResultListener {\n    oneway void verifyLicense(int responseCode, in Bundle responsePayload);\n}"
  },
  {
    "path": "fake-store/src/main/aidl/com/android/vending/licensing/ILicensingService.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2010 The Android Open Source Project\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending.licensing;\n\nimport com.android.vending.licensing.ILicenseResultListener;\nimport com.android.vending.licensing.ILicenseV2ResultListener;\n\ninterface ILicensingService {\n    oneway void checkLicense(long nonce, String packageName, ILicenseResultListener listener);\n    oneway void checkLicenseV2(String packageName, ILicenseV2ResultListener listener, in Bundle extraParams);\n\n}"
  },
  {
    "path": "fake-store/src/main/aidl/com/google/android/finsky/externalreferrer/IGetInstallReferrerService.aidl",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.google.android.finsky.externalreferrer;\n\ninterface IGetInstallReferrerService {\n    Bundle getInstallReferrer(in Bundle request);\n}"
  },
  {
    "path": "fake-store/src/main/java/com/android/vending/GrantFakeSignaturePermissionActivity.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2016 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending;\n\nimport android.annotation.TargetApi;\nimport android.app.Activity;\nimport android.content.pm.PackageManager;\nimport android.os.Build;\nimport android.os.Bundle;\n\n@TargetApi(Build.VERSION_CODES.M)\npublic class GrantFakeSignaturePermissionActivity extends Activity {\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        if (checkSelfPermission(\"android.permission.FAKE_PACKAGE_SIGNATURE\") != PackageManager.PERMISSION_GRANTED) {\n            requestPermissions(new String[]{\"android.permission.FAKE_PACKAGE_SIGNATURE\"}, 1);\n        } else {\n            setResult(RESULT_OK);\n            finish();\n        }\n    }\n\n    @Override\n    public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) {\n        if (requestCode == 1 && grantResults.length == 1) {\n            setResult(grantResults[0] == PackageManager.PERMISSION_GRANTED ? RESULT_OK : RESULT_CANCELED);\n            finish();\n        }\n    }\n}\n"
  },
  {
    "path": "fake-store/src/main/java/com/android/vending/billing/InAppBillingService.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2016 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending.billing;\n\nimport android.app.Service;\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.os.IBinder;\nimport android.os.Parcel;\nimport android.os.RemoteException;\nimport android.util.Log;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\npublic class InAppBillingService extends Service {\n    private static final String TAG = \"FakeInAppStore\";\n\n    private final IInAppBillingService.Stub mInAppBillingService = new IInAppBillingService.Stub() {\n        @Override\n        public int isBillingSupported(int apiVersion, String packageName, String type) throws RemoteException {\n            return isBillingSupportedV7(apiVersion, packageName, type, new Bundle());\n        }\n\n        @Override\n        public Bundle getSkuDetails(int apiVersion, String packageName, String type, Bundle skusBundle) throws RemoteException {\n            return getSkuDetailsV10(apiVersion, packageName, type, skusBundle, new Bundle());\n        }\n\n        @Override\n        public Bundle getBuyIntent(int apiVersion, String packageName, String sku, String type, String developerPayload) throws RemoteException {\n            return getBuyIntentV6(apiVersion, packageName, sku, type, developerPayload, new Bundle());\n        }\n\n        @Override\n        public Bundle getPurchases(int apiVersion, String packageName, String type, String continuationToken) throws RemoteException {\n            return getPurchasesV6(apiVersion, packageName, type, continuationToken, new Bundle());\n        }\n\n        @Override\n        public int consumePurchase(int apiVersion, String packageName, String purchaseToken) throws RemoteException {\n            return consumePurchaseV9(apiVersion, packageName, purchaseToken, new Bundle()).getInt(\"RESPONSE_CODE\", 8);\n        }\n\n        @Override\n        public Bundle getBuyIntentToReplaceSkus(int apiVersion, String packageName, List<String> oldSkus, String newSku, String type, String developerPayload) throws RemoteException {\n            Log.d(TAG, \"getBuyIntentToReplaceSkus(\" + apiVersion + \", \" + packageName + \", \" + newSku + \", \" + type + \", \" + developerPayload + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 4);\n            return data;\n        }\n\n        @Override\n        public Bundle getBuyIntentV6(int apiVersion, String packageName, String sku, String type, String developerPayload, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"getBuyIntent(\" + apiVersion + \", \" + packageName + \", \" + sku + \", \" + type + \", \" + developerPayload + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 4);\n            return data;\n        }\n\n        @Override\n        public Bundle getPurchasesV6(int apiVersion, String packageName, String type, String continuationToken, Bundle extras) throws RemoteException {\n            return getPurchasesV9(apiVersion, packageName, type, continuationToken, extras);\n        }\n\n        @Override\n        public int isBillingSupportedV7(int apiVersion, String packageName, String type, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"isBillingSupported(\" + apiVersion + \", \" + packageName + \", \" + type + \")\");\n            return 0;\n        }\n\n        @Override\n        public Bundle getPurchasesV9(int apiVersion, String packageName, String type, String continuationToken, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"getPurchases(\" + apiVersion + \", \" + packageName + \", \" + type + \", \" + continuationToken + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 0);\n            data.putStringArrayList(\"INAPP_PURCHASE_ITEM_LIST\", new ArrayList<String>());\n            data.putStringArrayList(\"INAPP_PURCHASE_DATA_LIST\", new ArrayList<String>());\n            data.putStringArrayList(\"INAPP_DATA_SIGNATURE_LIST\", new ArrayList<String>());\n            return data;\n        }\n\n        @Override\n        public Bundle consumePurchaseV9(int apiVersion, String packageName, String purchaseToken, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"consumePurchase(\" + apiVersion + \", \" + packageName + \", \" + purchaseToken + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 8);\n            return data;\n        }\n\n        @Override\n        public Bundle getPriceChangeConfirmationIntent(int apiVersion, String packageName, String sku, String type, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"getPriceChangeConfirmationIntent(\" + apiVersion + \", \" + packageName + \", \" + sku + \", \" + type + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 4);\n            return data;\n        }\n\n        @Override\n        public Bundle getSkuDetailsV10(int apiVersion, String packageName, String type, Bundle skuBundle, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"getSkuDetails(\" + apiVersion + \", \" + packageName + \", \" + type + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 0);\n            data.putStringArrayList(\"DETAILS_LIST\", new ArrayList<String>());\n            return data;\n        }\n\n        @Override\n        public Bundle acknowledgePurchase(int apiVersion, String packageName, String purchaseToken, Bundle extras) throws RemoteException {\n            Log.d(TAG, \"acknowledgePurchase(\" + apiVersion + \", \" + packageName + \", \" + purchaseToken + \")\");\n            Bundle data = new Bundle();\n            data.putInt(\"RESPONSE_CODE\", 8);\n            return data;\n        }\n\n        @Override\n        public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {\n            if (super.onTransact(code, data, reply, flags)) return true;\n            Log.d(TAG, \"onTransact [unknown]: \" + code + \", \" + data + \", \" + flags);\n            return false;\n        }\n    };\n\n    public IBinder onBind(Intent intent) {\n        return mInAppBillingService;\n    }\n}\n"
  },
  {
    "path": "fake-store/src/main/java/com/android/vending/licensing/LicensingService.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.android.vending.licensing;\n\nimport android.app.Service;\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.os.IBinder;\nimport android.os.RemoteException;\nimport android.util.Log;\n\npublic class LicensingService extends Service {\n    private static final String TAG = \"FakeLicenseService\";\n\n    private final ILicensingService.Stub mLicenseService = new ILicensingService.Stub() {\n\n        @Override\n        public void checkLicense(long nonce, String packageName, ILicenseResultListener listener) throws RemoteException {\n            Log.d(TAG, \"checkLicense(\" + nonce + \", \" + packageName + \")\");\n            // We don't return anything yet. Seems to work good for some checkers.\n        }\n\n        @Override\n        public void checkLicenseV2(String packageName, ILicenseV2ResultListener listener, Bundle extraParams) throws RemoteException {\n            Log.d(TAG, \"checkLicenseV2(\" + packageName + \", \" + extraParams + \")\");\n            // We don't return anything yet. Seems to work good for some checkers.\n        }\n    };\n\n    public IBinder onBind(Intent intent) {\n        return mLicenseService;\n    }\n}\n"
  },
  {
    "path": "fake-store/src/main/java/com/google/android/finsky/externalreferrer/GetInstallReferrerService.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage com.google.android.finsky.externalreferrer;\n\nimport android.app.Service;\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.os.IBinder;\nimport android.os.RemoteException;\n\npublic class GetInstallReferrerService extends Service {\n    private static final String TAG = \"FakeReferrerService\";\n\n    private final IGetInstallReferrerService.Stub service = new IGetInstallReferrerService.Stub() {\n        // https://developer.android.com/google/play/installreferrer/igetinstallreferrerservice\n        @Override\n        public Bundle getInstallReferrer(Bundle request) throws RemoteException {\n            String packageName = request.getString(\"package_name\");\n            Bundle result = new Bundle();\n            result.putString(\"install_referrer\", \"https://play.google.com/store/apps/details?utm_source=google-play&utm_medium=organic&id=\"+packageName);\n            result.putLong(\"referrer_click_timestamp_seconds\", 0);\n            result.putLong(\"referrer_click_timestamp_server_seconds\", 0);\n            result.putLong(\"install_begin_timestamp_seconds\", 0);\n            result.putLong(\"install_begin_timestamp_server_seconds\", 0);\n            result.putString(\"install_version\", null);\n            result.putBoolean(\"google_play_instant\", false);\n            return result;\n        }\n    };\n\n    @Override\n    public IBinder onBind(Intent intent) {\n        return service.asBinder();\n    }\n}\n"
  },
  {
    "path": "fake-store/src/main/java/org/microg/vending/ui/MainActivity.java",
    "content": "/*\n * SPDX-FileCopyrightText: 2023 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\npackage org.microg.vending.ui;\n\nimport android.app.Activity;\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.util.Log;\nimport android.widget.Toast;\nimport com.android.vending.R;\n\npublic class MainActivity extends Activity {\n    private static final String TAG = \"MainActivity\";\n    private static final String GMS_PACKAGE_NAME = \"com.google.android.gms\";\n\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        try {\n            Intent intent = new Intent(Intent.ACTION_MAIN);\n            intent.setPackage(GMS_PACKAGE_NAME);\n            try {\n                startActivity(intent);\n            } catch (Exception e) {\n                Log.w(TAG, \"MAIN activity is not DEFAULT. Trying to resolve instead.\");\n                intent.setClassName(GMS_PACKAGE_NAME, getPackageManager().resolveActivity(intent, 0).activityInfo.name);\n                startActivity(intent);\n            }\n            Toast.makeText(this, R.string.toast_installed, Toast.LENGTH_LONG).show();\n        } catch (Exception e) {\n            Log.w(TAG, \"Failed launching microG Settings\", e);\n            Toast.makeText(this, R.string.toast_not_installed, Toast.LENGTH_LONG).show();\n        }\n        finish();\n    }\n}\n"
  },
  {
    "path": "fake-store/src/main/res/drawable-v26/ic_app_foreground.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: CC-BY-SA-4.0\n  -->\n\n<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:width=\"108dp\"\n    android:height=\"108dp\"\n    android:viewportWidth=\"225.27\"\n    android:viewportHeight=\"225.27\">\n    <group\n        android:scaleX=\"0.50\"\n        android:scaleY=\"0.50\"\n        android:translateX=\"56.3175\"\n        android:translateY=\"56.3175\">\n        <path\n            android:pathData=\"M112.64,112.64m-105.55,0a105.55,105.55 0,1 1,211.1 0a105.55,105.55 0,1 1,-211.1 0\"\n            android:strokeWidth=\"30.57332802\"\n            android:fillColor=\"#ffffff\"\n            android:strokeColor=\"#00000000\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m151.55,151.53a55,55 0,0 1,-66.39 8.74\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#e91e63\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"M85.16,160.27A55,55 0,0 1,59.53 98.4\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#ff9800\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m59.53,98.4a55,55 0,0 1,25.63 -33.4\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#cddc39\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m85.16,65.01a55,55 0,0 1,66.39 8.74\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#009688\"\n            android:strokeLineCap=\"butt\" />\n    </group>\n</vector>\n"
  },
  {
    "path": "fake-store/src/main/res/drawable-v26/ic_app_foreground_mono.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: CC-BY-SA-4.0\n  -->\n\n<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:width=\"108dp\"\n    android:height=\"108dp\"\n    android:viewportWidth=\"225.27\"\n    android:viewportHeight=\"225.27\">\n    <group\n        android:scaleX=\"0.50\"\n        android:scaleY=\"0.50\"\n        android:translateX=\"56.3175\"\n        android:translateY=\"56.3175\">\n        <path\n            android:pathData=\"M112.64,112.64m-105.55,0a105.55,105.55 0,1 1,211.1 0a105.55,105.55 0,1 1,-211.1 0\"\n            android:strokeWidth=\"30.57332802\"\n            android:fillColor=\"#000000\"\n            android:strokeColor=\"#00000000\"\n            android:fillAlpha=\"0.1\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m151.55,151.53a55,55 0,0 1,-66.39 8.74\"\n            android:strokeAlpha=\"0.8\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#000000\"\n            android:fillAlpha=\"0.8\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"M85.16,160.27A55,55 0,0 1,59.53 98.4\"\n            android:strokeAlpha=\"0.6\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#000000\"\n            android:fillAlpha=\"0.6\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m59.53,98.4a55,55 0,0 1,25.63 -33.4\"\n            android:strokeAlpha=\"0.5\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#000000\"\n            android:fillAlpha=\"0.5\"\n            android:strokeLineCap=\"butt\" />\n        <path\n            android:pathData=\"m85.16,65.01a55,55 0,0 1,66.39 8.74\"\n            android:strokeAlpha=\"0.7\"\n            android:strokeWidth=\"30\"\n            android:fillColor=\"#00000000\"\n            android:strokeColor=\"#000000\"\n            android:fillAlpha=\"0.7\"\n            android:strokeLineCap=\"butt\" />\n    </group>\n</vector>\n"
  },
  {
    "path": "fake-store/src/main/res/mipmap-anydpi-v26/ic_app.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: CC-BY-SA-4.0\n  -->\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <background android:drawable=\"@color/ic_app_background\"/>\n    <foreground android:drawable=\"@drawable/ic_app_foreground\"/>\n\n    <monochrome android:drawable=\"@drawable/ic_app_foreground_mono\" />\n</adaptive-icon>"
  },
  {
    "path": "fake-store/src/main/res/mipmap-anydpi-v26/ic_app_round.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: CC-BY-SA-4.0\n  -->\n\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <background android:drawable=\"@color/ic_app_background\"/>\n    <foreground android:drawable=\"@drawable/ic_app_foreground\"/>\n</adaptive-icon>"
  },
  {
    "path": "fake-store/src/main/res/values/strings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2014 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<resources>\n    <string name=\"app_name\">microG Companion</string>\n    <string name=\"toast_installed\">microG Companion cannot be used standalone. Opened microG Services settings instead.</string>\n    <string name=\"toast_not_installed\">microG Companion cannot be used standalone. Please install microG Services to use microG.</string>\n</resources>"
  },
  {
    "path": "fake-store/src/main/res/values/styles.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2014 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<resources>\n    <style name=\"Theme.Dialog.NoActionBar\" parent=\"@android:style/Theme.Dialog\">\n        <item name=\"android:windowNoTitle\">true</item>\n        <item name=\"android:windowBackground\">@android:color/transparent</item>\n    </style>\n</resources>\n"
  },
  {
    "path": "fake-store/src/main/res/values-v11/styles.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2014 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n<resources>\n\n    <style name=\"Theme.Dialog.NoActionBar\" parent=\"@android:style/Theme.Dialog\">\n        <item name=\"android:windowActionBar\">false</item>\n        <item name=\"android:windowNoTitle\">true</item>\n        <item name=\"android:windowBackground\">@android:color/transparent</item>\n    </style>\n</resources>\n"
  },
  {
    "path": "fake-store/src/main/res/values-v26/ic_app_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n  ~ SPDX-FileCopyrightText: 2023 microG Project Team\n  ~ SPDX-License-Identifier: Apache-2.0\n  -->\n\n<resources>\n    <color name=\"ic_app_background\">#C0CA33</color>\n</resources>"
  },
  {
    "path": "gradle/wrapper/gradle-wrapper.jar.license",
    "content": "Copyright 2015 the original author or authors.\nSPDX-License-Identifier: Apache-2.0\n"
  },
  {
    "path": "gradle/wrapper/gradle-wrapper.properties",
    "content": "# SPDX-FileCopyrightText: 2015, microG Project Team\n# SPDX-License-Identifier: CC0-1.0\n\ndistributionBase=GRADLE_USER_HOME\ndistributionPath=wrapper/dists\ndistributionUrl=https\\://services.gradle.org/distributions/gradle-8.1.1-bin.zip\nnetworkTimeout=10000\nzipStoreBase=GRADLE_USER_HOME\nzipStorePath=wrapper/dists\n"
  },
  {
    "path": "gradlew",
    "content": "#!/bin/sh\n\n# SPDX-License-Identifier: Apache-2.0\n#\n# Copyright © 2015-2021 the original authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n#      https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n##############################################################################\n#\n#   Gradle start up script for POSIX generated by Gradle.\n#\n#   Important for running:\n#\n#   (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is\n#       noncompliant, but you have some other compliant shell such as ksh or\n#       bash, then to run this script, type that shell name before the whole\n#       command line, like:\n#\n#           ksh Gradle\n#\n#       Busybox and similar reduced shells will NOT work, because this script\n#       requires all of these POSIX shell features:\n#         * functions;\n#         * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,\n#           «${var#prefix}», «${var%suffix}», and «$( cmd )»;\n#         * compound commands having a testable exit status, especially «case»;\n#         * various built-in commands including «command», «set», and «ulimit».\n#\n#   Important for patching:\n#\n#   (2) This script targets any POSIX shell, so it avoids extensions provided\n#       by Bash, Ksh, etc; in particular arrays are avoided.\n#\n#       The \"traditional\" practice of packing multiple parameters into a\n#       space-separated string is a well documented source of bugs and security\n#       problems, so this is (mostly) avoided, by progressively accumulating\n#       options in \"$@\", and eventually passing that to Java.\n#\n#       Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,\n#       and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;\n#       see the in-line comments for details.\n#\n#       There are tweaks for specific operating systems such as AIX, CygWin,\n#       Darwin, MinGW, and NonStop.\n#\n#   (3) This script is generated from the Groovy template\n#       https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt\n#       within the Gradle project.\n#\n#       You can find Gradle at https://github.com/gradle/gradle/.\n#\n##############################################################################\n\n# Attempt to set APP_HOME\n\n# Resolve links: $0 may be a link\napp_path=$0\n\n# Need this for daisy-chained symlinks.\nwhile\n    APP_HOME=${app_path%\"${app_path##*/}\"}  # leaves a trailing /; empty if no leading path\n    [ -h \"$app_path\" ]\ndo\n    ls=$( ls -ld \"$app_path\" )\n    link=${ls#*' -> '}\n    case $link in             #(\n      /*)   app_path=$link ;; #(\n      *)    app_path=$APP_HOME$link ;;\n    esac\ndone\n\n# This is normally unused\n# shellcheck disable=SC2034\nAPP_BASE_NAME=${0##*/}\nAPP_HOME=$( cd \"${APP_HOME:-./}\" && pwd -P ) || exit\n\n# Use the maximum available, or set MAX_FD != -1 to use that value.\nMAX_FD=maximum\n\nwarn () {\n    echo \"$*\"\n} >&2\n\ndie () {\n    echo\n    echo \"$*\"\n    echo\n    exit 1\n} >&2\n\n# OS specific support (must be 'true' or 'false').\ncygwin=false\nmsys=false\ndarwin=false\nnonstop=false\ncase \"$( uname )\" in                #(\n  CYGWIN* )         cygwin=true  ;; #(\n  Darwin* )         darwin=true  ;; #(\n  MSYS* | MINGW* )  msys=true    ;; #(\n  NONSTOP* )        nonstop=true ;;\nesac\n\nCLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar\n\n\n# Determine the Java command to use to start the JVM.\nif [ -n \"$JAVA_HOME\" ] ; then\n    if [ -x \"$JAVA_HOME/jre/sh/java\" ] ; then\n        # IBM's JDK on AIX uses strange locations for the executables\n        JAVACMD=$JAVA_HOME/jre/sh/java\n    else\n        JAVACMD=$JAVA_HOME/bin/java\n    fi\n    if [ ! -x \"$JAVACMD\" ] ; then\n        die \"ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME\n\nPlease set the JAVA_HOME variable in your environment to match the\nlocation of your Java installation.\"\n    fi\nelse\n    JAVACMD=java\n    which java >/dev/null 2>&1 || die \"ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.\n\nPlease set the JAVA_HOME variable in your environment to match the\nlocation of your Java installation.\"\nfi\n\n# Increase the maximum file descriptors if we can.\nif ! \"$cygwin\" && ! \"$darwin\" && ! \"$nonstop\" ; then\n    case $MAX_FD in #(\n      max*)\n        # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.\n        # shellcheck disable=SC3045\n        MAX_FD=$( ulimit -H -n ) ||\n            warn \"Could not query maximum file descriptor limit\"\n    esac\n    case $MAX_FD in  #(\n      '' | soft) :;; #(\n      *)\n        # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.\n        # shellcheck disable=SC3045\n        ulimit -n \"$MAX_FD\" ||\n            warn \"Could not set maximum file descriptor limit to $MAX_FD\"\n    esac\nfi\n\n# Collect all arguments for the java command, stacking in reverse order:\n#   * args from the command line\n#   * the main class name\n#   * -classpath\n#   * -D...appname settings\n#   * --module-path (only if needed)\n#   * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.\n\n# For Cygwin or MSYS, switch paths to Windows format before running java\nif \"$cygwin\" || \"$msys\" ; then\n    APP_HOME=$( cygpath --path --mixed \"$APP_HOME\" )\n    CLASSPATH=$( cygpath --path --mixed \"$CLASSPATH\" )\n\n    JAVACMD=$( cygpath --unix \"$JAVACMD\" )\n\n    # Now convert the arguments - kludge to limit ourselves to /bin/sh\n    for arg do\n        if\n            case $arg in                                #(\n              -*)   false ;;                            # don't mess with options #(\n              /?*)  t=${arg#/} t=/${t%%/*}              # looks like a POSIX filepath\n                    [ -e \"$t\" ] ;;                      #(\n              *)    false ;;\n            esac\n        then\n            arg=$( cygpath --path --ignore --mixed \"$arg\" )\n        fi\n        # Roll the args list around exactly as many times as the number of\n        # args, so each arg winds up back in the position where it started, but\n        # possibly modified.\n        #\n        # NB: a `for` loop captures its iteration list before it begins, so\n        # changing the positional parameters here affects neither the number of\n        # iterations, nor the values presented in `arg`.\n        shift                   # remove old arg\n        set -- \"$@\" \"$arg\"      # push replacement arg\n    done\nfi\n\n\n# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.\nDEFAULT_JVM_OPTS='\"-Xmx64m\" \"-Xms64m\"'\n\n# Collect all arguments for the java command;\n#   * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of\n#     shell script including quotes and variable substitutions, so put them in\n#     double quotes to make sure that they get re-expanded; and\n#   * put everything else in single quotes, so that it's not re-expanded.\n\nset -- \\\n        \"-Dorg.gradle.appname=$APP_BASE_NAME\" \\\n        -classpath \"$CLASSPATH\" \\\n        org.gradle.wrapper.GradleWrapperMain \\\n        \"$@\"\n\n# Stop when \"xargs\" is not available.\nif ! command -v xargs >/dev/null 2>&1\nthen\n    die \"xargs is not available\"\nfi\n\n# Use \"xargs\" to parse quoted args.\n#\n# With -n1 it outputs one arg per line, with the quotes and backslashes removed.\n#\n# In Bash we could simply go:\n#\n#   readarray ARGS < <( xargs -n1 <<<\"$var\" ) &&\n#   set -- \"${ARGS[@]}\" \"$@\"\n#\n# but POSIX shell has neither arrays nor command substitution, so instead we\n# post-process each arg (as a line of input to sed) to backslash-escape any\n# character that might be a shell metacharacter, then use eval to reverse\n# that process (while maintaining the separation between arguments), and wrap\n# the whole thing up as a single \"set\" statement.\n#\n# This will of course break if any of these variables contains a newline or\n# an unmatched quote.\n#\n\neval \"set -- $(\n        printf '%s\\n' \"$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS\" |\n        xargs -n1 |\n        sed ' s~[^-[:alnum:]+,./:=@_]~\\\\&~g; ' |\n        tr '\\n' ' '\n    )\" '\"$@\"'\n\nexec \"$JAVACMD\" \"$@\"\n"
  },
  {
    "path": "gradlew.bat",
    "content": "@rem SPDX-License-Identifier: Apache-2.0\r\n@rem\r\n@rem Copyright 2015 the original author or authors.\r\n@rem\r\n@rem Licensed under the Apache License, Version 2.0 (the \"License\");\r\n@rem you may not use this file except in compliance with the License.\r\n@rem You may obtain a copy of the License at\r\n@rem\r\n@rem      https://www.apache.org/licenses/LICENSE-2.0\r\n@rem\r\n@rem Unless required by applicable law or agreed to in writing, software\r\n@rem distributed under the License is distributed on an \"AS IS\" BASIS,\r\n@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n@rem See the License for the specific language governing permissions and\r\n@rem limitations under the License.\r\n@rem\r\n\r\n@if \"%DEBUG%\"==\"\" @echo off\r\n@rem ##########################################################################\r\n@rem\r\n@rem  Gradle startup script for Windows\r\n@rem\r\n@rem ##########################################################################\r\n\r\n@rem Set local scope for the variables with windows NT shell\r\nif \"%OS%\"==\"Windows_NT\" setlocal\r\n\r\nset DIRNAME=%~dp0\r\nif \"%DIRNAME%\"==\"\" set DIRNAME=.\r\n@rem This is normally unused\r\nset APP_BASE_NAME=%~n0\r\nset APP_HOME=%DIRNAME%\r\n\r\n@rem Resolve any \".\" and \"..\" in APP_HOME to make it shorter.\r\nfor %%i in (\"%APP_HOME%\") do set APP_HOME=%%~fi\r\n\r\n@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.\r\nset DEFAULT_JVM_OPTS=\"-Xmx64m\" \"-Xms64m\"\r\n\r\n@rem Find java.exe\r\nif defined JAVA_HOME goto findJavaFromJavaHome\r\n\r\nset JAVA_EXE=java.exe\r\n%JAVA_EXE% -version >NUL 2>&1\r\nif %ERRORLEVEL% equ 0 goto execute\r\n\r\necho.\r\necho ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.\r\necho.\r\necho Please set the JAVA_HOME variable in your environment to match the\r\necho location of your Java installation.\r\n\r\ngoto fail\r\n\r\n:findJavaFromJavaHome\r\nset JAVA_HOME=%JAVA_HOME:\"=%\r\nset JAVA_EXE=%JAVA_HOME%/bin/java.exe\r\n\r\nif exist \"%JAVA_EXE%\" goto execute\r\n\r\necho.\r\necho ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%\r\necho.\r\necho Please set the JAVA_HOME variable in your environment to match the\r\necho location of your Java installation.\r\n\r\ngoto fail\r\n\r\n:execute\r\n@rem Setup the command line\r\n\r\nset CLASSPATH=%APP_HOME%\\gradle\\wrapper\\gradle-wrapper.jar\r\n\r\n\r\n@rem Execute Gradle\r\n\"%JAVA_EXE%\" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% \"-Dorg.gradle.appname=%APP_BASE_NAME%\" -classpath \"%CLASSPATH%\" org.gradle.wrapper.GradleWrapperMain %*\r\n\r\n:end\r\n@rem End local scope for the variables with windows NT shell\r\nif %ERRORLEVEL% equ 0 goto mainEnd\r\n\r\n:fail\r\nrem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of\r\nrem the _cmd.exe /c_ return code!\r\nset EXIT_CODE=%ERRORLEVEL%\r\nif %EXIT_CODE% equ 0 set EXIT_CODE=1\r\nif not \"\"==\"%GRADLE_EXIT_CONSOLE%\" exit %EXIT_CODE%\r\nexit /b %EXIT_CODE%\r\n\r\n:mainEnd\r\nif \"%OS%\"==\"Windows_NT\" endlocal\r\n\r\n:omega\r\n"
  },
  {
    "path": "settings.gradle",
    "content": "/*\n * SPDX-FileCopyrightText: 2015 microG Project Team\n * SPDX-License-Identifier: Apache-2.0\n */\n\ninclude ':fake-store'\ninclude ':fake-signature'\n"
  }
]