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

Commit 8e97c359 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Add a static to get the Ip Memory Store" am: bee0cbe5 am: 9f1414da

am: 771628ab

Change-Id: I11e66200c4491eba9449a519f43ba89b51b9526e
parents 3c8856eb 771628ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -171,4 +171,9 @@ public class IpMemoryStore {
            throw e.rethrowFromSystemServer();
        }
    }

    /** Gets an instance of the memory store */
    public static IpMemoryStore getMemoryStore(final Context context) {
        return (IpMemoryStore) context.getSystemService(Context.IP_MEMORY_STORE_SERVICE);
    }
}