Make pretending to be a Google Play setting per app based⚙️

This commit is contained in:
Gregory Velichko
2024-04-19 17:57:22 +03:00
parent 49022726d3
commit c16cda1962
6 changed files with 18 additions and 39 deletions

View File

@@ -521,6 +521,11 @@ abstract class AppSource {
label: tr('autoApkFilterByArch'), defaultValue: true)
],
[GeneratedFormTextField('appName', label: tr('appName'), required: false)],
[
GeneratedFormSwitch('shizukuPretendToBeGooglePlay',
label: tr('shizukuPretendToBeGooglePlay'),
defaultValue: false)
],
[
GeneratedFormSwitch('exemptFromBackgroundUpdates',
label: tr('exemptFromBackgroundUpdates'))