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

Commit ee0511d7 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #1154972: clone defined, but class doesn't implement Cloneable

parent 6cf67faf
Loading
Loading
Loading
Loading
+619 −7156

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ import java.util.Set;
 * {@link #setFlags} and {@link #addFlags}.  See {@link #setFlags} for a list
 * of all possible flags.
 */
public class Intent implements Parcelable {
public class Intent implements Parcelable, Cloneable {
    // ---------------------------------------------------------------------
    // ---------------------------------------------------------------------
    // Standard intent activity actions (see action variable).