Missing piece

Report a typo

In the code snippet below, something is missing. In the answer box, write the missing piece of code.

       <activity android:name=".MainActivity">
           <intent-filter>
               <action android:name="android.intent.action.MAIN" />

               <category android:name="android.intent.category.___________" />
           </intent-filter>
       </activity>
Enter a short text
___

Create a free account to access the full topic