Android P won’t bug you about apps using battery power

One of the features that Android 8.0 Oreo introduced is a notification that alerts you if apps are draining your battery. It was a good idea, in theory, but became more of an annoyance than anything else.

Yes, I know my music app is draining my battery, Google. That’s because I’m listening to music.

Editor’s Pick

Thankfully, Google is removing the annoying “battery drain” notification from Android P. The feature is still present in the two developer previews Google has posted so far, but it will be gone when the stable version rolls out.

The confirmation of the removal of this feature came during a Google I/O 2018 presentation. Comically, the presenters simply put the following slide on the screen and didn’t say anything:

android p notifications

The crowd erupted into cheers and claps.

The slide appears in the following YouTube recording of the presentation. Fast-forward to 2:35:00 to see the slide and hear the cheers:

The release date of a stable version of Android P still has yet to be announced, and the sweet treat name of the operating system also hasn’t been disclosed. However, we polled our readers to see what we all think the name will be, and you can see those results here.

NEXT: David Burke shows new Android P gesture controls at Google I/O 2018

Source: Android Zone

The post Android P won’t bug you about apps using battery power appeared first on TuneMaster.ml.

How to choose your new Google Assistant voice

Google Assistant

At Google I/O 2018, Google’s CEO Sundar Pichai announced on stage that there would be new Google Assistant voices for you to choose from — six to be exact, bringing the total to eight. Before, you’d only be able to choose between a male or female voice, but now you can select a new Google Assistant voice from a whole slew of genders and vocal tones.

The new choices went live a short time after the announcement, so you might be wondering how to choose your new Google Assistant voice. Well, it couldn’t be simpler, so follow along here, and we’ll walk you through the whole process.

Google Assistant or Google Home?

To pick your new Google Assistant voice, you have to navigate to the Assistant voice settings page. There are two ways to do this: the first is if you only use Google Assistant on your phone, and the second is if you own some form of Google Home hardware, like the Google Home Max. You can use either app, but the steps are different. Let’s navigate to Assistant voice settings using the Google Assistant app first.

To begin, open up the Google Assistant app by holding down the home button on your phone’s nav bar. You should see this:

new google assistant voice

 

Click the blue icon at the top right of the Google Assistant box. That will take you to the explore page (see the left screenshot below). Then, click the three dots icon in the top right-hand corner to bring out the menu choices (middle screenshot). From the menu selections, hit Settings. That will take you to the Assistant settings page (see the right screenshot below).

new google assistant voice
new google assistant voice
new google assistant voice

Once you get here, hit the Preferences option, which will bring you to this page:

new google assistant voice

As you might expect, you tap “Assistant voice” from here, which finally brings you to the new Google Assistant voice options:

new google assistant voice

Now, if you’re more used to using the Google Home app because you own Google Home hardware, you can use the Google Home app instead to get to the Assistant settings. To use the Google Home app, open it up:

new google assistant voice

Click the menu “hamburger” icon in the top left corner to slide out the menu:

new google assistant voice

Hit the option that says “More settings,” and you’ll be taken to this page, the same page we got to through Google Assistant:

new google assistant voice

Follow the remaining steps listed above, and you’re all set!

Google doesn’t give you much info here on what each voice sounds like. You can run down the list tapping each one, and you’ll hear the voices give a little speech to give you an idea of the gender and tone of voice. But, to make things simpler, here’s a breakdown of each voice’s gender and tone:

  • Voice 1 – (Female) – The traditional Google Assistant female voice we are all used to.
  • Voice 2 – (Male) – The traditional Google Assistant male voice we are all used to.
  • Voice 3 – (Female) – A mid-range tone.
  • Voice 4 – (Male) – A mid-range tone.
  • Voice 5 – (Female) – A lower mid-range tone.
  • Voice 6 – (Male) – A lower mid-range tone.
  • Voice 7 – (Female) – A very low-toned voice.
  • Voice 8 – (Male) – A very low-toned voice.
Editor’s Pick

