summaryrefslogtreecommitdiffstats
path: root/src/com/android/services/callrecorder/common/CallRecording.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/services/callrecorder/common/CallRecording.aidl')
-rw-r--r--src/com/android/services/callrecorder/common/CallRecording.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/services/callrecorder/common/CallRecording.aidl b/src/com/android/services/callrecorder/common/CallRecording.aidl
new file mode 100644
index 000000000..5ab84a09e
--- /dev/null
+++ b/src/com/android/services/callrecorder/common/CallRecording.aidl
@@ -0,0 +1,3 @@
+package com.android.services.callrecorder.common;
+
+parcelable CallRecording;