Add intentions for registering Android components in manifest
Activity, Service, BroadcastReceiver #KT-17389 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// INTENTION_CLASS: org.jetbrains.kotlin.android.intention.AddServiceToManifest
|
||||
// NOT_AVAILABLE
|
||||
package com.myapp
|
||||
|
||||
|
||||
class <caret>MyService
|
||||
Reference in New Issue
Block a user