Merge branch 'audiorecorder-3.2.25'
This commit is contained in:
commit
85407c2533
2 changed files with 3 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 23 // 24+ file:// unable to open
|
||||
versionCode 282
|
||||
versionName "3.2.24"
|
||||
versionCode 283
|
||||
versionName "3.2.25"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ public class RecordingService extends Service {
|
|||
text = AudioApplication.formatFree(this, free, sec);
|
||||
builder.setViewVisibility(R.id.notification_record, View.VISIBLE);
|
||||
builder.setViewVisibility(R.id.notification_pause, View.GONE);
|
||||
PendingIntent main = PendingIntent.getActivity(this, 0, new Intent(this, RecordingService.class), PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
PendingIntent main = PendingIntent.getActivity(this, 0, new Intent(this, MainActivity.class), PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
builder.setContentIntent(main);
|
||||
} else {
|
||||
builder = new RemoteNotificationCompat.Builder(this, R.layout.notifictaion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue