summaryrefslogtreecommitdiffstats
path: root/20
diff options
context:
space:
mode:
authorGriff Hazen <griff@google.com>2014-07-22 16:29:51 -0700
committerGriff Hazen <griff@google.com>2014-07-22 16:29:51 -0700
commitd105d05ea4fdb1198159a131d765776ca90d6cd4 (patch)
tree9da7d13a5c168ef8512b3b065739983492b82f37 /20
parente604aad65521ec7a05bdf7ba835268aedd44ec7c (diff)
downloadprebuilts_sdk-d105d05ea4fdb1198159a131d765776ca90d6cd4.zip
prebuilts_sdk-d105d05ea4fdb1198159a131d765776ca90d6cd4.tar.gz
prebuilts_sdk-d105d05ea4fdb1198159a131d765776ca90d6cd4.tar.bz2
Create Android API 20 prebuilts
From public SDK 20 revision 1 Bug: 16484492 Change-Id: I0d7ab35369410885032f84c10474ed4facd91873
Diffstat (limited to '20')
-rw-r--r--20/android.jarbin0 -> 21314433 bytes
-rw-r--r--20/framework.aidl57
-rw-r--r--20/uiautomator.jarbin0 -> 10081 bytes
3 files changed, 57 insertions, 0 deletions
diff --git a/20/android.jar b/20/android.jar
new file mode 100644
index 0000000..6ad0a97
--- /dev/null
+++ b/20/android.jar
Binary files differ
diff --git a/20/framework.aidl b/20/framework.aidl
new file mode 100644
index 0000000..9bccbe1
--- /dev/null
+++ b/20/framework.aidl
@@ -0,0 +1,57 @@
+interface android.accounts.IAccountManager;
+interface android.accounts.IAccountManagerResponse;
+interface android.accounts.IAccountAuthenticator;
+interface android.accounts.IAccountAuthenticatorResponse;
+parcelable android.app.Notification;
+parcelable android.app.PendingIntent;
+parcelable android.appwidget.AppWidgetProviderInfo;
+parcelable android.bluetooth.BluetoothDevice;
+parcelable android.bluetooth.BluetoothHealthAppConfiguration;
+parcelable android.content.ComponentName;
+parcelable android.content.ContentValues;
+parcelable android.content.Intent;
+parcelable android.content.IntentSender;
+parcelable android.content.PeriodicSync;
+parcelable android.content.SyncRequest;
+parcelable android.content.SyncStats;
+parcelable android.content.res.Configuration;
+parcelable android.database.CursorWindow;
+parcelable android.hardware.location.GeofenceHardwareRequestParcelable;
+parcelable android.net.Uri;
+parcelable android.nfc.NdefMessage;
+parcelable android.nfc.NdefRecord;
+parcelable android.nfc.Tag;
+parcelable android.os.Bundle;
+parcelable android.os.DropBoxManager.Entry;
+parcelable android.os.ParcelFileDescriptor;
+parcelable android.os.ParcelUuid;
+parcelable android.view.KeyEvent;
+parcelable android.view.MotionEvent;
+parcelable android.view.Surface;
+parcelable android.view.WindowManager.LayoutParams;
+parcelable android.widget.RemoteViews;
+interface com.android.internal.textservice.ISpellCheckerService;
+interface com.android.internal.textservice.ISpellCheckerSession;
+interface com.android.internal.textservice.ISpellCheckerSessionListener;
+interface com.android.internal.textservice.ITextServicesManager;
+interface com.android.internal.textservice.ITextServicesSessionListener;
+interface com.android.internal.view.IInputContext;
+interface com.android.internal.view.IInputMethod;
+interface com.android.internal.view.IInputMethodClient;
+interface com.android.internal.view.IInputMethodManager;
+interface com.android.internal.view.IInputMethodSession;
+parcelable android.graphics.Bitmap;
+parcelable android.graphics.Rect;
+parcelable android.graphics.Region;
+parcelable android.location.Criteria;
+parcelable android.location.Geofence;
+parcelable android.location.Location;
+parcelable android.location.LocationRequest;
+parcelable android.location.FusedBatchOptions;
+parcelable com.android.internal.location.ProviderProperties;
+parcelable com.android.internal.location.ProviderRequest;
+parcelable android.telephony.ServiceState;
+interface com.android.internal.telephony.IPhoneSubInfo;
+interface com.android.internal.telephony.ITelephony;
+parcelable android.net.wifi.BatchedScanSettings;
+parcelable android.net.wifi.BatchedScanResult;
diff --git a/20/uiautomator.jar b/20/uiautomator.jar
new file mode 100644
index 0000000..e95a837
--- /dev/null
+++ b/20/uiautomator.jar
Binary files differ