mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Implement Smartspacer as an alternative At a Glance provider (#3684)
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
** Modifications copyright 2021, Lawnchair
|
||||
*/
|
||||
-->
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-sdk android:targetSdkVersion="30" android:minSdkVersion="26"/>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<uses-sdk android:targetSdkVersion="30" 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.
|
||||
|
||||
Reference in New Issue
Block a user