Merge some files and rewrite the update history
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IKsuInterface.aidl
|
||||
package shirkneko.zako.sukisu;
|
||||
|
||||
import android.content.pm.PackageInfo;
|
||||
import rikka.parcelablelist.ParcelableListSlice;
|
||||
|
||||
interface IKsuInterface {
|
||||
ParcelableListSlice<PackageInfo> getPackages(int flags);
|
||||
}
|
||||
Reference in New Issue
Block a user