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

Commit b6c05be1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

move IApnSourceService.aidl to android.service.carrier am: 2a03dd50 am: f3304cec

Change-Id: Idfbfe4e5420eeeb2d364145e0676762905be3c9b
parents 3e89b5fa f3304cec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import android.content.Intent;
import android.os.IBinder;
import android.util.Log;

import com.android.internal.telephony.IApnSourceService;
import android.service.carrier.IApnSourceService;

import java.util.List;

+2 −1
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@
 * limitations under the License.
 */

package com.android.internal.telephony;
package android.service.carrier;

import android.content.ContentValues;

/** @hide */
interface IApnSourceService {
    /** Retreive APNs. */
    ContentValues[] getApns(int subId);