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

Commit bee0cbe5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a static to get the Ip Memory Store"

parents af5acad9 5d8b7c87
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -171,4 +171,9 @@ public class IpMemoryStore {
            throw e.rethrowFromSystemServer();
            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);
    }
}
}