Merge "Add @UnsupportedAppUsage annotations"

This commit is contained in:
Andrei-Valentin Onea
2019-03-22 13:12:41 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,7 @@ import android.os.Messenger;
*/
interface INsdManager
{
@UnsupportedAppUsage
Messenger getMessenger();
void setEnabled(boolean enable);
}