Android Lint complaining about activity not registered in AndroidManifest, but it is
问题 When I run Android Lint on my project I get the following warning: The org.slaytanic.SIMLockedRingNotifier.SIMLockedRingNotifierActivity is not registered in the manifest Issue: Ensures that Activities, Services and Content Providers are registered in the manifest Id: Registered Activities, services and content providers should be registered in the AndroidManifext.xml file using , and tags. If your activity is simply a parent class intended to be subclassed by other "real" activities, make it