Сравнить коммиты
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
088adcaa24 | ||
|
|
0365837e4d |
@@ -7,8 +7,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 3
|
minSdkVersion 3
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 28
|
versionCode 29
|
||||||
versionName '3.8'
|
versionName '3.9'
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
android:label="@string/hidden_app_name"
|
android:label="@string/hidden_app_name"
|
||||||
tools:replace="label">
|
tools:replace="label">
|
||||||
|
|
||||||
<receiver android:name=".DialLaunchReceiver" >
|
<receiver android:name="org.traccar.client.DialLaunchReceiver" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user