All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.Context Maven / Gradle / Ivy

There is a newer version: 3.7.5
Show newest version
// SPDX-License-Identifier: BSD-3-Clause
package android.content;

public class Context {
  public  T getSystemService(Class serviceClass) {
    throw new UnsupportedOperationException();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy