android: Drop obsolete '@TargetApi(19)'
Obsolete since:
commit c2fc2c8c7c
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Tue Dec 5 09:57:22 2023 +0100
android: Bump minSdkVersion to 21 (Android 5.0)
Change-Id: I0b8d115b5be1e066a3232c8297de75ea1cea6cc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170713
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
parent
45eb67728f
commit
f70a8cc859
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
package org.libreoffice;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
import android.os.Bundle;
|
||||
import android.os.CancellationSignal;
|
||||
|
@ -17,7 +16,6 @@ import java.io.IOException;
|
|||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
@TargetApi(19)
|
||||
public class PDFDocumentAdapter extends PrintDocumentAdapter{
|
||||
Context mContext;
|
||||
String pdfFile;
|
||||
|
@ -83,4 +81,4 @@ public class PDFDocumentAdapter extends PrintDocumentAdapter{
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue