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

Commit 43a10705 authored by Jack Palevich's avatar Jack Palevich Committed by Android (Google) Code Review
Browse files

Merge "Declare that testViewport targets Froyo APIs"

parents 9c1b461a 9d665b9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := TestViewport

# Set a specific SDK version so we can run on Froyo.

LOCAL_SDK_VERSION := 8

include $(BUILD_PACKAGE)

endif # TARGET_SIMULATOR
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.test">
    <uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <application