// IKsuInterface.aidl package com.sukisu.zako; import android.content.pm.PackageInfo; import java.util.List; interface IKsuInterface { int getPackageCount(); List getPackages(int start, int maxCount); }