Add new getOpPackageName for BridgeContext

Change-Id: Ib39b0bd2d1eb794ae4565e54251e4355fa139a14
This commit is contained in:
Kenny Root
2013-09-11 22:38:32 -07:00
committed by Adam Lesinski
parent 6ee095ba7a
commit 8732bd893a

View File

@@ -1089,6 +1089,12 @@ public final class BridgeContext extends Context {
return null;
}
@Override
public String getOpPackageName() {
// pass
return null;
}
@Override
public ApplicationInfo getApplicationInfo() {
return mApplicationInfo;