Merge "Disable OPP for fugu" into lmp-dev
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
index 65b636c..5440375 100644
--- a/overlay/packages/apps/Bluetooth/res/values/config.xml
+++ b/overlay/packages/apps/Bluetooth/res/values/config.xml
@@ -15,4 +15,5 @@
 <resources>
     <bool name="profile_supported_pbap">false</bool>
     <bool name="profile_supported_map">false</bool>
+    <bool name="profile_supported_opp">false</bool>
 </resources>