systemapks_variants_get | SELECT | packageName, variantId, versionCode | Returns a previously created system APK variant. |
systemapks_variants_list | SELECT | packageName, versionCode | Returns the list of previously created system APK variants. |
systemapks_variants_create | INSERT | packageName, versionCode | Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle. |
systemapks_variants_download | EXEC | packageName, variantId, versionCode | Downloads a previously created system APK which is suitable for inclusion in a system image. |