Update app using changed private API.
Change-Id: Iced526a2392c7600fe9811dec5b2d1d804aa9610
This commit is contained in:
@@ -370,8 +370,10 @@ public class SyncAdapterDriver extends Activity
|
||||
final String settingsActivity =
|
||||
sa.getString(com.android.internal.R.styleable
|
||||
.SyncAdapter_settingsActivity);
|
||||
// TODO: Why is this using private API?
|
||||
return new SyncAdapterType(authority, accountType, userVisible, supportsUploading,
|
||||
isAlwaysSyncable, allowParallelSyncs, settingsActivity);
|
||||
isAlwaysSyncable, allowParallelSyncs, settingsActivity,
|
||||
mContext.getPackageName());
|
||||
} finally {
|
||||
sa.recycle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user