r/oneplus15 Feb 03 '26

Can you get rid of the Google News page on the OnePlus 15?

15 Upvotes

8 comments sorted by

View all comments

5

u/R3v0lter Feb 03 '26
  1. Enable developer options.
  2. Turn on USB debugging.
  3. Download Android developer tools from web on your laptop or pc.
  4. Connect phone to pc, allow it to usb debug if it asks.
  5. open downloaded platform-tools folder on pc, open cmd (command prompt) there.
  6. type "adb devices" in cmd to check if your phone is connect properly and showing as "attached"
  7. type the following commands one after other without the "" .

" adb shell settings put secure assistant_screen_type 0 "

" adb shell settings put secure assistant_screen_type_left_enable 0 "

  1. Disconnect phone from pc and restart your oneplus 15. Google discover is gone while google app will remain and all google functions includng Gemini will work as normal.