Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e88f9c

Browse files
Rename camera to camera_app
1 parent3d7cce7 commit0e88f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎internal_filesystem/apps/com.micropythonos.camera/META-INF/MANIFEST.JSON‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"category":"camera",
1111
"activities": [
1212
{
13-
"entrypoint":"assets/camera.py",
14-
"classname":"Camera",
13+
"entrypoint":"assets/camera_app.py",
14+
"classname":"CameraApp",
1515
"intent_filters": [
1616
{
1717
"action":"main",

‎internal_filesystem/apps/com.micropythonos.camera/assets/camera.py‎renamed to ‎internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
frommpos.appsimportActivity
1616
importmpos.time
1717

18-
classCamera(Activity):
18+
classCameraApp(Activity):
1919

2020
width=240
2121
height=240

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp