mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-29 15:20:54 +02:00
add basic widget selection list
This commit is contained in:
parent
a964d9de52
commit
da35488ae0
8 changed files with 237 additions and 4 deletions
|
@ -8,7 +8,6 @@
|
|||
tools:ignore="QueryAllPackagesPermission" />
|
||||
<uses-permission android:name="android.permission.ACCESS_HIDDEN_PROFILES" />
|
||||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
||||
<!--<uses-permission android:name="android.permission.BIND_APPWIDGET" />-->
|
||||
|
||||
<application
|
||||
android:name=".Application"
|
||||
|
@ -20,6 +19,9 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/launcherBaseTheme"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<activity
|
||||
android:name=".ui.widgets.SelectWidgetActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.PinShortcutActivity"
|
||||
android:autoRemoveFromRecents="true"
|
||||
|
@ -98,4 +100,4 @@
|
|||
</service>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue