Browse Source

update sdk to 33

root 7 months ago
parent
commit
b3cd38b621
1 changed files with 3 additions and 1 deletions
  1. 3 1
      AndroidManifest.xml

+ 3 - 1
AndroidManifest.xml

@@ -20,6 +20,7 @@
             android:name=".OAuth.OAuthUserList"
             android:label="@string/app_name"
             android:launchMode="singleTask"
+            android:exported="true"
             android:screenOrientation="portrait" >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
@@ -92,7 +93,8 @@
                 android:name="android.appwidget.provider"
                 android:resource="@xml/animation" >
             </meta-data>
-        </receiver>
 -->
+        </receiver>
+ -->
         
         
         <service android:name=".util.AppWidgetAnimationService" />