|
@@ -1,20 +1,14 @@
|
|
-/***
|
|
|
|
- Copyright (c) 2008-2011 CommonsWare, LLC
|
|
|
|
- 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.
|
|
|
|
-
|
|
|
|
- From _The Busy Coder's Guide to Advanced Android Development_
|
|
|
|
- http://commonsware.com/AdvAndroid
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- More information here: https://github.com/abeluck/android-streams-ipc
|
|
|
|
-*/
|
|
|
|
-
|
|
|
|
|
|
+/*
|
|
|
|
+ * Nextcloud - Android Client
|
|
|
|
+ *
|
|
|
|
+ * SPDX-FileCopyrightText: 2008-2011 CommonsWare, LLC
|
|
|
|
+ * SPDX-License-Identifier: Apache-2.0
|
|
|
|
+ *
|
|
|
|
+ * From _The Busy Coder's Guide to Advanced Android Development_
|
|
|
|
+ * http://commonsware.com/AdvAndroid
|
|
|
|
+ *
|
|
|
|
+ * More information here: https://github.com/abeluck/android-streams-ipc
|
|
|
|
+ */
|
|
package com.nextcloud.android.sso.aidl;
|
|
package com.nextcloud.android.sso.aidl;
|
|
|
|
|
|
// Declare the interface.
|
|
// Declare the interface.
|
|
@@ -26,7 +20,7 @@ interface IInputStreamService {
|
|
ParcelFileDescriptor performNextcloudRequest(in ParcelFileDescriptor input);
|
|
ParcelFileDescriptor performNextcloudRequest(in ParcelFileDescriptor input);
|
|
|
|
|
|
ParcelFileDescriptor performNextcloudRequestAndBodyStreamV2(in ParcelFileDescriptor input,
|
|
ParcelFileDescriptor performNextcloudRequestAndBodyStreamV2(in ParcelFileDescriptor input,
|
|
- in ParcelFileDescriptor requestBodyParcelFileDescriptor);
|
|
|
|
|
|
+ in ParcelFileDescriptor requestBodyParcelFileDescriptor);
|
|
|
|
|
|
ParcelFileDescriptor performNextcloudRequestV2(in ParcelFileDescriptor input);
|
|
ParcelFileDescriptor performNextcloudRequestV2(in ParcelFileDescriptor input);
|
|
}
|
|
}
|