Add Android task scheduler.

This commit is contained in:
akwizgran
2020-07-31 17:09:01 +01:00
parent dfefb88b32
commit ac80a90ef3
19 changed files with 358 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
package org.briarproject.bramble;
public interface BrambleApplication {
BrambleAppComponent getBrambleAppComponent();
}