Update DigitalAppWidgetCityService.java

This commit is contained in:
qw123wh 2021-11-14 18:33:41 +01:00 committed by GitHub
parent 1f00fbe259
commit 413d113554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.alarmclock;
package com.best.alarmclock;
import android.content.Intent;
import android.widget.RemoteViewsService;
@ -25,4 +25,4 @@ public class DigitalAppWidgetCityService extends RemoteViewsService {
public RemoteViewsFactory onGetViewFactory(Intent i) {
return new DigitalAppWidgetCityViewsFactory(getApplicationContext(), i);
}
}
}