- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MainActivity2 (0.04 sec)
-
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) -
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)