├── Android.bp ├── LICENSE ├── permissions └── app.grapheneos.apps.xml └── prebuilt └── AppStore.apk /Android.bp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrapheneOS/platform_external_AppStore/HEAD/Android.bp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrapheneOS/platform_external_AppStore/HEAD/LICENSE -------------------------------------------------------------------------------- /permissions/app.grapheneos.apps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrapheneOS/platform_external_AppStore/HEAD/permissions/app.grapheneos.apps.xml -------------------------------------------------------------------------------- /prebuilt/AppStore.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrapheneOS/platform_external_AppStore/HEAD/prebuilt/AppStore.apk --------------------------------------------------------------------------------