Keep in mind that whether you got to this page via the Google Home app or the Google Assistant app, this will change the tone of voice for all your devices. That means any device connected to your Google account — whether it’s your phone, tablet, or Google Home hardware — will feature this new tone. Currently, aside from using different Google accounts for each piece of hardware, there is no way to change the voice for specific devices.

Hopefully, this helps you figure out your new Google Assistant voice! Let us know in the comments which one you like the best.

NEXT: Google Assistant guide: Make the most of your Google Assistant

Source: Android Zone

The post How to choose your new Google Assistant voice appeared first on TuneMaster.ml.

How to Convert WordPress Categories to Custom Taxonomies

Do you want to convert your WordPress categories into custom taxonomies? Categories are one of the two default taxonomies that help you sort your content. However, WordPress also allows you to create and use custom taxonomies. In this article, we will show you how to easily convert WordPress categories into custom taxonomies.

How to Convert WordPress Categories to Custom Taxonomies

Why and When Do You Need to Convert Categories to Custom Taxonomies

Categories and tags are the two default taxonomies in WordPress. Taxonomies are used to sort and organize content into different topics.

Apart from the default taxonomies, WordPress also allows you to create custom taxonomies which you can use with existing post types or with custom post types. For more on this topic, see our article on when do you need a custom post type or taxonomy in WordPress.

As your website grow, you might find a need to convert your categories into a custom taxonomy. For example, let’s say that you have a category called topics with a lot of sub-categories. It would be time-consuming to edit each post and file it under your new custom taxonomy.

Wouldn’t it be nice if you could bulk convert some or all of your categories to the new custom taxonomy?

Let’s take a look at how you can easily convert categories to custom taxonomies without manually editing each post.

Converting WordPress Categories to Custom Taxonomies

First thing you need to do is install and activate Taxonomy Switcher plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit Tools » Taxonomy Switcher page in your WordPress admin area to convert categories to custom taxonomies.

Taxonomy Switcher

On this page, you can select the taxonomies you want to convert. For this tutorial, we will select ‘Categories’ as the taxonomy we want to switch from, and ‘Topics’ as the custom taxonomy we want to switch to.

Select taxonomies

If you want to convert all categories to a custom taxonomy, then you can go ahead and click on the ‘Switch Taxonomies’ button.

The plugin will convert all categories to your selected custom taxonomy. You will see a success message like this:

Successfully switched taxonomies

If you just want to convert specific categories, then you will need to add the IDs of those categories next to ‘Comma separated list of term ids to switch’ field. See our article on how to find category IDs in WordPress for more details.

Skip categories

Additionally, if you want to skip child categories of a specific category, then you can add the IDs of the parent category next to ‘Limit taxonomy switch for child terms of a specific parent’ option.

Don’t forget to click on the ‘Switch Taxonomy’ button to save your changes.

Setting Up Redirects from Category to Custom Taxonomy

After you switch categories to a custom taxonomy, the category archive page will now show a 404 error page. This is nothing to be worried about if your website is not live yet.

However if your website is live, then search engines may have already crawled your category pages and indexed them. This means that those pages can appear in search results and users coming from search engines will see a 404 error page.

To fix this, you need to redirect users to the new taxonomy page for each category.

Luckily, there is an easy fix for that.

First, you will need to install and activate the Redirection plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit Tools » Redirection page. In the Source URL field, you need to enter /category/.* and in the Target URL field you need to enter your custom taxonomy slug, e.g. /topic/$1

Set up redirects

Next, you need check the box next to ‘Regex’ option, and then click on ‘Add Redirect’ button.

This redirect will now send all category archive traffic to your custom taxonomy. Only use this, if you don’t want to use categories at all.

If you want to redirect individual categories to a custom taxonomy page, then see our beginner’s guide on setting up redirects in WordPress with detailed step by step instructions.

We hope this article helped you learn how to convert WordPress categories to custom taxonomies. You may also want to see our guide on how to style individual categories differently in WordPress to style your custom taxonomy templates.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Convert WordPress Categories to Custom Taxonomies appeared first on WPBeginner.

Source: Wordpres

The post How to Convert WordPress Categories to Custom Taxonomies appeared first on TuneMaster.ml.