1
by Michał Karnicki
Initial import. |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
2 |
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
android:accountType="com.ubuntu" |
|
36
by Michał Karnicki
Introduce SSOLoginActivity that makes it much easier for 3rd party apps to interact with SSO. |
4 |
android:icon="@drawable/sso_logo_small" |
5 |
android:smallIcon="@drawable/sso_logo_small" |
|
1
by Michał Karnicki
Initial import. |
6 |
android:label="@string/label" |
7 |
/>
|