From b1b4ed009033479e8a9be04b8eddb55b51a81911 Mon Sep 17 00:00:00 2001 From: Skarafaz Date: Sun, 27 Jul 2014 12:30:41 +0200 Subject: [PATCH] clean-up --- app/proguard-rules.pro | 17 ----------------- .../kitkat/nwmonblocker/ApplicationTest.java | 13 ------------- app/src/main/AndroidManifest.xml | 3 +-- app/src/main/res/values/styles.xml | 3 --- 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 app/proguard-rules.pro delete mode 100644 app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java delete mode 100644 app/src/main/res/values/styles.xml diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro deleted file mode 100644 index eb07fae..0000000 --- a/app/proguard-rules.pro +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in C:\Program Files (x86)\Android\android-studio\sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java b/app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java deleted file mode 100644 index 9c7eee1..0000000 --- a/app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java +++ /dev/null @@ -1,13 +0,0 @@ -package it.skarafaz.xposed.kitkat.nwmonblocker; - -import android.app.Application; -import android.test.ApplicationTestCase; - -/** - * Testing Fundamentals - */ -public class ApplicationTest extends ApplicationTestCase { - public ApplicationTest() { - super(Application.class); - } -} \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 71d7152..6abb8d5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,8 +3,7 @@ + android:icon="@drawable/ic_launcher"> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml deleted file mode 100644 index f30c8bd..0000000 --- a/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,3 +0,0 @@ - -