Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
beta version (notifications improved so much)
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Jun 18, 2015
1 parent 1a29731 commit 5097aa3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/manifest-merger-release-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ ADDED from AndroidManifest.xml:31:17
service#org.indywidualni.fblite.NotificationsService
ADDED from AndroidManifest.xml:34:9
android:enabled
ADDED from AndroidManifest.xml:37:13
ADDED from AndroidManifest.xml:36:13
android:process
ADDED from AndroidManifest.xml:39:13
android:exported
ADDED from AndroidManifest.xml:38:13
android:exported
ADDED from AndroidManifest.xml:37:13
android:icon
ADDED from AndroidManifest.xml:36:13
ADDED from AndroidManifest.xml:39:13
android:name
ADDED from AndroidManifest.xml:35:13
activity#org.indywidualni.fblite.MainActivity
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
</receiver>
<service
android:name=".NotificationsService"
android:icon="@drawable/ic_launcher"
android:enabled="true"
android:exported="false"
android:process=":remote" >
android:process=":remote"
android:icon="@drawable/ic_launcher" >
</service>
<activity
android:name=".MainActivity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.TaskStackBuilder;
import android.util.Log;
import android.widget.Toast;
//import android.widget.Toast;
import net.grandcentrix.tray.TrayAppPreferences;
import java.net.URL;
import java.util.ArrayList;
Expand Down

0 comments on commit 5097aa3

Please sign in to comment.