Skip to content

Instantly share code, notes, and snippets.

View A-Zaiats's full-sized avatar
💭
migrated to GitLab

Andrey Zaiats A-Zaiats

💭
migrated to GitLab
  • SPD-Ukraine
  • Ukraine
View GitHub Profile
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import java.util.concurrent.Callable;
import io.reactivex.Scheduler;
import io.reactivex.android.plugins.RxAndroidPlugins;
import io.reactivex.annotations.NonNull;
import io.reactivex.functions.Function;
@A-Zaiats
A-Zaiats / AndroidManifest.xml
Created November 10, 2016 17:26 — forked from daichan4649/AndroidManifest.xml
show Fragment on LockScreen (for Android)
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="daichan4649.lockoverlay"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="17" />