Sample Header Ad - 728x90

Android Enthusiasts

Q&A for enthusiasts and power users of the Android operating system

Latest Questions

7 votes
3 answers
49718 views
Any way to disable the quick settings panel on the lockscreen on Android 12 and 11?
Is there any way to disable the quick settings panel on the lockscreen on Android 12 and 11? I want to disable it, just like it used to be on the older Android versions. If I cannot the disable it, can it be abused if my phone is lost or stolen?
Is there any way to disable the quick settings panel on the lockscreen on Android 12 and 11? I want to disable it, just like it used to be on the older Android versions. If I cannot the disable it, can it be abused if my phone is lost or stolen?
3060PlayZ (258 rep)
Jun 30, 2022, 02:46 PM • Last activity: Aug 5, 2025, 10:19 AM
1 votes
0 answers
171 views
How to disable or set lock for quick settings menu on Realme 3?
I am using Realme 3. I would like to restrict the quick settings icon from being used so that when the user clicks on the quick settings icon, the mobile should ask for a password. What is the way to disable the quick settings icon or set a lock for that icon?
I am using Realme 3. I would like to restrict the quick settings icon from being used so that when the user clicks on the quick settings icon, the mobile should ask for a password. What is the way to disable the quick settings icon or set a lock for that icon?
user3408779 (111 rep)
Jul 20, 2023, 04:35 PM • Last activity: Jun 27, 2025, 07:31 AM
0 votes
1 answers
62 views
How to remove the display brightness adjust icon from Quick Settings in RealMe Narzo N61
Device name: `Realme Narzo N61` Android version: `14` The Pulldown Quick settings 1st screen is shown below. [![Quick Settings][1]][1] It has more screens as you swipe right on this. Through the edit Quick Settings options, other options like Airplane Mode, Bluetooth, Torch & other icons can be adde...
Device name: Realme Narzo N61 Android version: 14 The Pulldown Quick settings 1st screen is shown below. Quick Settings It has more screens as you swipe right on this. Through the edit Quick Settings options, other options like Airplane Mode, Bluetooth, Torch & other icons can be added or removed from the Quick Settings panel. However, the Big Fat Display Adjustment Icon doesn't seem to be removable. This is a huge problem because if your hand accidently touches it at the wrong point, you may end up making your display brightness zero and after that it's very difficult to adjust it back higher because you can't see anything. Is there a way to not have this big one in the Quick Settings? UPDATE: Looks like this is an Android 14 feature, rather than something specific to the Narzo. I found someone complaining about it but for other reasons. https://www.reddit.com/r/oneplus/comments/1fctlmd/very_unwelcome_change_to_quick_settings/
user93353 (87 rep)
Feb 26, 2025, 12:22 PM • Last activity: Mar 2, 2025, 12:28 AM
0 votes
1 answers
43 views
Huawei P40 restore "vanished" screen record button?
The default "Screen Record" button from the dropdown menu on my Huawei P40 magically vanished a few days ago. I checked Reddit for a solution and found others having the same problem without a solution. I updated the phone to v12 Kernel software. The recorder icon is still missing and the old screen...
The default "Screen Record" button from the dropdown menu on my Huawei P40 magically vanished a few days ago. I checked Reddit for a solution and found others having the same problem without a solution. I updated the phone to v12 Kernel software. The recorder icon is still missing and the old screenshot button has a screenshot/scrollshot dropdown. After an hour, I found that I could roll back to v10 Kernel, but I don't know yet if it will restore the icon. I first need to backup 116GB on my phone which is a huge inconvenience. I may back up my phone, do a rollback, and find the icon is still not restored. Please help.
Roshan.R
Oct 16, 2024, 10:15 AM • Last activity: Oct 17, 2024, 02:47 PM
1 votes
0 answers
284 views
Pixel 8a quick settings tiles edit
I'm trying to modify the quick settings tiles on a Pixel 8a (Android 14) so that I have instant access to the mobile data tile (and preferably wi-fi also) without having to navigate via the "internet" tile. I did this on a Moto G Pro 2020 with Android 12 via ADB tools: - install android-tools-adb on...
I'm trying to modify the quick settings tiles on a Pixel 8a (Android 14) so that I have instant access to the mobile data tile (and preferably wi-fi also) without having to navigate via the "internet" tile. I did this on a Moto G Pro 2020 with Android 12 via ADB tools: - install android-tools-adb on computer - Settings > About Phone > Build Number 7 times - Settings > System > Developer Options > USB Debugging mode - plug phone into computer - file transfer (MTP) mode - adb devices, confirm on phone, then run again - adb shell - settings put global settings_provider_model false - settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)" But I understand the exact commands vary by phone and Android version and can really mess things up if you get it wrong. So wanted to confirm first that this approach is still valid for Pixel 8a and Android 14? And if not, what are the correct commands?
Sam (11 rep)
Sep 27, 2024, 05:06 PM
2 votes
0 answers
85 views
Disabling or hiding the edit pencil of quick settings
I'm using a Samsung phone. I need a way to disable or hide the edit pencil icon that edits the tiles on the quick settings panel. [![edit pencil][1th]][1] Is there any way to achieve this using ADB command? [1th]: https://i.sstatic.net/cW3S27hgm.jpg [1]: https://i.sstatic.net/cW3S27hg.jpg
I'm using a Samsung phone. I need a way to disable or hide the edit pencil icon that edits the tiles on the quick settings panel. edit pencil Is there any way to achieve this using ADB command?
David G (21 rep)
Aug 17, 2024, 05:12 AM • Last activity: Aug 17, 2024, 01:04 PM
1 votes
0 answers
862 views
How to enable component in Android Settings app using ADB shell
[![enter image description here][1]][1] Here is what I am trying to achieve, I'm trying to derive an adb shell command that allows me to toggle these switches inside the settings app programmatically. I've used `dumpsys` to figure out these component names (at least that's what I believe). fuxi:/ #...
enter image description here Here is what I am trying to achieve, I'm trying to derive an adb shell command that allows me to toggle these switches inside the settings app programmatically. I've used dumpsys to figure out these component names (at least that's what I believe). fuxi:/ # dumpsys package com.android.settings Service Resolver Table: Non-Data Actions: android.service.quicksettings.action.QS_TILE: 47bc38b com.android.settings/.development.qstile.DevelopmentTiles$ShowLayout filter 6c8cc68 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 236e881 com.android.settings/.development.qstile.DevelopmentTiles$GPUProfiling filter fe7d26 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 7e10d67 com.android.settings/.development.qstile.DevelopmentTiles$ForceRTL filter 1924714 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" a688bbd com.android.settings/.development.qstile.DevelopmentTiles$AnimationSpeed filter a4545b2 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 4671903 com.android.settings/.development.qstile.DevelopmentTiles$WinscopeTrace filter 4d6c080 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 11726b9 com.android.settings/.development.qstile.DevelopmentTiles$SensorsOff filter be0afe permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 6b8425f com.android.settings/.development.qstile.DevelopmentTiles$WirelessDebugging filter 52764ac permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" b7a7575 com.android.settings/.development.qstile.DevelopmentTiles$ShowTaps filter 6bd90a permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 1c8a57b com.android.settings/.development.qstile.DevelopmentTiles$DesktopMode filter cfc1f98 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" 89f3f1 com.android.settings/.development.qstile.DevelopmentTiles$ShowRefreshRate filter 767bd6 permission android.permission.BIND_QUICK_SETTINGS_TILE Action: "android.service.quicksettings.action.QS_TILE" Packages: Package [com.android.settings] (225ab18): appId=1000 sharedUser=SharedUserSetting{e7ec628 android.uid.system/1000} pkg=Package{c61500b com.android.settings} codePath=/system_ext/priv-app/Settings resourcePath=/system_ext/priv-app/Settings legacyNativeLibraryDir=/system_ext/priv-app/Settings/lib extractNativeLibs=true primaryCpuAbi=arm64-v8a secondaryCpuAbi=null cpuAbiOverride=null versionCode=34 minSdk=34 targetSdk=34 minExtensionVersions=[] versionName=14 usesNonSdkApi=true splits=[base] apkSigningVersion=3 flags=[ SYSTEM HAS_CODE ALLOW_CLEAR_USER_DATA ALLOW_BACKUP KILL_AFTER_RESTORE ] privateFlags=[ PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION ALLOW_AUDIO_PLAYBACK_CAPTURE DEFAULT_TO_DEVICE_PROTECTED_STORAGE DIRECT_BOOT_AWARE PARTIALLY_DIRECT_BOOT_AWARE PRIVILEGED SYSTEM_EXT PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING ] forceQueryable=false queriesIntents=[Intent { act=com.android.setupwizard.action.PARTNER_CUSTOMIZATION }] dataDir=/data/user_de/0/com.android.settings supportsScreens=[small, medium, large, xlarge, resizeable, anyDensity] usesLibraries: org.apache.http.legacy com.qti.extphone.extphonelib usesOptionalLibraries: androidx.window.extensions androidx.window.sidecar usesLibraryFiles: /system/framework/org.apache.http.legacy.jar /system_ext/framework/extphonelib.jar timeStamp=2009-01-01 08:00:00 lastUpdateTime=2009-01-01 08:00:00 installerPackageName=null installerPackageUid=-1 initiatingPackageName=null originatingPackageName=null packageSource=0 appMetadataFilePath=null signatures=PackageSignatures{f549ee8 version:3, signatures:[92d864b3], past signatures:[]} installPermissionsFixed=false pkgFlags=[ SYSTEM HAS_CODE ALLOW_CLEAR_USER_DATA ALLOW_BACKUP KILL_AFTER_RESTORE ] privatePkgFlags=[ PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION ALLOW_AUDIO_PLAYBACK_CAPTURE DEFAULT_TO_DEVICE_PROTECTED_STORAGE DIRECT_BOOT_AWARE PARTIALLY_DIRECT_BOOT_AWARE PRIVILEGED SYSTEM_EXT PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING ] apexModuleName=null User 0: ceDataInode=5887 installed=true hidden=false suspended=false distractionFlags=0 stopped=false notLaunched=false enabled=0 instant=false virtual=false installReason=0 firstInstallTime=2009-01-01 08:00:00 uninstallReason=0 disabledComponents: com.android.settings.Settings$LanguageAndInputSettingsActivity com.android.settings.SetupFingerprintSuggestionActivity com.android.settings.development.qstile.DevelopmentTiles$AnimationSpeed com.android.settings.development.qstile.DevelopmentTiles$WinscopeTrace com.android.settings.development.qstile.DevelopmentTiles$ShowLayout com.android.settings.development.qstile.DevelopmentTiles$GPUProfiling com.android.settings.development.qstile.DevelopmentTiles$ShowTaps com.android.settings.homepage.DeepLinkHomepageActivity com.android.settings.development.qstile.DevelopmentTiles$ShowRefreshRate com.android.settings.development.qstile.DevelopmentTiles$SensorsOff com.android.settings.development.qstile.DevelopmentTiles$ForceRTL com.android.settings.search.SearchStateReceiver enabledComponents: com.android.settings.development.qstile.DevelopmentTiles$DesktopMode com.android.settings.development.qstile.DevelopmentTiles$WirelessDebugging com.android.settings.Settings$ConnectedDeviceDashboardActivity com.android.settings.Settings$PowerUsageSummaryActivity com.android.settings.Settings$WifiDisplaySettingsActivity com.android.settings.Settings$BluetoothSettingsActivity com.android.settings.Settings$DevelopmentSettingsDashboardActivity com.android.settings.SetupRedactionInterstitial com.android.settings.Settings$WifiSettingsActivity com.android.settings.WebViewImplementation com.android.settings.Settings$UserSettingsActivity com.android.settings.Settings$DataUsageSummaryActivity com.android.settings.Settings$LanguageSettingsActivity I am assuming by enabling this components via pm enable com.android.settings/.development.qstile.DevelopmentTiles$ShowLayout should get the job done. Unfortunately, it gives me this error. fuxi:/ $ su fuxi:/ # pm enable com.android.settings/.development.qstile.DevelopmentTiles$ShowLayout Exception occurred while executing 'enable': java.lang.IllegalArgumentException: Component class com.android.settings.development.qstile.DevelopmentTiles does not exist in com.android.settings at com.android.server.pm.PackageManagerService.setEnabledSettings(PackageManagerService.java:4035) at com.android.server.pm.PackageManagerService.-$$Nest$msetEnabledSettings(PackageManagerService.java:0) at com.android.server.pm.PackageManagerService$IPackageManagerImpl.setComponentEnabledSetting(PackageManagerService.java:5962) at com.android.server.pm.PackageManagerShellCommand.runSetEnabledSetting(PackageManagerShellCommand.java:2489) at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:269) at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97) at android.os.ShellCommand.exec(ShellCommand.java:38) at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onShellCommand(PackageManagerService.java:6474) at android.os.Binder.shellCommand(Binder.java:1097) at android.os.Binder.onTransact(Binder.java:914) at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4403) at com.android.server.pm.PackageManagerService$IPackageManagerImpl.onTransact(PackageManagerService.java:6458) at android.os.Binder.execTransactInternal(Binder.java:1363) at android.os.Binder.execTransact(Binder.java:1304) Is it permission issue? I have root access for shell. For reference, this is the source code for the relevant part. Yes, I'm trying to do this on a custom rom https://github.com/AOSPA/android_packages_apps_Settings/blob/uvite/src/com/android/settings/development/qstile/DevelopmentTilePreferenceController.java
Narquith (11 rep)
May 13, 2024, 02:10 PM • Last activity: May 14, 2024, 03:12 PM
2 votes
0 answers
1788 views
A way to separately activate WiFi and Mobile Data internet connection
In my Android 14 (stock/Pixel 7) (it was the same when it was Android 13 before the update), I can activate and deactivate the internet connection via Mobile Data and WiFi. What bothers me is that I have to do two taps. [![Settings #1][1th]][1] [![Settings of Internet][2th]][2] Is there a way to hav...
In my Android 14 (stock/Pixel 7) (it was the same when it was Android 13 before the update), I can activate and deactivate the internet connection via Mobile Data and WiFi. What bothers me is that I have to do two taps. Settings #1 Settings of Internet Is there a way to have Mobile Data and WiFi connection as separate options instead of one? I remember that this was possible on a Huawei with Android 9 flavour.
jmizv (159 rep)
Dec 18, 2023, 07:33 AM • Last activity: Dec 18, 2023, 02:49 PM
0 votes
0 answers
26 views
Quick Settings Menu has only 3 icons when extended, is there a way to make it 3 by 3?
On my Nokia C20 which runs Android Go 11 when I pull down the quick settings menu there is only 3 items on it, and I cant find a way to change it. Is there any way I can fix that? [![Quick menu screenshot][1]][1] [1]: https://i.sstatic.net/WVW0A.png
On my Nokia C20 which runs Android Go 11 when I pull down the quick settings menu there is only 3 items on it, and I cant find a way to change it. Is there any way I can fix that? Quick menu screenshot
санжар кулиев (1 rep)
Nov 18, 2023, 04:18 PM
6 votes
2 answers
5586 views
How to quickly change screen timeout
My screen timeout is set to one minute, but there are cases when I temporarily want to change it to 30, which is the maximum value apparently. The fastest way I found is to create a shortcut to the Display section of the settings app. I still need to close the app I'm in, click on the shortcut, then...
My screen timeout is set to one minute, but there are cases when I temporarily want to change it to 30, which is the maximum value apparently. The fastest way I found is to create a shortcut to the Display section of the settings app. I still need to close the app I'm in, click on the shortcut, then click timeout, then select 30 minutes. Is there a faster way? Ideally, I'd like to have an option to completely disable screen timeout in the quick settings dropdown, but I think it's up to the device manufacturer what's in that menu? If it matters, I have a FairPhone 4 with Android 12
Berend (301 rep)
Sep 23, 2023, 09:27 AM • Last activity: Sep 23, 2023, 08:08 PM
1 votes
1 answers
1744 views
Modify the Chinese date localization in the quick settings of Flyme 8.0.0.0A Stable (SystemUI.apk modification)
I translated the firmware Flyme 8.0.0.0A Stable (RU & UA) for Meizu Note 9 and Meizu 8X, but I can’t kill the Chinese in the quick settings: [![][1th]][1] The fact is that China’s events are taking place there - the usual date, for example, if you translate from Chinese “己亥 年 十月 廿六” - “October 26.”...
I translated the firmware Flyme 8.0.0.0A Stable (RU & UA) for Meizu Note 9 and Meizu 8X, but I can’t kill the Chinese in the quick settings: Image The fact is that China’s events are taking place there - the usual date, for example, if you translate from Chinese “己亥 年 十月 廿六” - “October 26.” Who can help remove this problem from the quick settings? Or at least tell me where to look in SystemUI.apk , I suspect that somewhere in the Smali code. Thanks.
boinare (11 rep)
Nov 22, 2019, 09:57 PM • Last activity: Aug 25, 2023, 11:04 AM
1 votes
1 answers
1370 views
How to add missing mobile hotspot quick setting toggle on MIUI second space?
Recently I noticed the second space in MIUI has been stripped of several handy settings and shortcuts, which is a back draw on an otherwise good feature. I am looking for a way to add missing shortcuts on quick setting panel (without necessarily installing 3rd party application(s)). I already have a...
Recently I noticed the second space in MIUI has been stripped of several handy settings and shortcuts, which is a back draw on an otherwise good feature. I am looking for a way to add missing shortcuts on quick setting panel (without necessarily installing 3rd party application(s)). I already have a shortcut to the required setting i.e mobile hotspot, but I prefer a quick setting tile. I want to achieve something similar to this: How to Restore the Mobile Data and Mobile Hotspot Quick Settings Toggles on Samsung Galaxy Devices but in this case for MIUI second space. Note: settings get secure sysui_qs_tiles already has entry for hotspot tile, but it just doesn't appear in second space. *Automation solution is appreciated but should be toggle option on quick settings* The device is rooted, running on Android 9 miui.
xavier_fakerat (10345 rep)
Aug 15, 2021, 04:56 PM • Last activity: Aug 8, 2023, 11:05 PM
0 votes
1 answers
1767 views
How to reactivate wallet quick setting tile?
I have been using my phone to make contactless payments for about 2 years now. I could always access my virtual cards through the quick settings menu. To be honest I don't remember exactly how I set it up initially, but I didn't have the Google Wallet App installed before this issue occured. When I...
I have been using my phone to make contactless payments for about 2 years now. I could always access my virtual cards through the quick settings menu. To be honest I don't remember exactly how I set it up initially, but I didn't have the Google Wallet App installed before this issue occured. When I wanted to pay today, I realized that the Wallet tile is greyed out. A quick online search did not provide any information other than it may be regionally locked. After that I installed the Google Wallet app and upon opening it both my virtual cards show up just fine. I just can't get the Quick setting tile to work. I've also tried clearing all Google services' caches to no avail. My phone is a Nokia XR20 with Android 13 and Quickstep as Launcher (Android One) How can I activate my quick setting tile again?
LostPhysx (121 rep)
Jun 20, 2023, 09:30 AM • Last activity: Jun 27, 2023, 07:26 AM
1 votes
0 answers
63 views
How to automatically block camera access after closing camera
Ever since Android added the camera and mic access shortcuts and the quick access menu, I've often found myself forgetting to click the 'block camera access' shortcut after I'm done taking a picture or video. How might one set this feature so that it blocks access immediately after closing the camer...
Ever since Android added the camera and mic access shortcuts and the quick access menu, I've often found myself forgetting to click the 'block camera access' shortcut after I'm done taking a picture or video. How might one set this feature so that it blocks access immediately after closing the camera app, or after a certain period of inactivity?
Schquestoning (131 rep)
Oct 18, 2022, 04:31 PM • Last activity: Oct 18, 2022, 06:36 PM
2 votes
0 answers
117 views
Any way to increase border gesture width?
I have a case for my tablet that covers just 1-2mm of the edge of the screen. I love the case, but it makes accessing the notifications pull-down menu very difficult. Is there anyway to increase the pull-down range height so that I can access it more easily with the case on?
I have a case for my tablet that covers just 1-2mm of the edge of the screen. I love the case, but it makes accessing the notifications pull-down menu very difficult. Is there anyway to increase the pull-down range height so that I can access it more easily with the case on?
KurtPreston (121 rep)
Aug 28, 2022, 06:15 PM
1 votes
1 answers
529 views
Nokia C01 Plus - only 3 icons allowed in Quick Settings/Swipe Down Icons
This is Nokia C01 Plus running Android version 11 (as per what's shown in About Phone). Quick Settings (swipe down icons) - when you swipe down from the top of the screen, you get these icons which allow you to toggle several settings (WiFi, Airplane Mode, Mobile Data, Flashlight, Bluetooth, Hotspot...
This is Nokia C01 Plus running Android version 11 (as per what's shown in About Phone). Quick Settings (swipe down icons) - when you swipe down from the top of the screen, you get these icons which allow you to toggle several settings (WiFi, Airplane Mode, Mobile Data, Flashlight, Bluetooth, Hotspot, Data Saver, Battery Saver, etc). On all Android phones I have used, there are multiple rows of these icons visible when you swipe down. But on this phone, I can just have 1 row with 3 icons - most icons are available when I try to edit the swipe-down icons list, but I can only have 3 in total available at all times. Image Image courtesy of [91Mobiles](https://www.91mobiles.com/nokia-c01-plus-price-in-india?ty=gallery) Is there a way to have more?
user93353 (87 rep)
Jul 25, 2022, 11:06 AM • Last activity: Aug 6, 2022, 03:48 AM
0 votes
0 answers
585 views
How to change number of QuickPanel rows?
I have Samsung Galaxy A52 with Android 12. When I swipe down at home screen QuickPanel shows up with one row of icons. If I swipe again entire QuickPanel shows up. I would like to increase the number of rows visible after first swipe. I searched Settings but I didn't find anything relevant. Is it po...
I have Samsung Galaxy A52 with Android 12. When I swipe down at home screen QuickPanel shows up with one row of icons. If I swipe again entire QuickPanel shows up. I would like to increase the number of rows visible after first swipe. I searched Settings but I didn't find anything relevant. Is it possible to add more rows? If yes, how?
greenoldman (1218 rep)
Jul 28, 2022, 07:02 PM
0 votes
0 answers
1454 views
Way to switch between users via shortcut/intent/activity?
I have a device with MIUI 13, that removed (hid) the Android stock multi-user feature that I need. I recalled the activity to show the multi-user feature in settings via shortcut maker (adding accounts works normally), but unfortunately, the lock screen UI doesn't show the switch user shortcuts. So,...
I have a device with MIUI 13, that removed (hid) the Android stock multi-user feature that I need. I recalled the activity to show the multi-user feature in settings via shortcut maker (adding accounts works normally), but unfortunately, the lock screen UI doesn't show the switch user shortcuts. So, the only way to switch is to enter in multi-user menu and choose one, but with a PIN-protected device, it's not applicable. Then I need a way to "programmatically" switch to a user with an intent/activity (sorry, I never developed on Android, some concept is not too clear at this time), exactly how to the Android stock lock screen UI does. Having a way to do that in this way, I can place a quick setting tile to achieve my target. Someone can push me in the right way?
ExTrEmE (1 rep)
Jul 26, 2022, 12:48 PM • Last activity: Jul 27, 2022, 02:43 AM
2 votes
0 answers
600 views
Android 12 (Pixel 5) Can I have old-style quick settings panel back somehow?
With the Android 12 upgrade, this settings menu became enormously large and a huge waste of space. I mean it is highlighted when it is turned on, nevertheless many of the buttons/switches have "On" or "Off" as an additional written text. Besides this, next to the icon which is commonly used they now...
With the Android 12 upgrade, this settings menu became enormously large and a huge waste of space. I mean it is highlighted when it is turned on, nevertheless many of the buttons/switches have "On" or "Off" as an additional written text. Besides this, next to the icon which is commonly used they now waste space writing a pointless explanation like "Bluetooth". By this, about 3 times the screen space is needed per option, which results in less buttons shown on more screen space. Is there a way to have the much better Android 11 design without downgrading and the resulting security issues? Thanks Remark: there is no google-pixel-5 Tag available and I cannot create it.
dsfsdfdsf (21 rep)
Jan 22, 2022, 02:31 AM • Last activity: Jan 22, 2022, 02:37 AM
0 votes
1 answers
1481 views
Can you change the number of icons In the 'quick settings' tray (Android Oreo)
Oreo has reduced the number of icons in the quick settings tray from 9 to 6. Is it possible to adjust the number of icons shown, e.g. to 6 or 12? Edit: Just to clarify: I mean the layout of the drawer, e.g. 3x2 (Oreo) vs. 3x3 (Nougat) vs. 4x2 (Samsung). I don't mean the total number of icons shown,...
Oreo has reduced the number of icons in the quick settings tray from 9 to 6. Is it possible to adjust the number of icons shown, e.g. to 6 or 12? Edit: Just to clarify: I mean the layout of the drawer, e.g. 3x2 (Oreo) vs. 3x3 (Nougat) vs. 4x2 (Samsung). I don't mean the total number of icons shown, including the icons accesses by swiping left/right.
BBB (1 rep)
Jun 24, 2018, 01:21 PM • Last activity: Jan 4, 2022, 09:01 PM
Showing page 1 of 20 total questions