am 3c9614a0: Merge "Expose Context.getSystemServiceName()." into mnc-dev

* commit '3c9614a03a40c3590b38eed71f86c24d81c6d52a':
  Expose Context.getSystemServiceName().
This commit is contained in:
Jeff Brown
2015-06-11 15:56:34 +00:00
committed by Android Git Automerger
3 changed files with 2 additions and 2 deletions

View File

@@ -2443,8 +2443,6 @@ public abstract class Context {
*
* @param serviceClass The class of the desired service.
* @return The service name or null if the class is not a supported system service.
*
* @hide
*/
public abstract String getSystemServiceName(Class<?> serviceClass);