Add proper annotations for Android SDK
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='android.hardware.location.GeofenceHardwareRequest android.hardware.location.GeofenceHardwareRequest createCircularGeofence(double, double, double)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.hardware.location.IGeofenceHardwareMonitorCallback.Stub android.os.IBinder asBinder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.hardware.location.GeofenceHardwareImpl int[] getMonitoringTypes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.hardware.location.IGeofenceHardwareCallback.Stub android.os.IBinder asBinder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.hardware.location.IGeofenceHardware.Stub android.os.IBinder asBinder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user