commit | ed15fead73a47cb3ac7ac7638a67f89909f4ea3c | [log] [tgz] |
---|---|---|
author | Joe Baker-Malone <jbakermalone@google.com> | Mon Jan 05 11:25:45 2015 -0800 |
committer | Joe Baker-Malone <jbakermalone@google.com> | Fri Mar 13 17:18:43 2015 -0700 |
tree | 8b0418dfc783348d1ccb22848354c6a9646e2a21 | |
parent | 86fb52f48e6cea2ad8be0d2450ab4511365ca5d5 [diff] |
Supporting change for device frame checkbox Main change: https://android-review.googlesource.com/121390 Bug: https://code.google.com/p/android/issues/detail?id=82742 Change-Id: I887e9cfa9ad9637e67b7abe1b31a0147e1d3f195
diff --git a/sdklib/src/main/java/com/android/sdklib/internal/avd/AvdManager.java b/sdklib/src/main/java/com/android/sdklib/internal/avd/AvdManager.java index 471dcae..e2f3acc 100644 --- a/sdklib/src/main/java/com/android/sdklib/internal/avd/AvdManager.java +++ b/sdklib/src/main/java/com/android/sdklib/internal/avd/AvdManager.java
@@ -155,6 +155,13 @@ * @see #NUMERIC_SKIN_SIZE */ public static final String AVD_INI_SKIN_PATH = "skin.path"; //$NON-NLS-1$ + + /** + * AVD/config.ini key name representing the SDK-relative path of the skin folder to be selected if + * skins for this device become enabled. + */ + public static final String AVD_INI_BACKUP_SKIN_PATH = "skin.path.backup"; //$NON-NLS-1$ + /** * AVD/config.ini key name representing an UI name for the skin. * This config key is ignored by the emulator. It is only used by the SDK manager or