- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestApplication (0.07 sec)
-
android-test-app/src/main/kotlin/okhttp/android/testapp/TestApplication.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp.android.testapp import android.app.Application
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 702 bytes - Viewed (0) -
android-test-app/src/main/AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" /> <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true" android:name=".TestApplication" > <activity android:name=".MainActivity" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" />
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 23 14:46:51 UTC 2023 - 683 bytes - Viewed (0)