Android 16 May Solve One of AI’s Most Annoying Issues

Android 16 might offer a solution to one of the most frustrating aspects of artificial intelligence tools.
Android 16: A Writing Revolution?
Writing mastery can often seem challenging or even tedious for some. Fortunately, Android 16 may come to the aid of those looking to enhance their writing skills without relying on artificial intelligence.
A Promising Discovery
Journalist Mishaal Rahman has thoroughly analyzed the second preview release of Android 16, uncovering two new features related to Android’s AI writing tools. These are the functions isWritingToolsEnabled() and setWritingToolsEnabled(), found within the EditorInfo class.
As a reminder, the EditorInfo class is an interface that allows keyboards and apps to exchange information about the content of text fields.
Enhanced Writing Control
The first function, isWritingToolsEnabled(), enables Android to check if AI writing tools are activated for a specific app or text editor. These tools are enabled by default, but the second function, setWritingToolsEnabled(), allows apps to disable these AI writing tools, thus giving full control of writing back to users and the apps themselves.
AI-Free Applications?
One might wonder why disabling AI writing tools could be beneficial. Rahman speculates this could apply to specific text fields like email addresses, passwords, or phone numbers. It’s also possible that some developers might want to offer apps without any AI interference, similar to camera apps claiming no AI involvement.
We eagerly await to see what Android 16 will offer at its launch next year, and how developers will leverage this new feature.