From 9ae1994ab4286a33d1edfdb0fa3e8d9d43aa3575 Mon Sep 17 00:00:00 2001 From: Oizaro <45825534+Oizaro@users.noreply.github.com> Date: Tue, 28 Jul 2020 21:04:21 +0200 Subject: [PATCH] 0.2.11.202414 --- build.gradle | 2 +- .../internal/AddEventListenerRequest.aidl | 3 - .../drive/internal/AddPermissionRequest.aidl | 3 - .../internal/AuthorizeAccessRequest.aidl | 3 - .../internal/CancelPendingActionsRequest.aidl | 3 - .../ChangeResourceParentsRequest.aidl | 3 - .../drive/internal/ChangeSequenceNumber.aidl | 3 - .../gms/drive/internal/ChangesResponse.aidl | 3 - .../CheckResourceIdsExistRequest.aidl | 3 - ...CloseContentsAndUpdateMetadataRequest.aidl | 3 - .../drive/internal/CloseContentsRequest.aidl | 3 - .../gms/drive/internal/ContentsResponse.aidl | 3 - .../internal/ControlProgressRequest.aidl | 3 - .../drive/internal/CreateContentsRequest.aidl | 3 - .../CreateFileIntentSenderRequest.aidl | 3 - .../gms/drive/internal/CreateFileRequest.aidl | 3 - .../drive/internal/CreateFolderRequest.aidl | 3 - .../drive/internal/DeleteResourceRequest.aidl | 3 - .../DeviceUsagePreferenceResponse.aidl | 3 - .../gms/drive/internal/DisconnectRequest.aidl | 3 - .../internal/DownloadProgressResponse.aidl | 3 - .../gms/drive/internal/DriveIdResponse.aidl | 3 - .../internal/DrivePreferencesResponse.aidl | 3 - .../drive/internal/DriveServiceResponse.aidl | 3 - .../gms/drive/internal/EventResponse.aidl | 3 - .../drive/internal/FetchThumbnailRequest.aidl | 3 - .../internal/FetchThumbnailResponse.aidl | 3 - .../gms/drive/internal/GetChangesRequest.aidl | 3 - .../GetDriveIdFromUniqueIdRequest.aidl | 3 - .../drive/internal/GetMetadataRequest.aidl | 3 - .../drive/internal/GetPermissionsRequest.aidl | 3 - .../internal/GetPermissionsResponse.aidl | 3 - .../gms/drive/internal/IDriveService.aidl | 95 ------------------- .../internal/IDriveServiceCallbacks.aidl | 48 ---------- .../gms/drive/internal/IEventCallback.aidl | 7 -- .../gms/drive/internal/IRealtimeService.aidl | 5 - .../drive/internal/ListEntriesResponse.aidl | 3 - .../drive/internal/ListParentsRequest.aidl | 3 - .../drive/internal/ListParentsResponse.aidl | 3 - .../drive/internal/LoadRealtimeRequest.aidl | 3 - .../drive/internal/LoadRealtimeResponse.aidl | 3 - .../gms/drive/internal/MetadataResponse.aidl | 3 - .../drive/internal/OpenContentsRequest.aidl | 3 - .../internal/OpenFileIntentSenderRequest.aidl | 3 - .../internal/RealtimeDocumentSyncRequest.aidl | 3 - .../internal/RemoveEventListenerRequest.aidl | 3 - .../internal/RemovePermissionRequest.aidl | 3 - .../drive/internal/ResourceIdSetResponse.aidl | 3 - .../internal/SetDrivePreferencesRequest.aidl | 3 - .../SetFileUploadPreferencesRequest.aidl | 3 - .../internal/SetResourceParentsRequest.aidl | 3 - .../drive/internal/StartStreamSession.aidl | 3 - .../drive/internal/StreamContentsRequest.aidl | 3 - .../drive/internal/StringListResponse.aidl | 3 - .../gms/drive/internal/SyncMoreResponse.aidl | 3 - .../drive/internal/TrashResourceRequest.aidl | 3 - .../internal/UnsubscribeResourceRequest.aidl | 3 - .../internal/UntrashResourceRequest.aidl | 3 - .../drive/internal/UpdateMetadataRequest.aidl | 3 - .../internal/UpdatePermissionRequest.aidl | 3 - .../gms/games/internal/IGamesCallbacks.aidl | 47 --------- .../gms/games/internal/IGamesService.aidl | 80 ---------------- .../multiplayer/realtime/RealTimeMessage.aidl | 3 - .../plus/internal/IPlusOneButtonCreator.aidl | 8 -- .../gms/safetynet/AttestationData.aidl | 3 - .../gms/safetynet/HarmfulAppsData.aidl | 3 - .../gms/safetynet/SafeBrowsingData.aidl | 3 - .../internal/ISafetyNetCallbacks.aidl | 14 --- .../safetynet/internal/ISafetyNetService.aidl | 12 --- .../internal/AddEventListenerRequest.java | 23 ----- .../drive/internal/AddPermissionRequest.java | 23 ----- .../internal/AuthorizeAccessRequest.java | 23 ----- .../internal/CancelPendingActionsRequest.java | 23 ----- .../ChangeResourceParentsRequest.java | 23 ----- .../drive/internal/ChangeSequenceNumber.java | 23 ----- .../gms/drive/internal/ChangesResponse.java | 23 ----- .../CheckResourceIdsExistRequest.java | 23 ----- ...CloseContentsAndUpdateMetadataRequest.java | 23 ----- .../drive/internal/CloseContentsRequest.java | 23 ----- .../gms/drive/internal/ContentsResponse.java | 23 ----- .../internal/ControlProgressRequest.java | 23 ----- .../drive/internal/CreateContentsRequest.java | 23 ----- .../CreateFileIntentSenderRequest.java | 23 ----- .../gms/drive/internal/CreateFileRequest.java | 23 ----- .../drive/internal/CreateFolderRequest.java | 23 ----- .../drive/internal/DeleteResourceRequest.java | 23 ----- .../DeviceUsagePreferenceResponse.java | 23 ----- .../gms/drive/internal/DisconnectRequest.java | 23 ----- .../internal/DownloadProgressResponse.java | 23 ----- .../gms/drive/internal/DriveIdResponse.java | 23 ----- .../internal/DrivePreferencesResponse.java | 23 ----- .../drive/internal/DriveServiceResponse.java | 23 ----- .../gms/drive/internal/EventResponse.java | 23 ----- .../drive/internal/FetchThumbnailRequest.java | 23 ----- .../internal/FetchThumbnailResponse.java | 23 ----- .../gms/drive/internal/GetChangesRequest.java | 23 ----- .../GetDriveIdFromUniqueIdRequest.java | 23 ----- .../drive/internal/GetMetadataRequest.java | 23 ----- .../drive/internal/GetPermissionsRequest.java | 23 ----- .../internal/GetPermissionsResponse.java | 23 ----- .../drive/internal/ListEntriesResponse.java | 23 ----- .../drive/internal/ListParentsRequest.java | 23 ----- .../drive/internal/ListParentsResponse.java | 23 ----- .../drive/internal/LoadRealtimeRequest.java | 23 ----- .../drive/internal/LoadRealtimeResponse.java | 23 ----- .../gms/drive/internal/MetadataResponse.java | 23 ----- .../drive/internal/OpenContentsRequest.java | 23 ----- .../internal/OpenFileIntentSenderRequest.java | 23 ----- .../internal/RealtimeDocumentSyncRequest.java | 23 ----- .../internal/RemoveEventListenerRequest.java | 23 ----- .../internal/RemovePermissionRequest.java | 23 ----- .../drive/internal/ResourceIdSetResponse.java | 23 ----- .../internal/SetDrivePreferencesRequest.java | 23 ----- .../SetFileUploadPreferencesRequest.java | 23 ----- .../internal/SetResourceParentsRequest.java | 23 ----- .../drive/internal/StartStreamSession.java | 23 ----- .../drive/internal/StreamContentsRequest.java | 23 ----- .../drive/internal/StringListResponse.java | 23 ----- .../gms/drive/internal/SyncMoreResponse.java | 23 ----- .../drive/internal/TrashResourceRequest.java | 23 ----- .../internal/UnsubscribeResourceRequest.java | 23 ----- .../internal/UntrashResourceRequest.java | 23 ----- .../drive/internal/UpdateMetadataRequest.java | 23 ----- .../internal/UpdatePermissionRequest.java | 23 ----- .../metadata/internal/MetadataBundle.java | 20 ---- .../android/gms/fitness/data/DataPoint.java | 20 ---- .../android/gms/fitness/data/Device.java | 20 ---- .../android/gms/fitness/data/Field.java | 20 ---- .../android/gms/fitness/data/Value.java | 20 ---- .../multiplayer/realtime/RealTimeMessage.java | 75 --------------- .../gms/plus/internal/PlusCommonExtras.java | 20 ---- .../gms/plus/internal/PlusSession.java | 20 ---- .../model/smart_profile/CardsRequest.java | 20 ---- .../model/smart_profile/CardsResponse.java | 20 ---- .../PeopleForProfilesRequest.java | 20 ---- .../PeopleForProfilesResponse.java | 20 ---- .../android/gms/plus/model/posts/Comment.java | 20 ---- .../android/gms/plus/model/posts/Post.java | 20 ---- .../gms/plus/model/posts/Settings.java | 20 ---- .../gms/safetynet/AttestationData.java | 41 -------- .../gms/safetynet/HarmfulAppsData.java | 23 ----- .../gms/safetynet/SafeBrowsingData.java | 33 ------- .../org/microg/gms/maps/MapsConstants.java | 40 -------- .../java/org/microg/gms/ui/AboutFragment.java | 2 +- .../java/org/microg/gms/ui/Conditions.java | 31 ------ .../gms/ui/SettingsDashboardActivity.java | 1 - .../layout/device_registration_fragment.xml | 40 -------- .../main/res/layout/preference_switch_bar.xml | 73 -------------- .../src/main/res/values-it/strings.xml | 2 +- 149 files changed, 3 insertions(+), 2398 deletions(-) delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddEventListenerRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddPermissionRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AuthorizeAccessRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CancelPendingActionsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeSequenceNumber.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangesResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ContentsResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ControlProgressRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateContentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFolderRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeleteResourceRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DisconnectRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DownloadProgressResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveIdResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DrivePreferencesResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveServiceResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/EventResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetChangesRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetMetadataRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveService.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveServiceCallbacks.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IEventCallback.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IRealtimeService.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListEntriesResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/MetadataResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenContentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemoveEventListenerRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemovePermissionRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ResourceIdSetResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetResourceParentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StartStreamSession.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StreamContentsRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StringListResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SyncMoreResponse.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/TrashResourceRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UntrashResourceRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdateMetadataRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdatePermissionRequest.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesCallbacks.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesService.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/plus/internal/IPlusOneButtonCreator.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/safetynet/AttestationData.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/safetynet/HarmfulAppsData.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/safetynet/SafeBrowsingData.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetCallbacks.aidl delete mode 100644 play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetService.aidl delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/AddEventListenerRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/AddPermissionRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/AuthorizeAccessRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CancelPendingActionsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeSequenceNumber.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangesResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ContentsResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ControlProgressRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateContentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFolderRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DeleteResourceRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DisconnectRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DownloadProgressResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveIdResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DrivePreferencesResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveServiceResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/EventResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/GetChangesRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/GetMetadataRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ListEntriesResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/MetadataResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenContentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/RemoveEventListenerRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/RemovePermissionRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/ResourceIdSetResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/SetResourceParentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/StartStreamSession.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/StreamContentsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/StringListResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/SyncMoreResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/TrashResourceRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/UntrashResourceRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdateMetadataRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdatePermissionRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/drive/metadata/internal/MetadataBundle.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/fitness/data/DataPoint.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/fitness/data/Device.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/fitness/data/Field.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/fitness/data/Value.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusCommonExtras.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusSession.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesRequest.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesResponse.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Comment.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Post.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Settings.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/safetynet/AttestationData.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/safetynet/HarmfulAppsData.java delete mode 100644 play-services-api/src/main/java/com/google/android/gms/safetynet/SafeBrowsingData.java delete mode 100644 play-services-api/src/main/java/org/microg/gms/maps/MapsConstants.java delete mode 100755 play-services-core/src/main/res/layout/device_registration_fragment.xml delete mode 100755 play-services-core/src/main/res/layout/preference_switch_bar.xml diff --git a/build.gradle b/build.gradle index a69d5f29..11d45680 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { apply plugin: 'idea' group = 'org.microg.gms' - version = "0.2.10.19430-vanced" + version = "0.2.11.202414-vanced" ext.appVersionCode = 194301000 ext.isReleaseVersion = false } diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddEventListenerRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddEventListenerRequest.aidl deleted file mode 100644 index 843b1e0a..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddEventListenerRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable AddEventListenerRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddPermissionRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddPermissionRequest.aidl deleted file mode 100644 index ba0f503d..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AddPermissionRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable AddPermissionRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AuthorizeAccessRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AuthorizeAccessRequest.aidl deleted file mode 100644 index 70c19305..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/AuthorizeAccessRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable AuthorizeAccessRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CancelPendingActionsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CancelPendingActionsRequest.aidl deleted file mode 100644 index 30696de0..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CancelPendingActionsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CancelPendingActionsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.aidl deleted file mode 100644 index dfd43f74..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ChangeResourceParentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeSequenceNumber.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeSequenceNumber.aidl deleted file mode 100644 index 05f32cb3..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangeSequenceNumber.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ChangeSequenceNumber; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangesResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangesResponse.aidl deleted file mode 100644 index b4107a0e..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ChangesResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ChangesResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.aidl deleted file mode 100644 index eb7001c0..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CheckResourceIdsExistRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.aidl deleted file mode 100644 index b513f449..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CloseContentsAndUpdateMetadataRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsRequest.aidl deleted file mode 100644 index 43536051..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CloseContentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CloseContentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ContentsResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ContentsResponse.aidl deleted file mode 100644 index bf226dc0..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ContentsResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ContentsResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ControlProgressRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ControlProgressRequest.aidl deleted file mode 100644 index 7e330658..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ControlProgressRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ControlProgressRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateContentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateContentsRequest.aidl deleted file mode 100644 index 7c7452f7..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateContentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CreateContentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.aidl deleted file mode 100644 index 300d82c6..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CreateFileIntentSenderRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileRequest.aidl deleted file mode 100644 index be852bc5..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFileRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CreateFileRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFolderRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFolderRequest.aidl deleted file mode 100644 index a1b7c8f2..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/CreateFolderRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable CreateFolderRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeleteResourceRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeleteResourceRequest.aidl deleted file mode 100644 index c8bbef83..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeleteResourceRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DeleteResourceRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.aidl deleted file mode 100644 index 1b85028b..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DeviceUsagePreferenceResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DisconnectRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DisconnectRequest.aidl deleted file mode 100644 index 22cf3ad1..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DisconnectRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DisconnectRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DownloadProgressResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DownloadProgressResponse.aidl deleted file mode 100644 index d3ead69d..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DownloadProgressResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DownloadProgressResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveIdResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveIdResponse.aidl deleted file mode 100644 index 4655cb3f..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveIdResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DriveIdResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DrivePreferencesResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DrivePreferencesResponse.aidl deleted file mode 100644 index e14152f2..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DrivePreferencesResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DrivePreferencesResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveServiceResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveServiceResponse.aidl deleted file mode 100644 index 424c2cac..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/DriveServiceResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable DriveServiceResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/EventResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/EventResponse.aidl deleted file mode 100644 index 0f748bb9..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/EventResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable EventResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailRequest.aidl deleted file mode 100644 index 06b38bd8..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable FetchThumbnailRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailResponse.aidl deleted file mode 100644 index 022ffda3..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/FetchThumbnailResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable FetchThumbnailResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetChangesRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetChangesRequest.aidl deleted file mode 100644 index 8992b053..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetChangesRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable GetChangesRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.aidl deleted file mode 100644 index 821aefb5..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable GetDriveIdFromUniqueIdRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetMetadataRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetMetadataRequest.aidl deleted file mode 100644 index 9d1a31b9..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetMetadataRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable GetMetadataRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsRequest.aidl deleted file mode 100644 index ae706840..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable GetPermissionsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsResponse.aidl deleted file mode 100644 index 845d8325..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/GetPermissionsResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable GetPermissionsResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveService.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveService.aidl deleted file mode 100644 index a1e2e085..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveService.aidl +++ /dev/null @@ -1,95 +0,0 @@ -package com.google.android.gms.drive.internal; - -import com.google.android.gms.drive.internal.DriveServiceResponse; -import com.google.android.gms.drive.internal.IDriveServiceCallbacks; -import com.google.android.gms.drive.internal.IEventCallback; - -import com.google.android.gms.drive.internal.AddEventListenerRequest; -import com.google.android.gms.drive.internal.AddPermissionRequest; -import com.google.android.gms.drive.internal.AuthorizeAccessRequest; -import com.google.android.gms.drive.internal.CancelPendingActionsRequest; -import com.google.android.gms.drive.internal.ChangeResourceParentsRequest; -import com.google.android.gms.drive.internal.CheckResourceIdsExistRequest; -import com.google.android.gms.drive.internal.CloseContentsAndUpdateMetadataRequest; -import com.google.android.gms.drive.internal.CloseContentsRequest; -import com.google.android.gms.drive.internal.ControlProgressRequest; -import com.google.android.gms.drive.internal.CreateContentsRequest; -import com.google.android.gms.drive.internal.CreateFileRequest; -import com.google.android.gms.drive.internal.CreateFileIntentSenderRequest; -import com.google.android.gms.drive.internal.CreateFolderRequest; -import com.google.android.gms.drive.internal.DeleteResourceRequest; -import com.google.android.gms.drive.internal.DisconnectRequest; -import com.google.android.gms.drive.internal.FetchThumbnailRequest; -import com.google.android.gms.drive.internal.GetChangesRequest; -import com.google.android.gms.drive.internal.GetDriveIdFromUniqueIdRequest; -import com.google.android.gms.drive.internal.GetMetadataRequest; -import com.google.android.gms.drive.internal.GetPermissionsRequest; -import com.google.android.gms.drive.internal.ListParentsRequest; -import com.google.android.gms.drive.internal.LoadRealtimeRequest; -import com.google.android.gms.drive.internal.OpenContentsRequest; -import com.google.android.gms.drive.internal.OpenFileIntentSenderRequest; -import com.google.android.gms.drive.internal.RealtimeDocumentSyncRequest; -import com.google.android.gms.drive.internal.RemoveEventListenerRequest; -import com.google.android.gms.drive.internal.RemovePermissionRequest; -import com.google.android.gms.drive.internal.SetDrivePreferencesRequest; -import com.google.android.gms.drive.internal.SetFileUploadPreferencesRequest; -import com.google.android.gms.drive.internal.SetResourceParentsRequest; -import com.google.android.gms.drive.internal.StreamContentsRequest; -import com.google.android.gms.drive.internal.TrashResourceRequest; -import com.google.android.gms.drive.internal.UnsubscribeResourceRequest; -import com.google.android.gms.drive.internal.UntrashResourceRequest; -import com.google.android.gms.drive.internal.UpdateMetadataRequest; -import com.google.android.gms.drive.internal.UpdatePermissionRequest; - -interface IDriveService { - void getMetadata(in GetMetadataRequest request, IDriveServiceCallbacks callbacks) = 0; - - void updateMetadata(in UpdateMetadataRequest request, IDriveServiceCallbacks callbacks) = 2; - void createContents(in CreateContentsRequest request, IDriveServiceCallbacks callbacks) = 3; - void createFile(in CreateFileRequest request, IDriveServiceCallbacks callbacks) = 4; - void createFolder(in CreateFolderRequest request, IDriveServiceCallbacks callbacks) = 5; - DriveServiceResponse openContents(in OpenContentsRequest request, IDriveServiceCallbacks callbacks) = 6; - void closeContents(in CloseContentsRequest request, IDriveServiceCallbacks callbacks) = 7; - void requestSync(IDriveServiceCallbacks callbacks) = 8; - IntentSender openFileIntentSender(in OpenFileIntentSenderRequest request) = 9; - IntentSender createFileIntentSender(in CreateFileIntentSenderRequest request) = 10; - void authorizeAccess(in AuthorizeAccessRequest request, IDriveServiceCallbacks callbacks) = 11; - void listParents(in ListParentsRequest request, IDriveServiceCallbacks callbacks) = 12; - void addEventListener(in AddEventListenerRequest request, IEventCallback callback, String unused, IDriveServiceCallbacks callbacks) = 13; - void removeEventListener(in RemoveEventListenerRequest request, IEventCallback callback, String unused, IDriveServiceCallbacks callbacks) = 14; - void disconnect(in DisconnectRequest request) = 15; - void trashResource(in TrashResourceRequest request, IDriveServiceCallbacks callbacks) = 16; - void closeContentsAndUpdateMetadata(in CloseContentsAndUpdateMetadataRequest request, IDriveServiceCallbacks callbacks) = 17; - - void deleteResource(in DeleteResourceRequest request, IDriveServiceCallbacks callbacks) = 23; - - void loadRealtime(in LoadRealtimeRequest request, IDriveServiceCallbacks callbacks) = 26; - void setResourceParents(in SetResourceParentsRequest request, IDriveServiceCallbacks callbacks) = 27; - void getDriveIdFromUniqueId(in GetDriveIdFromUniqueIdRequest request, IDriveServiceCallbacks callbacks) = 28; - void checkResourceIdsExist(in CheckResourceIdsExistRequest request, IDriveServiceCallbacks callbacks) = 29; - void completePendingAction(IDriveServiceCallbacks callbacks) = 30; - void getDrivePreferences(IDriveServiceCallbacks callbacks) = 31; - void setDrivePreferences(in SetDrivePreferencesRequest request, IDriveServiceCallbacks callbacks) = 32; - void realtimeDocumentSync(in RealtimeDocumentSyncRequest request, IDriveServiceCallbacks callbacks) = 33; - void getDeviceUsagePreferences(IDriveServiceCallbacks callbacks) = 34; - void setFileUploadPreferences(in SetFileUploadPreferencesRequest request, IDriveServiceCallbacks callbacks) = 35; - void cancelPendingActions(in CancelPendingActionsRequest request, IDriveServiceCallbacks callbacks) = 36; - void untrashResource(in UntrashResourceRequest request, IDriveServiceCallbacks callbacks) = 37; - - void isAutoBackupEnabled(IDriveServiceCallbacks callbacks) = 40; - void fetchThumbnail(in FetchThumbnailRequest request, IDriveServiceCallbacks callbacks) = 41; - - void getChanges(in GetChangesRequest request, IDriveServiceCallbacks callbacks) = 43; - - void unsubscribeResource(in UnsubscribeResourceRequest request, IDriveServiceCallbacks callbacks) = 45; - void getPermissions(in GetPermissionsRequest request, IDriveServiceCallbacks callbacks) = 46; - void addPermission(in AddPermissionRequest request, IDriveServiceCallbacks callbacks) = 47; - void updatePermission(in UpdatePermissionRequest request, IDriveServiceCallbacks callbacks) = 48; - void removePermission(in RemovePermissionRequest request, IDriveServiceCallbacks callbacks) = 49; - - void removeQueryResultListener(IEventCallback callback, IDriveServiceCallbacks callbacks) = 51; - void controlProgress(in ControlProgressRequest request, IDriveServiceCallbacks callbacks) = 52; - - void changeResourceParents(in ChangeResourceParentsRequest request, IDriveServiceCallbacks callbacks) = 54; - DriveServiceResponse streamContents(in StreamContentsRequest request, IDriveServiceCallbacks callbacks) = 55; -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveServiceCallbacks.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveServiceCallbacks.aidl deleted file mode 100644 index 6fa1b204..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IDriveServiceCallbacks.aidl +++ /dev/null @@ -1,48 +0,0 @@ -package com.google.android.gms.drive.internal; - -import com.google.android.gms.drive.internal.IRealtimeService; - -import com.google.android.gms.drive.internal.DownloadProgressResponse; -import com.google.android.gms.drive.internal.ListEntriesResponse; -import com.google.android.gms.drive.internal.DriveIdResponse; -import com.google.android.gms.drive.internal.MetadataResponse; -import com.google.android.gms.drive.internal.ContentsResponse; -import com.google.android.gms.drive.internal.ListParentsResponse; -import com.google.android.gms.drive.internal.SyncMoreResponse; -import com.google.android.gms.drive.internal.LoadRealtimeResponse; -import com.google.android.gms.drive.internal.ResourceIdSetResponse; -import com.google.android.gms.drive.internal.DrivePreferencesResponse; -import com.google.android.gms.drive.internal.DeviceUsagePreferenceResponse; -import com.google.android.gms.drive.internal.FetchThumbnailResponse; -import com.google.android.gms.drive.internal.ChangeSequenceNumber; -import com.google.android.gms.drive.internal.ChangesResponse; -import com.google.android.gms.drive.internal.GetPermissionsResponse; -import com.google.android.gms.drive.internal.StringListResponse; -import com.google.android.gms.drive.internal.StartStreamSession; - -import com.google.android.gms.common.api.Status; - -interface IDriveServiceCallbacks { - void onDownloadProgress(in DownloadProgressResponse response) = 0; - void onListEntries(in ListEntriesResponse response) = 1; - void onDriveId(in DriveIdResponse response) = 2; - void onMetadata(in MetadataResponse response) = 3; - void onContents(in ContentsResponse response) = 4; - void onStatus(in Status status) = 5; - void onSuccess() = 6; - void onListParents(in ListParentsResponse response) = 7; - void onSyncMore(in SyncMoreResponse response) = 8; - - void onLoadRealtime(in LoadRealtimeResponse response, IRealtimeService realtimeService) = 10; - void onResourceIdSet(in ResourceIdSetResponse response) = 11; - void onDrivePreferences(in DrivePreferencesResponse response) = 12; - void onDeviceUsagePreference(in DeviceUsagePreferenceResponse response) = 13; - void onBooleanAnswer(boolean bool) = 14; - void onFetchThumbnail(in FetchThumbnailResponse response) = 15; - void onChangeSequenceNumber(in ChangeSequenceNumber csn) = 16; - void onChanges(in ChangesResponse response) = 17; - - void onGetPermissions(in GetPermissionsResponse response) = 19; - void onStringList(in StringListResponse response) = 20; - void onStartStreamSession(in StartStreamSession response) = 21; -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IEventCallback.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IEventCallback.aidl deleted file mode 100644 index e50999f1..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IEventCallback.aidl +++ /dev/null @@ -1,7 +0,0 @@ -package com.google.android.gms.drive.internal; - -import com.google.android.gms.drive.internal.EventResponse; - -interface IEventCallback { - void onEventResponse(in EventResponse response) = 0; -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IRealtimeService.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IRealtimeService.aidl deleted file mode 100644 index 14d7cf86..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IRealtimeService.aidl +++ /dev/null @@ -1,5 +0,0 @@ -package com.google.android.gms.drive.internal; - -interface IRealtimeService { - // TODO -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListEntriesResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListEntriesResponse.aidl deleted file mode 100644 index 9a3c5ac9..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListEntriesResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ListEntriesResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsRequest.aidl deleted file mode 100644 index b2271a98..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ListParentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsResponse.aidl deleted file mode 100644 index 04ebc591..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ListParentsResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ListParentsResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeRequest.aidl deleted file mode 100644 index b3b80b5d..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable LoadRealtimeRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeResponse.aidl deleted file mode 100644 index 3ebc2672..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/LoadRealtimeResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable LoadRealtimeResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/MetadataResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/MetadataResponse.aidl deleted file mode 100644 index 4bfd6f88..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/MetadataResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable MetadataResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenContentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenContentsRequest.aidl deleted file mode 100644 index 4fc8534f..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenContentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable OpenContentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.aidl deleted file mode 100644 index 836ba532..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable OpenFileIntentSenderRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.aidl deleted file mode 100644 index c922b2da..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable RealtimeDocumentSyncRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemoveEventListenerRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemoveEventListenerRequest.aidl deleted file mode 100644 index e613b2e2..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemoveEventListenerRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable RemoveEventListenerRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemovePermissionRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemovePermissionRequest.aidl deleted file mode 100644 index 5d2838c7..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/RemovePermissionRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable RemovePermissionRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ResourceIdSetResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ResourceIdSetResponse.aidl deleted file mode 100644 index 64cd51fe..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/ResourceIdSetResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable ResourceIdSetResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.aidl deleted file mode 100644 index 76702969..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable SetDrivePreferencesRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.aidl deleted file mode 100644 index 0ceffc62..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable SetFileUploadPreferencesRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetResourceParentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetResourceParentsRequest.aidl deleted file mode 100644 index 43b9c116..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SetResourceParentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable SetResourceParentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StartStreamSession.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StartStreamSession.aidl deleted file mode 100644 index 538c61e4..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StartStreamSession.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable StartStreamSession; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StreamContentsRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StreamContentsRequest.aidl deleted file mode 100644 index 2f20b495..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StreamContentsRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable StreamContentsRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StringListResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StringListResponse.aidl deleted file mode 100644 index 9099c4b6..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/StringListResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable StringListResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SyncMoreResponse.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SyncMoreResponse.aidl deleted file mode 100644 index ed495944..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/SyncMoreResponse.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable SyncMoreResponse; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/TrashResourceRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/TrashResourceRequest.aidl deleted file mode 100644 index 42480778..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/TrashResourceRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable TrashResourceRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.aidl deleted file mode 100644 index a7fe04bc..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable UnsubscribeResourceRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UntrashResourceRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UntrashResourceRequest.aidl deleted file mode 100644 index 74fe7d32..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UntrashResourceRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable UntrashResourceRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdateMetadataRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdateMetadataRequest.aidl deleted file mode 100644 index 98f7d547..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdateMetadataRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable UpdateMetadataRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdatePermissionRequest.aidl b/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdatePermissionRequest.aidl deleted file mode 100644 index a866defd..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/UpdatePermissionRequest.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.drive.internal; - -parcelable UpdatePermissionRequest; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesCallbacks.aidl b/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesCallbacks.aidl deleted file mode 100644 index fa1349db..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesCallbacks.aidl +++ /dev/null @@ -1,47 +0,0 @@ -package com.google.android.gms.games.internal; - -import com.google.android.gms.common.data.DataHolder; -import com.google.android.gms.games.multiplayer.realtime.RealTimeMessage; - -interface IGamesCallbacks { - void onAuthTokenLoaded(int statusCode, String authToken) = 5000; - void onAchievementsLoaded(in DataHolder data) = 5001; - void onAchievementUpdated(int statusCode, String achievementId) = 5002; - void onLeaderboardsLoaded(in DataHolder data) = 5003; - void onLeaderboardScoresLoaded(in DataHolder leaderboard, in DataHolder scores) = 5004; - void onScoreSubmitted(in DataHolder data) = 5005; - void onPlayersLoaded(in DataHolder data) = 5006; - void onExtendedPlayersLoaded(in DataHolder data) = 5007; - void onGamesLoaded(in DataHolder data) = 5008; - void onExtendedGamesLoaded(in DataHolder data) = 5009; - void onGameInstancesLoaded(in DataHolder data) = 5010; - void onGameplayAclLoaded(in DataHolder data) = 5011; - void onGameplayAclUpdated(int statusCode) = 5012; - void onFAclLoaded(in DataHolder data) = 5013; - void onFAclUpdated(int statusCode) = 5014; - void onSignOutComplete() = 5015; - void onInvitationsLoaded(in DataHolder data) = 5016; - void onRoomCreated(in DataHolder data) = 5017; - void onJoinedRoom(in DataHolder data) = 5018; - void onLeftRoom(int statusCode, String roomId) = 5019; - void onRoomConnecting(in DataHolder data) = 5020; - void onRoomAutoMatching(in DataHolder data) = 5021; - void onRoomConnected(in DataHolder data) = 5022; - void onConnectedToRoom(in DataHolder data) = 5023; - void onDisconnectedFromRoom(in DataHolder data) = 5024; - void onPeerInvitedToRoom(in DataHolder data, in String[] participantIds) = 5025; - void onPeerJoinedRoom(in DataHolder data, in String[] participantIds) = 5026; - void onPeerLeftRoom(in DataHolder data, in String[] participantIds) = 5027; - void onPeerDeclined(in DataHolder data, in String[] participantIds) = 5028; - void onPeerConnected(in DataHolder data, in String[] participantIds) = 5029; - void onPeerDisconnected(in DataHolder data, in String[] participantIds) = 5030; - void onRealTimeMessageReceived(in RealTimeMessage message) = 5031; - void onMessageSent(int statusCode, int messageId, String recipientParticipantId) = 5032; - void onGameMuteStatusChanged(int statusCode, String externalGameId, boolean isMuted) = 5033; - void onNotifyAclLoaded(in DataHolder data) = 5034; - void onNotifyAclUpdated(int statusCode) = 5035; - void onInvitationReceived(in DataHolder data) = 5036; - void onGameMuteStatusLoaded(in DataHolder data) = 5037; - void onContactSettingsLoaded(in DataHolder data) = 5038; - void onContactSettingsUpdated(int statusCode) = 5039; -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesService.aidl b/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesService.aidl deleted file mode 100644 index 1f8e7b4e..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/games/internal/IGamesService.aidl +++ /dev/null @@ -1,80 +0,0 @@ -package com.google.android.gms.games.internal; - -import android.net.Uri; -import android.os.Bundle; -import android.os.IBinder; -import com.google.android.gms.games.internal.IGamesCallbacks; -import com.google.android.gms.common.data.DataHolder; - -interface IGamesService { - void clientDisconnecting(long clientId) = 5000; - void signOut(IGamesCallbacks callbacks) = 5001; - String getAppId() = 5002; - Bundle getConnectionHint() = 5003; - void showWelcomePopup(IBinder windowToken, in Bundle extraArgs) = 5004; - void cancelPopups() = 5005; - String getCurrentAccountName() = 5006; - void loadGameplayAclInternal(IGamesCallbacks callbacks, String gameId) = 5007; - void updateGameplayAclInternal(IGamesCallbacks callbacks, String gameId, String aclData) = 5008; - void loadFAclInternal(IGamesCallbacks callbacks, String gameId) = 5009; - void updateFAclInternal(IGamesCallbacks callbacks, String gameId, boolean allCirclesVisible, in long[] circleIds) = 5010; - String getCurrentPlayerId() = 5011; - DataHolder getCurrentPlayer() = 5012; - void loadPlayer(IGamesCallbacks callbacks, String playerId) = 5013; - void loadInvitablePlayers(IGamesCallbacks callbacks, int pageSize, boolean expandCachedData, boolean forceReload) = 5014; - void submitScore(IGamesCallbacks callbacks, String leaderboardId, long score) = 5015; - void loadLeaderboards(IGamesCallbacks callbacks) = 5016; - void loadLeaderboard(IGamesCallbacks callbacks, String leaderboardId) = 5017; - void loadTopScores(IGamesCallbacks callbacks, String leaderboardId, int span, int leaderboardCollection, int maxResults, boolean forceReload) = 5018; - void loadPlayerCenteredScores(IGamesCallbacks callbacks, String leaderboardId, int span, int leaderboardCollection, int maxResults, boolean forceReload) = 5019; - void loadMoreScores(IGamesCallbacks callbacks, in Bundle previousheader, int maxResults, int pageDirection) = 5020; - void loadAchievements(IGamesCallbacks callbacks) = 5021; - void revealAchievement(IGamesCallbacks callbacks, String achievementId, IBinder windowToken, in Bundle extraArgs) = 5022; - void unlockAchievement(IGamesCallbacks callbacks, String achievementId, IBinder windowToken, in Bundle extraArgs) = 5023; - void incrementAchievement(IGamesCallbacks callbacks, String achievementId, int numSteps, IBinder windowToken, in Bundle extraArgs) = 5024; - void loadGame(IGamesCallbacks callbacks) = 5025; - void loadInvitations(IGamesCallbacks callbacks) = 5026; - void declineInvitation(String invitationId, int invitationType) = 5027; - void dismissInvitation(String invitationId, int invitationType) = 5028; - void createRoom(IGamesCallbacks callbacks, IBinder processBinder, int variant, in String[] invitedPlayerIds, in Bundle autoMatchCriteria, boolean enableSockets, long clientId) = 5029; - void joinRoom(IGamesCallbacks callbacks, IBinder processBinder, String matchId, boolean enableSockets, long clientId) = 5030; - void leaveRoom(IGamesCallbacks callbacks, String matchId) = 5031; - int sendReliableMessage(IGamesCallbacks callbacks, in byte[] messageData, String matchId, String recipientParticipantId) = 5032; - int sendUnreliableMessage(in byte[] messageData, String matchId, in String[] recipientParticipantIds) = 5033; - String createSocketConnection(String participantId) = 5034; - void clearNotifications(int notificationTypes) = 5035; - void loadLeaderboardsFirstParty(IGamesCallbacks callbacks, String gameId) = 5036; - void loadLeaderboardFirstParty(IGamesCallbacks callbacks, String gameId, String leaderboardId) = 5037; - void loadTopScoresFirstParty(IGamesCallbacks callbacks, String gameId, String leaderboardId, int span, int leaderboardCollection, int maxResults, boolean forceReload) = 5038; - void loadPlayerCenteredScoresFirstParty(IGamesCallbacks callbacks, String gameId, String leaderboardId, int span, int leaderboardCollection, int maxResults, boolean forceReload) = 5039; - void loadAchievementsFirstParty(IGamesCallbacks callbacks, String playerId, String gameId) = 5040; - void loadGameFirstParty(IGamesCallbacks callbacks, String gameId) = 5041; - void loadGameInstancesFirstParty(IGamesCallbacks callbacks, String gameId) = 5042; - void loadGameCollectionFirstParty(IGamesCallbacks callbacks, int pageSize, int collectionType, boolean expandCachedData, boolean forceReload) = 5043; - void loadRecentlyPlayedGamesFirstParty(IGamesCallbacks callbacks, String externalPlayerId, int pageSize, boolean expandCachedData, boolean forceReload) = 5044; - void loadInvitablePlayersFirstParty(IGamesCallbacks callbacks, int pageSize, boolean expandCachedData, boolean forceReload) = 5045; - void loadRecentPlayersFirstParty(IGamesCallbacks callbacks) = 5046; - void loadCircledPlayersFirstParty(IGamesCallbacks callbacks, int pageSize, boolean expandCachedData, boolean forceReload) = 5047; - void loadSuggestedPlayersFirstParty(IGamesCallbacks callbacks) = 5048; - void dismissPlayerSuggestionFirstParty(String playerIdToDismiss) = 5049; - void declineInvitationFirstParty(String gameId, String invitationId, int invitationType) = 5050; - void loadInvitationsFirstParty(IGamesCallbacks callbacks, String gameId) = 5051; - int registerWaitingRoomListenerRestricted(IGamesCallbacks callbacks, String roomId) = 5052; - void setGameMuteStatusInternal(IGamesCallbacks callbacks, String gameId, boolean muted) = 5053; - void clearNotificationsFirstParty(String gameId, int notificationTypes) = 5054; - void loadNotifyAclInternal(IGamesCallbacks callbacks) = 5055; - void updateNotifyAclInternal(IGamesCallbacks callbacks, String aclData) = 5056; - void registerInvitationListener(IGamesCallbacks callbacks, long clientId) = 5057; - void unregisterInvitationListener(long clientId) = 5058; - int unregisterWaitingRoomListenerRestricted(String roomId) = 5059; - void isGameMutedInternal(IGamesCallbacks callbacks, String gameId) = 5060; - void loadContactSettingsInternal(IGamesCallbacks callbacks) = 5061; - void updateContactSettingsInternal(IGamesCallbacks callbacks, boolean enableMobileNotifications) = 5062; - String getSelectedAccountForGameFirstParty(String gamePackageName) = 5063; - void updateSelectedAccountForGameFirstParty(String gamePackageName, String accountName) = 5064; - Uri getGamesContentUriRestricted(String gameId) = 5065; - boolean shouldUseNewPlayerNotificationsFirstParty() = 5066; - void setUseNewPlayerNotificationsFirstParty(boolean newPlayerStyle) = 5067; - void searchForPlayersFirstParty(IGamesCallbacks callbacks, String query, int pageSize, boolean expandCachedData, boolean forceReload) = 5500; - DataHolder getCurrentGame() = 5501; -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.aidl b/play-services-api/src/main/aidl/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.aidl deleted file mode 100644 index ae48b227..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.games.multiplayer.realtime; - -parcelable RealTimeMessage; diff --git a/play-services-api/src/main/aidl/com/google/android/gms/plus/internal/IPlusOneButtonCreator.aidl b/play-services-api/src/main/aidl/com/google/android/gms/plus/internal/IPlusOneButtonCreator.aidl deleted file mode 100644 index 7e2121d2..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/plus/internal/IPlusOneButtonCreator.aidl +++ /dev/null @@ -1,8 +0,0 @@ -package com.google.android.gms.plus.internal; - -import com.google.android.gms.dynamic.IObjectWrapper; - -interface IPlusOneButtonCreator { - IObjectWrapper create(IObjectWrapper context, int size, int annotation, String url, int activityRequestCode); - IObjectWrapper createForAccount(IObjectWrapper context, int size, int annotation, String url, String account); -} diff --git a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/AttestationData.aidl b/play-services-api/src/main/aidl/com/google/android/gms/safetynet/AttestationData.aidl deleted file mode 100644 index f1e056b4..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/AttestationData.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.safetynet; - -parcelable AttestationData; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/HarmfulAppsData.aidl b/play-services-api/src/main/aidl/com/google/android/gms/safetynet/HarmfulAppsData.aidl deleted file mode 100644 index 9e5456b0..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/HarmfulAppsData.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.safetynet; - -parcelable HarmfulAppsData; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/SafeBrowsingData.aidl b/play-services-api/src/main/aidl/com/google/android/gms/safetynet/SafeBrowsingData.aidl deleted file mode 100644 index 5b18294d..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/SafeBrowsingData.aidl +++ /dev/null @@ -1,3 +0,0 @@ -package com.google.android.gms.safetynet; - -parcelable SafeBrowsingData; \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetCallbacks.aidl b/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetCallbacks.aidl deleted file mode 100644 index fe57be6d..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetCallbacks.aidl +++ /dev/null @@ -1,14 +0,0 @@ -package com.google.android.gms.safetynet.internal; - -import com.google.android.gms.common.api.Status; -import com.google.android.gms.safetynet.AttestationData; -import com.google.android.gms.safetynet.HarmfulAppsData; -import com.google.android.gms.safetynet.SafeBrowsingData; - -interface ISafetyNetCallbacks { - void onAttestationData(in Status status, in AttestationData attestationData) = 0; - void onString(String s) = 1; - void onSafeBrowsingData(in Status status, in SafeBrowsingData safeBrowsingData) = 2; - void onBoolean(in Status status, boolean b) = 3; - void onHarmfulAppsData(in Status status, in List harmfulAppsData) = 4; -} \ No newline at end of file diff --git a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetService.aidl b/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetService.aidl deleted file mode 100644 index 7dfc749b..00000000 --- a/play-services-api/src/main/aidl/com/google/android/gms/safetynet/internal/ISafetyNetService.aidl +++ /dev/null @@ -1,12 +0,0 @@ -package com.google.android.gms.safetynet.internal; - -import com.google.android.gms.safetynet.internal.ISafetyNetCallbacks; - -interface ISafetyNetService { - void attest(ISafetyNetCallbacks callbacks, in byte[] nonce) = 0; - void attestWithApiKey(ISafetyNetCallbacks callbacks, in byte[] nonce, String apiKey) = 6; - void getSharedUuid(ISafetyNetCallbacks callbacks) = 1; - void lookupUri(ISafetyNetCallbacks callbacks, String s1, in int[] threatTypes, int i, String s2) = 2; - void init(ISafetyNetCallbacks callbacks) = 3; - void getHarmfulAppsList(ISafetyNetCallbacks callbacks) = 4; -} \ No newline at end of file diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddEventListenerRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddEventListenerRequest.java deleted file mode 100644 index bce9276b..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddEventListenerRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class AddEventListenerRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(AddEventListenerRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddPermissionRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddPermissionRequest.java deleted file mode 100644 index 559d52d3..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AddPermissionRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class AddPermissionRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(AddPermissionRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AuthorizeAccessRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/AuthorizeAccessRequest.java deleted file mode 100644 index b99fb5f8..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/AuthorizeAccessRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class AuthorizeAccessRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(AuthorizeAccessRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CancelPendingActionsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CancelPendingActionsRequest.java deleted file mode 100644 index fb18670d..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CancelPendingActionsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CancelPendingActionsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CancelPendingActionsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.java deleted file mode 100644 index a7e4630a..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ChangeResourceParentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ChangeResourceParentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeSequenceNumber.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeSequenceNumber.java deleted file mode 100644 index 70892fac..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangeSequenceNumber.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ChangeSequenceNumber extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ChangeSequenceNumber.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangesResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangesResponse.java deleted file mode 100644 index 3a43cad4..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ChangesResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ChangesResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ChangesResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.java deleted file mode 100644 index d892262f..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CheckResourceIdsExistRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CheckResourceIdsExistRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.java deleted file mode 100644 index cb5e8e65..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CloseContentsAndUpdateMetadataRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CloseContentsAndUpdateMetadataRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsRequest.java deleted file mode 100644 index 334c98d8..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CloseContentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CloseContentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CloseContentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ContentsResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ContentsResponse.java deleted file mode 100644 index f59029b8..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ContentsResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ContentsResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ContentsResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ControlProgressRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ControlProgressRequest.java deleted file mode 100644 index 2812eb27..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ControlProgressRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ControlProgressRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ControlProgressRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateContentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateContentsRequest.java deleted file mode 100644 index 46b5c419..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateContentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CreateContentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CreateContentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.java deleted file mode 100644 index 260283eb..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CreateFileIntentSenderRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CreateFileIntentSenderRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileRequest.java deleted file mode 100644 index 0e914da0..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFileRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CreateFileRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CreateFileRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFolderRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFolderRequest.java deleted file mode 100644 index b1e7e79c..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/CreateFolderRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class CreateFolderRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(CreateFolderRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeleteResourceRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeleteResourceRequest.java deleted file mode 100644 index 562d7b37..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeleteResourceRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DeleteResourceRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DeleteResourceRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.java deleted file mode 100644 index c2aae15f..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DeviceUsagePreferenceResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DeviceUsagePreferenceResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DisconnectRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DisconnectRequest.java deleted file mode 100644 index abbebd38..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DisconnectRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DisconnectRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DisconnectRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DownloadProgressResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DownloadProgressResponse.java deleted file mode 100644 index 52d2a5ec..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DownloadProgressResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DownloadProgressResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DownloadProgressResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveIdResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveIdResponse.java deleted file mode 100644 index 7aaf7c63..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveIdResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DriveIdResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DriveIdResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DrivePreferencesResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DrivePreferencesResponse.java deleted file mode 100644 index 3a96d337..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DrivePreferencesResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DrivePreferencesResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DrivePreferencesResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveServiceResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveServiceResponse.java deleted file mode 100644 index 40cb34d5..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/DriveServiceResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class DriveServiceResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(DriveServiceResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/EventResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/EventResponse.java deleted file mode 100644 index 6e83957a..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/EventResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class EventResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(EventResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailRequest.java deleted file mode 100644 index 5b8c5c14..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class FetchThumbnailRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(FetchThumbnailRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailResponse.java deleted file mode 100644 index 99499f52..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class FetchThumbnailResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(FetchThumbnailResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetChangesRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetChangesRequest.java deleted file mode 100644 index 6d338d2e..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetChangesRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class GetChangesRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(GetChangesRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.java deleted file mode 100644 index cb56b4f5..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class GetDriveIdFromUniqueIdRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(GetDriveIdFromUniqueIdRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetMetadataRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetMetadataRequest.java deleted file mode 100644 index 8f0e8c4f..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetMetadataRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class GetMetadataRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(GetMetadataRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsRequest.java deleted file mode 100644 index d63fa651..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class GetPermissionsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(GetPermissionsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsResponse.java deleted file mode 100644 index b407068a..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/GetPermissionsResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class GetPermissionsResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(GetPermissionsResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListEntriesResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListEntriesResponse.java deleted file mode 100644 index a6413483..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListEntriesResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ListEntriesResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ListEntriesResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsRequest.java deleted file mode 100644 index b417a604..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ListParentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ListParentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsResponse.java deleted file mode 100644 index e0c532cd..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ListParentsResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ListParentsResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ListParentsResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeRequest.java deleted file mode 100644 index fd326195..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class LoadRealtimeRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(LoadRealtimeRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeResponse.java deleted file mode 100644 index 8d6ec093..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class LoadRealtimeResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(LoadRealtimeResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/MetadataResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/MetadataResponse.java deleted file mode 100644 index 61e1e656..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/MetadataResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class MetadataResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(MetadataResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenContentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenContentsRequest.java deleted file mode 100644 index 478a8800..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenContentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class OpenContentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(OpenContentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.java deleted file mode 100644 index de7df066..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class OpenFileIntentSenderRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(OpenFileIntentSenderRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.java deleted file mode 100644 index e9d152f5..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class RealtimeDocumentSyncRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(RealtimeDocumentSyncRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemoveEventListenerRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemoveEventListenerRequest.java deleted file mode 100644 index 3a0a03c2..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemoveEventListenerRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class RemoveEventListenerRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(RemoveEventListenerRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemovePermissionRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemovePermissionRequest.java deleted file mode 100644 index 8df27d1f..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/RemovePermissionRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class RemovePermissionRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(RemovePermissionRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ResourceIdSetResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/ResourceIdSetResponse.java deleted file mode 100644 index 1db6cd07..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/ResourceIdSetResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class ResourceIdSetResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(ResourceIdSetResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.java deleted file mode 100644 index 44a1bad1..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class SetDrivePreferencesRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(SetDrivePreferencesRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.java deleted file mode 100644 index cdb9827c..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class SetFileUploadPreferencesRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(SetFileUploadPreferencesRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetResourceParentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetResourceParentsRequest.java deleted file mode 100644 index 084a1e7a..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SetResourceParentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class SetResourceParentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(SetResourceParentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StartStreamSession.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/StartStreamSession.java deleted file mode 100644 index 767de36d..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StartStreamSession.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class StartStreamSession extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(StartStreamSession.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StreamContentsRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/StreamContentsRequest.java deleted file mode 100644 index 83c82274..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StreamContentsRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class StreamContentsRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(StreamContentsRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StringListResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/StringListResponse.java deleted file mode 100644 index 38728f08..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/StringListResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class StringListResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(StringListResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SyncMoreResponse.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/SyncMoreResponse.java deleted file mode 100644 index aed23394..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/SyncMoreResponse.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class SyncMoreResponse extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(SyncMoreResponse.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/TrashResourceRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/TrashResourceRequest.java deleted file mode 100644 index bfb8f7be..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/TrashResourceRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class TrashResourceRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(TrashResourceRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.java deleted file mode 100644 index 61cfed64..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class UnsubscribeResourceRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(UnsubscribeResourceRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UntrashResourceRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/UntrashResourceRequest.java deleted file mode 100644 index cce6e6ae..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UntrashResourceRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class UntrashResourceRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(UntrashResourceRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdateMetadataRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdateMetadataRequest.java deleted file mode 100644 index f71093f4..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdateMetadataRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class UpdateMetadataRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(UpdateMetadataRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdatePermissionRequest.java b/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdatePermissionRequest.java deleted file mode 100644 index 61587e3a..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/internal/UpdatePermissionRequest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.internal; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class UpdatePermissionRequest extends AutoSafeParcelable { - public static Creator CREATOR = new AutoCreator(UpdatePermissionRequest.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/drive/metadata/internal/MetadataBundle.java b/play-services-api/src/main/java/com/google/android/gms/drive/metadata/internal/MetadataBundle.java deleted file mode 100644 index 9752627e..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/drive/metadata/internal/MetadataBundle.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.drive.metadata.internal; - -public class MetadataBundle { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/fitness/data/DataPoint.java b/play-services-api/src/main/java/com/google/android/gms/fitness/data/DataPoint.java deleted file mode 100644 index cc63ed7b..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/fitness/data/DataPoint.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.fitness.data; - -public class DataPoint { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Device.java b/play-services-api/src/main/java/com/google/android/gms/fitness/data/Device.java deleted file mode 100644 index 9566ef23..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Device.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.fitness.data; - -public class Device { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Field.java b/play-services-api/src/main/java/com/google/android/gms/fitness/data/Field.java deleted file mode 100644 index e0e56bb7..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Field.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.fitness.data; - -public class Field { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Value.java b/play-services-api/src/main/java/com/google/android/gms/fitness/data/Value.java deleted file mode 100644 index fc1b706c..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/fitness/data/Value.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.fitness.data; - -public class Value { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.java b/play-services-api/src/main/java/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.java deleted file mode 100644 index f6716de3..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/games/multiplayer/realtime/RealTimeMessage.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * Copyright (C) 2013-2019 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.games.multiplayer.realtime; - -import android.os.Parcel; -import android.os.Parcelable; -import android.os.Parcelable.Creator; - -public final class RealTimeMessage implements Parcelable { - public static final int RELIABLE = 1; - public static final int UNRELIABLE = 0; - - private final String mSenderParticipantId; - private final byte[] mMessageData; - private final int mIsReliable; - - public RealTimeMessage(String senderParticipantId, byte[] messageData, int isReliable) { - this.mSenderParticipantId = senderParticipantId; - this.mMessageData = messageData.clone(); - this.mIsReliable = isReliable; - } - - private RealTimeMessage(Parcel parcel) { - this(parcel.readString(), parcel.createByteArray(), parcel.readInt()); - } - - public static final Creator CREATOR = new Creator() { - @Override - public RealTimeMessage createFromParcel(Parcel in) { - return new RealTimeMessage(in); - } - @Override - public RealTimeMessage[] newArray(int size) { - return new RealTimeMessage[size]; - } - }; - - public byte[] getMessageData() { - return this.mMessageData; - } - - public String getSenderParticipantId() { - return this.mSenderParticipantId; - } - - public boolean isReliable() { - return this.mIsReliable == RELIABLE; - } - - @Override - public void writeToParcel(Parcel parcel, int flag) { - parcel.writeString(this.mSenderParticipantId); - parcel.writeByteArray(this.mMessageData); - parcel.writeInt(this.mIsReliable); - } - - @Override - public int describeContents() { - return 0; - } -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusCommonExtras.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusCommonExtras.java deleted file mode 100644 index 72d908e3..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusCommonExtras.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal; - -public class PlusCommonExtras { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusSession.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusSession.java deleted file mode 100644 index b5b3f8a0..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/PlusSession.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal; - -public class PlusSession { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsRequest.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsRequest.java deleted file mode 100644 index aee4d0b6..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsRequest.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal.model.smart_profile; - -public class CardsRequest { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsResponse.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsResponse.java deleted file mode 100644 index bf6c9670..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/CardsResponse.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal.model.smart_profile; - -public class CardsResponse { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesRequest.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesRequest.java deleted file mode 100644 index c45512d4..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesRequest.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal.model.smart_profile; - -public class PeopleForProfilesRequest { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesResponse.java b/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesResponse.java deleted file mode 100644 index 4c108aa5..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/internal/model/smart_profile/PeopleForProfilesResponse.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.internal.model.smart_profile; - -public class PeopleForProfilesResponse { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Comment.java b/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Comment.java deleted file mode 100644 index 37a215c0..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Comment.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.model.posts; - -public class Comment { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Post.java b/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Post.java deleted file mode 100644 index 3b9c3466..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Post.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.model.posts; - -public class Post { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Settings.java b/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Settings.java deleted file mode 100644 index a7045a3c..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/plus/model/posts/Settings.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.plus.model.posts; - -public class Settings { -} diff --git a/play-services-api/src/main/java/com/google/android/gms/safetynet/AttestationData.java b/play-services-api/src/main/java/com/google/android/gms/safetynet/AttestationData.java deleted file mode 100644 index 4f127291..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/safetynet/AttestationData.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.safetynet; - -import org.microg.safeparcel.AutoSafeParcelable; -import org.microg.safeparcel.SafeParceled; - -public class AttestationData extends AutoSafeParcelable { - @SafeParceled(1) - private int versionCode = 1; - @SafeParceled(2) - private final String jwsResult; - - private AttestationData() { - jwsResult = null; - } - - public AttestationData(String jwsResult) { - this.jwsResult = jwsResult; - } - - public String getJwsResult() { - return jwsResult; - } - - public static final Creator CREATOR = new AutoCreator(AttestationData.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/safetynet/HarmfulAppsData.java b/play-services-api/src/main/java/com/google/android/gms/safetynet/HarmfulAppsData.java deleted file mode 100644 index 7ac285fe..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/safetynet/HarmfulAppsData.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.safetynet; - -import org.microg.safeparcel.AutoSafeParcelable; - -public class HarmfulAppsData extends AutoSafeParcelable { - public static final Creator CREATOR = new AutoCreator(HarmfulAppsData.class); -} diff --git a/play-services-api/src/main/java/com/google/android/gms/safetynet/SafeBrowsingData.java b/play-services-api/src/main/java/com/google/android/gms/safetynet/SafeBrowsingData.java deleted file mode 100644 index 80fc8c5c..00000000 --- a/play-services-api/src/main/java/com/google/android/gms/safetynet/SafeBrowsingData.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.google.android.gms.safetynet; - -import com.google.android.gms.common.data.DataHolder; - -import org.microg.safeparcel.AutoSafeParcelable; -import org.microg.safeparcel.SafeParceled; - -public class SafeBrowsingData extends AutoSafeParcelable { - @SafeParceled(1) - private int versionCode = 1; - @SafeParceled(2) - private String status; - @SafeParceled(3) - private DataHolder data; - - public static final Creator CREATOR = new AutoCreator(SafeBrowsingData.class); -} diff --git a/play-services-api/src/main/java/org/microg/gms/maps/MapsConstants.java b/play-services-api/src/main/java/org/microg/gms/maps/MapsConstants.java deleted file mode 100644 index 301d0771..00000000 --- a/play-services-api/src/main/java/org/microg/gms/maps/MapsConstants.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (C) 2013-2017 microG Project Team - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.microg.gms.maps; - -public class MapsConstants { - /** - * No base map tiles. - */ - public static final int MAP_TYPE_NONE = 0; - /** - * Basic maps. - */ - public static final int MAP_TYPE_NORMAL = 1; - /** - * Satellite maps with no labels. - */ - public static final int MAP_TYPE_SATELLITE = 2; - /** - * Terrain maps. - */ - public static final int MAP_TYPE_TERRAIN = 3; - /** - * Satellite maps with a transparent layer of major streets. - */ - public static final int MAP_TYPE_HYBRID = 4; -} diff --git a/play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java b/play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java index c37219bf..42f7c54c 100755 --- a/play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java +++ b/play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java @@ -18,7 +18,7 @@ package org.microg.gms.ui; import androidx.fragment.app.Fragment; -import com.google.android.gms.BuildConfig; +import com.mgoogle.android.gms.BuildConfig; import org.microg.tools.ui.AbstractAboutFragment; import org.microg.tools.ui.AbstractSettingsActivity; diff --git a/play-services-core/src/main/java/org/microg/gms/ui/Conditions.java b/play-services-core/src/main/java/org/microg/gms/ui/Conditions.java index c1c35ae9..a1d54823 100755 --- a/play-services-core/src/main/java/org/microg/gms/ui/Conditions.java +++ b/play-services-core/src/main/java/org/microg/gms/ui/Conditions.java @@ -65,35 +65,4 @@ public class Conditions { } }).build(); - private static final String[] REQUIRED_PERMISSIONS = new String[]{ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE, GET_ACCOUNTS, READ_PHONE_STATE}; - public static final Condition PERMISSIONS = new Condition.Builder() - .title(R.string.cond_perm_title) - .summaryPlurals(R.plurals.cond_perm_summary) - .evaluation(new Condition.Evaluation() { - int count = 0; - @Override - public boolean isActive(Context context) { - count = 0; - if (SDK_INT >= Build.VERSION_CODES.M) { - for (String permission : REQUIRED_PERMISSIONS) { - if (ContextCompat.checkSelfPermission(context, permission) != PERMISSION_GRANTED) - count++; - } - } - return count > 0; - } - - @Override - public int getPluralsCount() { - return count; - } - }) - .firstActionPlurals(R.plurals.cond_perm_action, new View.OnClickListener() { - @Override - public void onClick(View v) { - if (v.getContext() instanceof Activity) { - ActivityCompat.requestPermissions((Activity) v.getContext(), REQUIRED_PERMISSIONS, 0); - } - } - }).build(); } diff --git a/play-services-core/src/main/java/org/microg/gms/ui/SettingsDashboardActivity.java b/play-services-core/src/main/java/org/microg/gms/ui/SettingsDashboardActivity.java index 2e2a34b3..adc0681c 100755 --- a/play-services-core/src/main/java/org/microg/gms/ui/SettingsDashboardActivity.java +++ b/play-services-core/src/main/java/org/microg/gms/ui/SettingsDashboardActivity.java @@ -28,7 +28,6 @@ public class SettingsDashboardActivity extends AbstractDashboardActivity { public SettingsDashboardActivity() { preferencesResource = R.xml.preferences_start; addCondition(Conditions.GCM_BATTERY_OPTIMIZATIONS); - addCondition(Conditions.PERMISSIONS); } @Override diff --git a/play-services-core/src/main/res/layout/device_registration_fragment.xml b/play-services-core/src/main/res/layout/device_registration_fragment.xml deleted file mode 100755 index 9f040cbc..00000000 --- a/play-services-core/src/main/res/layout/device_registration_fragment.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/play-services-core/src/main/res/layout/preference_switch_bar.xml b/play-services-core/src/main/res/layout/preference_switch_bar.xml deleted file mode 100755 index 08ad6530..00000000 --- a/play-services-core/src/main/res/layout/preference_switch_bar.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/play-services-core/src/main/res/values-it/strings.xml b/play-services-core/src/main/res/values-it/strings.xml index ea178a5b..eb179ddd 100755 --- a/play-services-core/src/main/res/values-it/strings.xml +++ b/play-services-core/src/main/res/values-it/strings.xml @@ -27,7 +27,7 @@ "Un\'applicazione sul tuo dispositivo sta tentando di accedere all\'account Google. Se ciò era intenzionale, utilizzate il pulsante Accedi per collegarti alla pagina di autenticazione di Google, in caso contrario utilizza il pulsante Cancella per tornare all\'applicazione che ha aperto questa finestra di dialogo." - Accedere + Accedi "Il tuo dispositivo sta stabilendo la connessione con i server di Google per autenticarti. Questa operazione può richiedere alcuni secondi."