Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

manifest merger

    <activity
        android:exported="true"
        android:name=".MainActivity"
        android:label="@string/app_name"
        android:theme="@style/Theme.NoteKeeper.NoActionBar">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #manifest #merger
ADD COMMENT
Topic
Name
3+3 =