Android Auto features are not available in the Play store version

This commit is contained in:
M66B
2022-07-07 08:06:53 +02:00
parent d2c40e8468
commit cd72d860a3
4 changed files with 10 additions and 7 deletions

View File

@@ -482,7 +482,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
});
swNotifySuppressInCar.setVisibility(
Build.VERSION.SDK_INT < Build.VERSION_CODES.M
Build.VERSION.SDK_INT < Build.VERSION_CODES.M || BuildConfig.PLAY_STORE_RELEASE
? View.GONE : View.VISIBLE);
swNotifySuppressInCar.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override