Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74c5cb79 authored by Jan Sebechlebsky's avatar Jan Sebechlebsky Committed by Biswarup Pal
Browse files

Add missing clipboard and camera policy types to

VirtualDeviceManagerNative AIDL.

Bug: 333529843
Test: atest VirtualCameraNdkTest

Change-Id: If7ecb8dd6bdaea98be710d6e2861083a6fa60529
parent 699af642
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -48,6 +48,8 @@ interface IVirtualDeviceManagerNative {
    const int POLICY_TYPE_AUDIO = 1;
    const int POLICY_TYPE_AUDIO = 1;
    const int POLICY_TYPE_RECENTS = 2;
    const int POLICY_TYPE_RECENTS = 2;
    const int POLICY_TYPE_ACTIVITY = 3;
    const int POLICY_TYPE_ACTIVITY = 3;
    const int POLICY_TYPE_CLIPBOARD = 4;
    const int POLICY_TYPE_CAMERA = 5;


    /**
    /**
     * Returns the IDs for all VirtualDevices where an app with the given is running.
     * Returns the IDs for all VirtualDevices where an app with the given is running.