Google Phone App Gets New Toggle for Portrait Mode When on Calls

Ever been using your phone as an actual phone, then held your device awkwardly while on a call and the screen rotates due to your system’s orientation setting? Yeah, apparently you’re not alone. Google is sending out a “fix” to its Phone app right now.

In the latest build of the Phone app, plus needing a server side switch, a new setting inside of the app is specifically for keeping portrait mode enabled when on calls. This setting will prevent accidental auto rotation, which could spare you a brief moment of frustration.

var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];

googletag.cmd.push(function() {
var mapping = googletag.sizeMapping().
addSize([0, 0], [[300, 100], [300, 250]]).
build();
googletag.defineSlot( ‘/1043061/DL_INJECT1’, [[300,100],[300,250],[300,600]], ‘gpt-ad-6303822777890-0’ )
.addService(googletag.pubads()).defineSizeMapping(mapping);
window.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};
const timers = window.advadsGamEmptySlotsTimers;

timers[‘gpt-ad-6303822777890-0’] = setTimeout( function () {
const id = ‘gpt-ad-6303822777890-0’;
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 1000 );

if ( typeof window.advadsGamHasEmptySlotListener === ‘undefined’ ) {
googletag.pubads().addEventListener( ‘slotRequested’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] === ‘undefined’ ) {
return;
}
clearTimeout( timers[id] );
timers[id] = setTimeout( function () {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 2500 );
} );
googletag.pubads().addEventListener( ‘slotResponseReceived’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] !== ‘undefined’ ) {
clearTimeout( timers[id] );
delete ( timers[id] );
}
if ( ! ev.slot.getResponseInformation() ) {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
}
} );
window.advadsGamHasEmptySlotListener = true;
}

googletag.enableServices();
googletag.display( ‘gpt-ad-6303822777890-0’ );
} );

According to quite a few folks on reddit, this is a very welcomed setting. Props to Google for this one.

Google Play Link

// reddit

Read the original post: Google Phone App Gets New Toggle for Portrait Mode When on Calls

https://www.droid-life.com/2025/12/11/google-phone-app-gets-new-toggle-for-portrait-mode-when-on-calls/?rand=7

android-tech

Passionate about the intersection of technology and society. I break down complex tech news into understandable insights. Focus on AI, cybersecurity, and the future of the web. #TechNews #AI #Innovation

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version