Now that Android Q is owned by several users, due to Google delivering Beta 3 to more than 12 non-Pixel devices, several phone owners are beginning to familiarize with the fresh features.

Sadly, Google made a few experimental features as well, hidden under feature flags, such as native screen recording support, difficult to access.

So in this article, i will break down how you can activate screen recording in Android Q Beta 3.

In the previous 2 betas, Google had some Android Q’s experimental features such as screen recording accessible through “feature flags” which could be toggled in the Settings application. As of Beta 3, these flags are still here, but they no longer exist in the Settings application.

Luckily for us, it is still possible to make adjustments to Android Q’s flags, which includes the screen recording flag, through ADB on your PC. So before we begin, ensure you install ADB on your PC. Then just connect your device to your PC through USB, and run the below command from your system:

“adb shell settings put global settings_screenrecord_long_press true”

AndroidBeta33real

You Might Also Want To Read- How To Activate The New Gestures In The Android Q Beta?

After doing that, your device will now be able to explore the Android Q’s screen recording feature. Same as in Beta 1, to access the Screen Recording, you have to long-press the Power button, then long-press the Screenshot button there.

This opens a sharper UI for capturing the recording than we saw before, and will ask if you desire your touches to be seen or your microphone audio to be added in the recording. After that, you will be warned not to reveal any vital data on-screen as you record.

When these prompts are done, your screen recording will start, and you can stop it from your notification drawer.

AndroidBeta3real

You Might Also Want To Read- How To Lock The Volume On Your Android Phone?

If anything malfunctions with the screen recording feature, or you just want to disable it, this command can be used from your PC to return to the default setting:

“adb shell settings delete global settings_screenrecord_long_press”

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.