Loading android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ <!-- Authenticator for PBAP account. --> <service android:process="@string/process" android:name=".AuthenticationService" android:name=".pbapclient.AuthenticationService" android:exported="true" android:enabled="@bool/profile_supported_pbapclient"> <intent-filter> Loading android/app/res/xml/authenticator.xml +4 −1 Original line number Diff line number Diff line Loading @@ -15,4 +15,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/pbap_account_type" /> android:icon="@mipmap/bt_share" android:smallIcon="@mipmap/bt_share" android:accountType="@string/pbap_account_type" android:label="@string/pbap_account_type" /> android/app/src/com/android/bluetooth/pbapclient/AuthenticationService.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.android.car.pbapsink; package com.android.bluetooth.pbapclient; import android.app.Service; import android.content.Intent; Loading android/app/src/com/android/bluetooth/pbapclient/Authenticator.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.android.car.pbapsink; package com.android.bluetooth.pbapclient; import android.accounts.AbstractAccountAuthenticator; import android.accounts.Account; Loading Loading
android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ <!-- Authenticator for PBAP account. --> <service android:process="@string/process" android:name=".AuthenticationService" android:name=".pbapclient.AuthenticationService" android:exported="true" android:enabled="@bool/profile_supported_pbapclient"> <intent-filter> Loading
android/app/res/xml/authenticator.xml +4 −1 Original line number Diff line number Diff line Loading @@ -15,4 +15,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/pbap_account_type" /> android:icon="@mipmap/bt_share" android:smallIcon="@mipmap/bt_share" android:accountType="@string/pbap_account_type" android:label="@string/pbap_account_type" />
android/app/src/com/android/bluetooth/pbapclient/AuthenticationService.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.android.car.pbapsink; package com.android.bluetooth.pbapclient; import android.app.Service; import android.content.Intent; Loading
android/app/src/com/android/bluetooth/pbapclient/Authenticator.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.android.car.pbapsink; package com.android.bluetooth.pbapclient; import android.accounts.AbstractAccountAuthenticator; import android.accounts.Account; Loading