@@ -6,7 +6,7 @@ plugins {
|
||||
id 'kotlin-parcelize'
|
||||
}
|
||||
|
||||
def VERSION_NAME = "1.0.7"
|
||||
def VERSION_NAME = "1.0.8"
|
||||
|
||||
android {
|
||||
namespace 'com.navi.alfred'
|
||||
|
||||
@@ -407,21 +407,15 @@ object AlfredManager {
|
||||
}
|
||||
|
||||
fun setUserId(userId: String?) {
|
||||
if (isAlfredRecordingEnabled()) {
|
||||
config.setUserId(userId)
|
||||
}
|
||||
}
|
||||
|
||||
fun setUserLocation(latitude: Double, longitude: Double) {
|
||||
if (isAlfredRecordingEnabled()) {
|
||||
config.setLocation(latitude, longitude)
|
||||
}
|
||||
}
|
||||
|
||||
fun setDisableDialogScreenShot(status: Boolean) {
|
||||
if (isAlfredRecordingEnabled()) {
|
||||
config.setDisableDialogScreenShot(status)
|
||||
}
|
||||
}
|
||||
|
||||
fun setPhoneNumber(phoneNumber: String?) {
|
||||
|
||||
Reference in New Issue
Block a user