Add intentions for registering Android components in manifest
Activity, Service, BroadcastReceiver #KT-17389 Fixed
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.myapp"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
|
||||
<application>
|
||||
<activity android:name=".Test$MyActivity"/>
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user