Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c5eb638 authored by Gopinath's avatar Gopinath Committed by android-build-merger
Browse files

Merge \"App launch - Test app changes\" into nyc-dev

am: 8fabbb89

Change-Id: I0b14fe4a4dd9414d9fe9d15980e8058a7b3d9e29
parents 53f0694f 8fabbb89
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ LOCAL_PACKAGE_NAME := AppLaunch
LOCAL_CERTIFICATE := platform
LOCAL_JAVA_LIBRARIES := android.test.runner

LOCAL_STATIC_JAVA_LIBRARIES := android-support-test

include $(BUILD_PACKAGE)

# Use the following include to make our test apk.
+9 −1
Original line number Diff line number Diff line
@@ -3,6 +3,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.tests.applaunch"
    android:sharedUserId="android.uid.system" >

   <uses-permission android:name="android.permission.REAL_GET_TASKS" />
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

   <uses-sdk
        android:minSdkVersion="22"
        android:targetSdkVersion="24" />

    <instrumentation android:label="Measure app start up time"
                     android:name="android.test.InstrumentationTestRunner"
                     android:targetPackage="com.android.tests.applaunch" />
+361 −83

File changed.

Preview size limit exceeded, changes collapsed.