blob: a975b830762d18526a5868e58674787295f9a416 [file] [log] [blame]
package test.pkg;
import android.app.Activity;
import android.content.pm.PackageManager;
public class GetSignaturesSingleFlagTest extends Activity {
public void failLintCheck() {
getPackageManager()
.getPackageInfo("some.pkg", PackageManager.GET_SIGNATURES);
}
}