Iam trying to trigger low memory events using android studio's terminal:
To trigger your onTrimMemory callbacks:
adb shell am send-trim-memory
e.g. adb shell am send-trim-memory com.example.app MODERATE
but i get this message Unknown command 'send-trim-memory' . Iam using emulator on the latest android.
Thank you