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

Commit cf92353a authored by Paul Duffin's avatar Paul Duffin
Browse files

Add deprecation explanation for GRANT_PROFILE_OWNER_DEVICE_IDS_ACCESS

Change ag/9734752 deprecated `GRANT_PROFILE_OWNER_DEVICE_IDS_ACCESS`
but did not explain why, instead it ended up using `@hide` as the
explanation. A follow-up change will remove the `@hide` from the
comment and that will break the javadoc generation.

This change adds the missing explanation.

Flag: EXEMPT build refactoring
Bug: 444151586
Test: m offline-system-sdk-referenceonly-docs
Change-Id: I98bd0f39d034cc9eb0eae473e7f67d2fa7ba7c8b
parent 859372e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8383,7 +8383,7 @@
    <!-- @SystemApi Allows an app to grant a profile owner access to device identifiers.
         <p>Not for use by third-party applications.
         @deprecated
         @deprecated Replaced by MARK_DEVICE_ORGANIZATION_OWNED
         @hide -->
    <permission android:name="android.permission.GRANT_PROFILE_OWNER_DEVICE_IDS_ACCESS"
        android:protectionLevel="signature" />