Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b064e96 authored by Matt Pietal's avatar Matt Pietal Committed by android-build-merger
Browse files

Merge "Sharesheet - Hide direct share area for low ram devices" into qt-dev am: fcc4d76a

am: 1fd7d07d

Change-Id: Ic58cf15f911013ac05fa218b0d5ebdec428a8fe2
parents c637bd73 1fd7d07d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2533,7 +2533,7 @@ public class ChooserActivity extends ResolverActivity {
        }

        public int getServiceTargetCount() {
            if (isSendAction(getTargetIntent())) {
            if (isSendAction(getTargetIntent()) && !ActivityManager.isLowRamDeviceStatic()) {
                return Math.min(mServiceTargets.size(), MAX_SERVICE_TARGETS);
            }