diff --git a/core/api/current.txt b/core/api/current.txt
index 10851e881246f..0d4999db89a32 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -174,6 +174,7 @@ package android {
field public static final String USE_FULL_SCREEN_INTENT = "android.permission.USE_FULL_SCREEN_INTENT";
field public static final String USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER = "android.permission.USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER";
field public static final String USE_SIP = "android.permission.USE_SIP";
+ field public static final String UWB_RANGING = "android.permission.UWB_RANGING";
field public static final String VIBRATE = "android.permission.VIBRATE";
field public static final String WAKE_LOCK = "android.permission.WAKE_LOCK";
field public static final String WRITE_APN_SETTINGS = "android.permission.WRITE_APN_SETTINGS";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index fc264f313d709..333c8f0be226a 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1955,6 +1955,14 @@
android:label="@string/permlab_bluetooth_connect"
android:protectionLevel="dangerous" />
+
+
+
Allows the app to connect to paired Bluetooth devices
+
+ range to devices using ultra-wideband
+
+ Allows the app to range to devices using ultra-wideband
+
Preferred NFC Payment Service Information