Skip to content

Instantly share code, notes, and snippets.

View kadeng's full-sized avatar

Kai Londenberg kadeng

  • Meta Inc.
  • Burgdorf, Germany
  • 12:11 (UTC +02:00)
View GitHub Profile
@kadeng
kadeng / list.md
Created October 24, 2024 05:46 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@kadeng
kadeng / AndroidManifest.xml
Created November 10, 2020 22:02 — forked from Venryx/AndroidManifest.xml
Record audio on Android in the background (even when screen is off)
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.myapp">
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">
<service android:name=".ForegroundService" android:enabled="true" android:exported="true"></service>
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
@kadeng
kadeng / !README.md
Created September 13, 2018 07:19 — forked from zed/!README.md
swig hello world example