An android app to quickly open your favorite apps through a notification.
IMPORTANT
Because of new retrictions introduced in Android 12 this app can't function correctly anymore, because it depends heavily on starting other activities from a notification started by a foreground service and that is forbidden as of now. Maybe I'll try to find a way around those new restrictions if I have the time, but because of this I'm currently not working on this app anymore.See:
To build the debug variant you need to create an empty keystore.properties
file in the root project directory.
To build the release variant you need to create a keystore.properties
file in the root project directory defining the following variables:
storeFile=/path/to/keystore.jks
storePassword=STORE_PASSWORD
keyAlias=KEY_ALIAS
keyPassword=KEY_PASSWORD
This repository uses Three-Flow as described here.
Copyright 2016, 2020 Michael Langer (mchllngr)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.