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

Commit 93a579ae authored by Steve Kondik's avatar Steve Kondik
Browse files

Fix resource id of networkAttributes

 * Google didn't make networkAttributes a public resource, so everyone
   is failing CTS after adding new resources to the framework. This
   fixes it.

Change-Id: I1fdade47098bc9030116230dce27a3e6e5aab413
parent 1dcbc5de
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -733,6 +733,11 @@
  <public type="array" name="phoneTypes" id="0x01070003" />
  <public type="array" name="postalAddressTypes" id="0x01070004" />

  <!-- The CTS android.net tests reference this resource, but fail becase
       Google didn't declare it as a public resource. This fixes it for
       the 4.3_r2 CTS release. -->
  <public type="array" name="networkAttributes" id="0x1070015" />

  <public type="drawable" name="alert_dark_frame" id="0x01080000" />
  <public type="drawable" name="alert_light_frame" id="0x01080001" />
  <public type="drawable" name="arrow_down_float" id="0x01080002" />