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

Commit 4a0c2431 authored by mse1969's avatar mse1969
Browse files

Fix [BACKPORT] Add SystemGalleryRoleBehavior

 Unable to instantiate behavior: com.android.permissioncontroller.role.model.SystemGalleryRoleBehavior
 java.lang.ClassNotFoundException: com.android.permissioncontroller.role.model.SystemGalleryRoleBehavior
    at java.lang.Class.classForName(Native Method)

Change-Id: I73905fb71a035461bdc523ff014dd0001e7d47c1
parent 42d52e4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.role.controller.behavior;
package com.android.permissioncontroller.role.model;

import android.content.Context;
import android.os.Build;