Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MainActivity2 (0.27 sec)

  1. android-test-app/src/main/kotlin/okhttp/android/testapp/MainActivity2.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp.android.testapp
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Aug 19 08:10:39 UTC 2025
    - 669 bytes
    - Viewed (0)
  2. android-test-app/src/main/AndroidManifest.xml

            <action android:name="android.intent.action.MAIN" />
    
            <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" />
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Aug 19 08:10:39 UTC 2025
    - 992 bytes
    - Viewed (0)
Back to top