We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173e06c commit 29a35ceCopy full SHA for 29a35ce
android/app/src/main/AndroidManifest.xml
@@ -74,15 +74,6 @@
74
android:resource="@xml/battery_widget_info" />
75
</receiver>
76
77
- <activity
78
- android:name=".CustomDevice"
79
- android:exported="true"
80
- android:label="@string/title_activity_custom_device"
81
- android:theme="@style/Theme.LibrePods">
82
- <intent-filter>
83
- <category android:name="android.intent.category.LAUNCHER" />
84
- </intent-filter>
85
- </activity>
86
<activity
87
android:name=".MainActivity"
88
android:exported="true"
0 commit comments