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