is the official dialer application for OPPO's , designed as a native alternative to the Google Phone app
. While most modern OPPO, OnePlus, and Realme devices ship with Google's dialer, the ODialer APK can be installed on devices running Android 12 or above , including Android 13 Google Play Key Features of ODialer for Android 13 Built-in Call Recording: Its most popular feature is the ability to record calls without an announcement (stealth recording), unlike the standard Google dialer. Call Management:
Automatically organizes recent calls into groups for easier navigation. Speed Dial:
Includes a traditional dial pad with quick-access speed dial functionality. Visual Integration:
Features a colorful aesthetic and "Aquamorphic" design cues that match the ColorOS 13 interface. In-Call Notes:
Allows users to take notes directly within the interface while an active call is in progress. Google Play Installation & Compatibility How to get back the old Google Dialer UI?
How to Install Oppo Phone Dialer (ODialer) on Android 13 Many Oppo, Realme, and OnePlus users prefer the official Oppo stock dialer over the pre-installed Google Dialer. The primary reason is that the ODialer allows for automatic call recording without a warning announcement to the other party.
If your device is running Android 13, you can restore this classic experience using the official ODialer app. Key Features of Oppo ODialer Oppo Phone Dialer Apk Android 13
The ODialer app is the official communications tool for ColorOS. Key features include:
Silent Call Recording: Record incoming and outgoing calls manually or automatically without the "This call is now being recorded" voice prompt.
Call Management: View recent calls organized into intuitive groups.
Speed Dial: Quickly reach frequent contacts with a customizable dial pad.
Contact Management: A unified space to manage your phonebook.
Visual Design: A colorful aesthetic designed to blend seamlessly with the ColorOS and OxygenOS interface. Compatibility Requirements
Operating System: Requires Android 12 or above (fully compatible with Android 13). is the official dialer application for OPPO's ,
Device Brands: Primarily works on Oppo, Realme, and OnePlus smartphones. Step-by-Step Installation Guide 1. Download the Official APK
You can download the official ODialer app directly from the Google Play Store in supported regions. If it is not available in your region, you can download the APK from trusted third-party repositories: APKMirror: Look for ODialer 13.1.5 or newer versions.
Uptodown: The ODialer for Android page offers various versions including XAPK bundles. 2. Enable "Unknown Sources"
If you are installing via APK, you must allow your browser to install apps: Go to Settings > Apps. Select Special app access > Install unknown apps.
Toggle the switch to On for the browser you used to download the file (e.g., Chrome). 3. Set ODialer as Default
To ensure your phone uses the Oppo dialer instead of Google’s: ODialer for Android - Download the APK from Uptodown
android.permission.MODIFY_PHONE_STATE (signature|privileged)android.permission.READ_PRIVILEGED_PHONE_STATEandroid.permission.CONNECTIVITY_INTERNALoplus.permission.USE_INTERNAL_PHONE_APIThese permissions are granted only to apps signed with Oppo’s platform certificate or pre-installed in /system/priv-app. android
If you’re rooted with Magisk:
android.permission.CALL_COMPANION_APP via ADB (advanced users only).This is the most common question. Android 13 (API 33) brought significant changes to telephony permissions. Here is the breakdown:
Note: This paper is for educational and research purposes. Extracting and redistributing OEM APKs may violate copyright and end-user license agreements.
Fix: Android 13 killed background activity. Go to App info → Battery → Unrestricted. Then enable notification access.
Instead of fighting compatibility, consider these dialers that work perfectly on Android 13:
| Dialer | Call UI | Spam blocking | Google Material You | |--------|---------|--------------|----------------------| | Google Phone (by Google) | ✅ | ✅ | ✅ | | Simple Dialer (FOSS) | ✅ | ❌ | ✅ | | True Phone Dialer | ✅ | ❌ | ❌ |
Android 13 (API level 33) introduced the following changes that affect third-party and OEM dialers:
POST_NOTIFICATIONS: Mandatory for showing incoming call notifications.FOREGROUND_SERVICE_TYPE_PHONE to handle calls in the background.ACTION_ANSWER: Apps cannot programmatically answer calls unless they are the default dialer.READ_PHONE_NUMBERS & CALL_LOG: Stricter enforcement; user must grant explicit consent.