api-impl: misc stubs and formatting fixes

This commit is contained in:
Mis012
2025-06-08 13:42:42 +02:00
parent ed240daf66
commit 364070fa1f
4 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,5 @@ package android.content;
import android.os.IBinder;
public interface ServiceConnection {
public void onServiceConnected (ComponentName name, IBinder service);
}