Skip to content

Commit 37b93d4

Browse files
committed
Fixed bug introduced in last commit, service has to be public
1 parent e20ae06 commit 37b93d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/donnfelker/android/bootstrap/authenticator/AccountAuthenticatorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Authenticator service that returns a subclass of AbstractAccountAuthenticator in onBind()
1111
*/
12-
class AccountAuthenticatorService extends Service {
12+
public class AccountAuthenticatorService extends Service {
1313

1414
private static BootstrapAccountAuthenticator sAuthenticator = null;
1515

0 commit comments

Comments
 (0)