Skip to content

Commit

Permalink
[API-31 enumification] Fix some enum namespaces names (#6177)
Browse files Browse the repository at this point in the history
Context: 8843808

We enumified API-31 constants in commit 8843808.  However, some of
the namespaces used for these enums did not reflect the changes we
apply with `metadata` for capitalization or plurality purposes.

A later "verify any new namespaces added" check on @jpobst 's machine
revealed these changes.  (TODO: Export that tool off his machine.)

For example, the following namespaces were renamed:

  * `Android.App.Appsearch` to `Android.App.AppSearch`.
  * `Android.Location` to `Android.Locations`.
  • Loading branch information
jpobst committed Aug 12, 2021
1 parent ab0ed93 commit cf2a39b
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.

0 comments on commit cf2a39b

Please sign in to comment.