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

Commit d595ffd2 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: I71b6c3e325b40b32cc732f909b9af87532763263
parents b5a5ff7b 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);
            }