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