Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーション/データベース ディレクトリの外にある SQLite DB にアクセスするにはどうすればよいですか?
openOrCreate常に appdir/database を指しているように見えます
openOrCreate
DB のパスを取得するためにのみ使用できgetDatabasePath、それが null でないと仮定して、指定された場所にファイルをコピーします。これは、データベースが SQLite ではない可能性があるため、必ずしも 1 つのファイルで構成されるとは限らないためです。プラットフォーム間での移植性があまり高くないファイルシステムの問題もあります。
getDatabasePath