File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363}
6464
6565dependencies {
66- implementation ' com.github.SimpleMobileTools:Simple-Commons:4ef63f88a3 '
66+ implementation ' com.github.SimpleMobileTools:Simple-Commons:99ed70cdbf '
6767 implementation ' com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868 implementation ' com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Original file line number Diff line number Diff line change 6060 <activity
6161 android : name =" .activities.SettingsActivity"
6262 android : label =" @string/settings"
63- android : parentActivityName =" .activities.MainActivity" />
63+ android : parentActivityName =" .activities.MainActivity" >
64+
65+ <intent-filter >
66+ <action android : name =" android.intent.action.APPLICATION_PREFERENCES" />
67+ <category android : name =" android.intent.category.DEFAULT" />
68+ </intent-filter >
69+ </activity >
6470
6571 <activity
6672 android : name =" .activities.GroupContactsActivity"
You can’t perform that action at this time.
0 commit comments