Loading core/java/android/permission/flags.aconfig +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ flag { is_fixed_read_only: true namespace: "permissions" description: "enable enhanced confirmation incall apis" bug: "310220212" bug: "364535720" } flag { Loading @@ -67,7 +67,7 @@ flag { is_fixed_read_only: true namespace: "permissions" description: "enable the blocking of certain app installs during an unknown call" bug: "310220212" bug: "364535720" } flag { Loading core/res/AndroidManifest.xml +11 −0 Original line number Diff line number Diff line Loading @@ -9351,6 +9351,17 @@ </intent-filter> </service> <service android:name="com.android.ecm.EnhancedConfirmationCallTrackerService" android:permission="android.permission.BIND_INCALL_SERVICE" android:featureFlag="android.permission.flags.enhanced_confirmation_in_call_apis_enabled" android:exported="true"> <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS" android:value="true" /> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> </service> <service android:name="com.android.server.companion.datatransfer.contextsync.CallMetadataSyncConnectionService" android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" android:exported="true"> Loading Loading
core/java/android/permission/flags.aconfig +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ flag { is_fixed_read_only: true namespace: "permissions" description: "enable enhanced confirmation incall apis" bug: "310220212" bug: "364535720" } flag { Loading @@ -67,7 +67,7 @@ flag { is_fixed_read_only: true namespace: "permissions" description: "enable the blocking of certain app installs during an unknown call" bug: "310220212" bug: "364535720" } flag { Loading
core/res/AndroidManifest.xml +11 −0 Original line number Diff line number Diff line Loading @@ -9351,6 +9351,17 @@ </intent-filter> </service> <service android:name="com.android.ecm.EnhancedConfirmationCallTrackerService" android:permission="android.permission.BIND_INCALL_SERVICE" android:featureFlag="android.permission.flags.enhanced_confirmation_in_call_apis_enabled" android:exported="true"> <meta-data android:name="android.telecom.INCLUDE_SELF_MANAGED_CALLS" android:value="true" /> <intent-filter> <action android:name="android.telecom.InCallService"/> </intent-filter> </service> <service android:name="com.android.server.companion.datatransfer.contextsync.CallMetadataSyncConnectionService" android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" android:exported="true"> Loading