Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LAUNCHER (1.34 sec)

  1. android-test-app/src/main/AndroidManifest.xml

            <category android:name="android.intent.category.LAUNCHER" />
          </intent-filter>
        </activity>
    
        <activity
          android:name=".MainActivity2"
          android:process=":activity2"
          android:exported="true">
          <intent-filter>
            <action android:name="android.intent.action.MAIN" />
    
            <category android:name="android.intent.category.LAUNCHER" />
          </intent-filter>
        </activity>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Aug 19 08:10:39 UTC 2025
    - 992 bytes
    - Viewed (0)
  2. gradle/libs.versions.toml

    #noinspection UnusedVersionCatalogEntry
    junit-platform-console = { module = "org.junit.platform:junit-platform-console", version.ref = "junit-platform" }
    #noinspection UnusedVersionCatalogEntry
    junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
    junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "org-junit-jupiter" }
    #noinspection NewerVersionAvailable
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 31 17:41:20 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top