Comment out widget in dev

This commit is contained in:
advplyr 2022-07-28 18:29:20 -05:00
parent 80fbbfc2ef
commit 38cc2adf0f

View file

@ -23,17 +23,17 @@
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:usesCleartextTraffic="true" > android:usesCleartextTraffic="true" >
<receiver <!-- <receiver-->
android:name=".NewAppWidget" <!-- android:name=".NewAppWidget"-->
android:exported="true" > <!-- android:exported="true" >-->
<intent-filter> <!-- <intent-filter>-->
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> <!-- <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />-->
</intent-filter> <!-- </intent-filter>-->
<meta-data <!-- <meta-data-->
android:name="android.appwidget.provider" <!-- android:name="android.appwidget.provider"-->
android:resource="@xml/new_app_widget_info" /> <!-- android:resource="@xml/new_app_widget_info" />-->
</receiver> <!-- </receiver>-->
<!-- Used by Android Auto --> <!-- Used by Android Auto -->
<meta-data <meta-data