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

Commit bf9de7f3 authored by Tushar Janefalkar's avatar Tushar Janefalkar Committed by Linux Build Service Account
Browse files

Move GeoFencer to services/core/java

Since the Location services files have moved,
GeoFencer is moved too

Change-Id: Ie16c62227c70bef26135f12f8f94cc358619c2ff
parent 0e001346
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -81,7 +81,8 @@ public class GeoFencerProxy extends GeoFencerBase {


    private GeoFencerProxy(Context context, String serviceName) {
    private GeoFencerProxy(Context context, String serviceName) {
        mContext = context;
        mContext = context;
        mIntent = new Intent(serviceName);
        mIntent = new Intent();
        mIntent.setPackage(serviceName);
        mContext.bindService(mIntent, mServiceConnection,
        mContext.bindService(mIntent, mServiceConnection,
                Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND
                Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND
                | Context.BIND_ALLOW_OOM_MANAGEMENT);
                | Context.BIND_ALLOW_OOM_MANAGEMENT);