Implement Smartspacer as an alternative At a Glance provider (#3684)

This commit is contained in:
Kieron Quinn
2023-11-13 09:17:21 +00:00
committed by GitHub
parent da776eee3b
commit d96a511efe
9 changed files with 65 additions and 6 deletions

View File

@@ -20,8 +20,12 @@
*/
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:targetSdkVersion="33" android:minSdkVersion="26"/>
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-sdk android:targetSdkVersion="33" android:minSdkVersion="26"
tools:overrideLibrary="com.kieronquinn.app.smartspacer.sdk.client"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Refer comments around specific entries on how to extend individual components.