Add intentions for registering Android components in manifest
Activity, Service, BroadcastReceiver #KT-17389 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<application>
|
||||
<receiver android:name=".MyReceiver"/>
|
||||
</application>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
<application>
|
||||
</application>
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Add a subclass of BroadcastReceiver to AndroidManifest.xml
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user