Hi,
I am trying to use OSMAND AIDL API to integrate into my application and disable certain navigation draweer menu items as described using the below link through setCustomization()):
However when using the above file I am unable to resolve packages under net.osmand.aidlapi.*
In my gradle file I am referencing the OSMAND Core AAR as shown below:
repositories {
//mavenCentral()
maven {
name 'OSS-Sonatype'
}
ivy {
name = "OsmAndBinariesIvy"
layout "pattern" , {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}
}
}
implementation "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar"
Could you please let me know how I can import the AIDL API (the namespace net.osmand.aidlapi.*) into my project.
Many Thanks
Regards,
Rahul