主页显示联系人,增加联系人拨号选项,优化权限获取

This commit is contained in:
2025-10-26 20:52:42 +08:00
parent 70fd325c00
commit a9a89a3574
24 changed files with 1361 additions and 8 deletions

View File

@@ -6,7 +6,9 @@ android {
defaultConfig {
applicationId "com.ttstd.dialer"
minSdkVersion 24
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
@@ -20,7 +22,7 @@ android {
ndk {
//根据需要 自行选择添加的对应cpu类型的.so库。
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
// 还可以添加 'x86', 'x86_64', 'mips', 'mips64'
}
@@ -117,7 +119,7 @@ dependencies {
//MMKV
implementation 'com.tencent:mmkv-static:1.2.14'
//bugly
implementation 'com.tencent.bugly:crashreport:4.1.9.2'
implementation 'com.tencent.bugly:crashreport:4.1.9.3'
implementation 'com.iqiyi.xcrash:xcrash-android-lib:3.0.0'
// 替换成最新版本, 需要注意的是api
// 要与compiler匹配使用均使用最新版可以保证兼容