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

Commit e2a1472a authored by Neil Fuller's avatar Neil Fuller
Browse files

Add a package declaration to RulesState

Add a missing package declaration to RulesState. It appears
not to be required but the absence was unintentional.

Test: build
Change-Id: Icf8a4b3142616cbe2d029e49b2f453dbe9b94c3e
parent 22e64ec6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,4 +14,6 @@
 * limitations under the License.
 */

package android.app.timezone;

parcelable RulesState;
 No newline at end of file