Skip to content

Commit

Permalink
fix the package/component names in faqs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemiren committed May 4, 2022
1 parent 0da91bb commit 47142f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions values-es/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,14 +542,14 @@ <h4>Miscelaneo</h4>
For example, the following intent opens the <b>Audio</b> playlist:<br>
<b> Intent action</b>: "msa.app.action.view_playlist"<br>
<b>Intent data</b>: "PlaylistName" "Audio"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app<br><br>
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app<br><br>

The following intent opens the <b>Recents</b> episodes filter:<br>
<b>Intent action</b>: "msa.app.action.view_episodes"<br>
<b>Intent data</b>: "EpisodeFilterName" "Recents"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app
<p>&nbsp;</p>

<a name="q201223a"></a><strong>How does this app access the storage?</strong><br />
Expand Down
8 changes: 4 additions & 4 deletions values-hu/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,14 +544,14 @@ <h4>Egyebek</h4>
For example, the following intent opens the <b>Audio</b> playlist:<br>
<b> Intent action</b>: "msa.app.action.view_playlist"<br>
<b>Intent data</b>: "PlaylistName" "Audio"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app<br><br>
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app<br><br>

The following intent opens the <b>Recents</b> episodes filter:<br>
<b>Intent action</b>: "msa.app.action.view_episodes"<br>
<b>Intent data</b>: "EpisodeFilterName" "Recents"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app
<p>&nbsp;</p>

<a name="q201223a"></a><strong>Hogyan fér hozzá az alkalmazás az eszköz tárhelyéhez?</strong><br />
Expand Down
8 changes: 4 additions & 4 deletions values-sk/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,14 +530,14 @@ <h4>Rôzne</h4>
Napríklad tento intent otvorí <b>Audio</b> playlist:<br>
<b>Intent action</b>: "msa.app.action.view_playlist"<br>
<b>Intent data</b>: "PlaylistName" "Audio"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app<br><br>
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app<br><br>

Nasledujúci intent otvorí filter epizód <b>Nedávne</b>:<br>
<b>Intent action</b>: "msa.app.action.view_episodes"<br>
<b>Intent data</b>: "EpisodeFilterName" "Nedávne"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app
<p>&nbsp;</p>

<a name="q201223a"></a><strong>Ako táto aplikácia pristupuje k úložisku?</strong><br />
Expand Down
8 changes: 4 additions & 4 deletions values/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,14 +544,14 @@ <h4>Misc</h4>
For example, the following intent opens the <b>Audio</b> playlist:<br>
<b> Intent action</b>: "msa.app.action.view_playlist"<br>
<b>Intent data</b>: "PlaylistName" "Audio"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app<br><br>
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app<br><br>

The following intent opens the <b>Recents</b> episodes filter:<br>
<b>Intent action</b>: "msa.app.action.view_episodes"<br>
<b>Intent data</b>: "EpisodeFilterName" "Recents"<br>
<b>Package name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Component name</b>: com.itunestoppodcastplayer.app
<b>Component name</b>: com.itunestoppodcastplayer.app.StartupActivity<br>
<b>Package name</b>: com.itunestoppodcastplayer.app
<p>&nbsp;</p>

<a name="q201223a"></a><strong>How does this app access the storage?</strong><br />
Expand Down

0 comments on commit 47142f1

Please sign in to comment.