OSDN Git Service

[AWARE] Fix visibility of Aware Characteristics API
authorEtan Cohen <etancohen@google.com>
Mon, 7 Nov 2016 17:14:46 +0000 (09:14 -0800)
committerEtan Cohen <etancohen@google.com>
Mon, 7 Nov 2016 17:14:46 +0000 (09:14 -0800)
Hide the get characteristics API - since the underlying characteristics
class is (still hidden). Will be opened in a separate phase from the parent
class.

Bug: 31912101
Test: update-api succeeded when opening the parent class
Change-Id: Ibe2f282027cd4b1c03bfb2b1e151551c34314541

wifi/java/android/net/wifi/aware/WifiAwareManager.java

index 5528ff8..10b70ab 100644 (file)
@@ -304,6 +304,7 @@ public class WifiAwareManager {
      * limitations on configurations, e.g. the maximum service name length.
      *
      * @return An object specifying configuration limitations of Aware.
+     * @hide PROPOSED_AWARE_API
      */
     public WifiAwareCharacteristics getCharacteristics() {
         try {