OSDN Git Service

Remove private package from removed.txt
authorAdam Lesinski <adamlesinski@google.com>
Tue, 26 Jul 2016 23:10:26 +0000 (16:10 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Wed, 27 Jul 2016 22:19:24 +0000 (15:19 -0700)
Change-Id: I71e764e5e34b7bd671e208fa20dec06956df59b0

api/removed.txt
api/system-removed.txt
api/test-removed.txt
core/res/res/values/attrs_manifest.xml

index 21b1716..94ba452 100644 (file)
@@ -427,12 +427,3 @@ package android.widget {
 
 }
 
-package com.android.internal {
-
-  public static final class R.styleable {
-    field public static final int AndroidManifestLayout_minimalHeight = 6; // 0x6
-    field public static final int AndroidManifestLayout_minimalWidth = 5; // 0x5
-  }
-
-}
-
index f972b51..3811e22 100644 (file)
@@ -425,12 +425,3 @@ package android.widget {
 
 }
 
-package com.android.internal {
-
-  public static final class R.styleable {
-    field public static final int AndroidManifestLayout_minimalHeight = 6; // 0x6
-    field public static final int AndroidManifestLayout_minimalWidth = 5; // 0x5
-  }
-
-}
-
index 21b1716..94ba452 100644 (file)
@@ -427,12 +427,3 @@ package android.widget {
 
 }
 
-package com.android.internal {
-
-  public static final class R.styleable {
-    field public static final int AndroidManifestLayout_minimalHeight = 6; // 0x6
-    field public static final int AndroidManifestLayout_minimalWidth = 5; // 0x5
-  }
-
-}
-
index a6a02c5..01cb64d 100644 (file)
          then the system will set the same minimal width on all other activities in the task. It
          will also ignore any other minimal width attributes of non-root activities. -->
         <attr name="minWidth" />
-        <!-- @removed -->
-        <attr name="minimalWidth" format="dimension" />
         <!-- Minimal height of the activity.
 
          <p><strong>NOTE:</strong> A task's root activity value is applied to all additional
          then the system will set the same minimal height on all other activities in the task. It
          will also ignore any other minimal height attributes of non-root activities. -->
         <attr name="minHeight" />
-        <!-- @removed -->
-        <attr name="minimalHeight" format="dimension" />
     </declare-styleable>
 
     <!-- <code>restrict-update</code> tag restricts system apps from being updated unless the