android: Add settings activity and default profile selection

The default profile can then be used for a Quick Settings tile or the
Always-on VPN feature.
This commit is contained in:
Tobias Brunner
2018-07-03 11:31:34 +02:00
parent 6e73a939a9
commit acdac14818
18 changed files with 293 additions and 15 deletions
+1
View File
@@ -45,6 +45,7 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:26.0.2'
implementation 'com.android.support:design:26.0.2'
implementation 'com.android.support:preference-v7:26.0.2'
implementation 'com.android.support:support-v4:26.0.2'
testImplementation 'junit:junit:4.12'
}