From 7e0f4bbc0e68ac126099a1c1f2c79b50ee6dd119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 16 Jun 2015 17:22:42 +0200 Subject: [PATCH] We bumped minSdk to 8, so TargetApi(8) can go --- F-Droid/src/org/fdroid/fdroid/installer/InstallIntoSystem.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/F-Droid/src/org/fdroid/fdroid/installer/InstallIntoSystem.java b/F-Droid/src/org/fdroid/fdroid/installer/InstallIntoSystem.java index ded31e1ee..711868776 100644 --- a/F-Droid/src/org/fdroid/fdroid/installer/InstallIntoSystem.java +++ b/F-Droid/src/org/fdroid/fdroid/installer/InstallIntoSystem.java @@ -19,7 +19,6 @@ package org.fdroid.fdroid.installer; -import android.annotation.TargetApi; import android.content.Context; import android.os.Build; @@ -36,7 +35,6 @@ import eu.chainfire.libsuperuser.Shell; * http://omerjerk.in/2014/08/how-to-install-an-app-to-system-partition/ * https://github.com/omerjerk/RemoteDroid/blob/master/app/src/main/java/in/omerjerk/remotedroid/app/MainActivity.java */ -@TargetApi(Build.VERSION_CODES.FROYO) abstract class InstallIntoSystem { protected final Context context;